What is the HSL code for light teal?
The CSS color light teal in HSL format is hsl(155, 60.9%, 72.9%). Use this value directly in CSS, SVG, and most design tools.
How do I use light teal in CSS?
To apply light teal in CSS:
- Text color: color: hsl(155, 60.9%, 72.9%);
- Background: background-color: hsl(155, 60.9%, 72.9%);
- Border: border-color: hsl(155, 60.9%, 72.9%);
What are all the color format values for light teal?
| Format | Value |
|---|---|
| HEX | #90e4c1 |
| RGB | rgb(144, 228, 193) |
| HSL | hsl(155, 60.9%, 72.9%) |
| CMYK | cmyk(36.8%, 0%, 15.4%, 10.6%) |
How do I convert light teal to HSL?
Select light teal from the color name list in our color converter. The HSL value — hsl(155, 60.9%, 72.9%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light teal belong to?
light teal belongs to the green color family. It is a light, moderately saturated color with HSL values: hue 155°, saturation 60.9%, lightness 72.9%.
How do I create lighter and darker shades of light teal?
Lighter variant (lightness 87.9%): #cdf3e3. Darker variant (lightness 57.900000000000006%): #52d59f. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.