What is the HSL code for dark teal?
The CSS color dark teal in HSL format is hsl(180.8, 97.5%, 15.5%). Use this value directly in CSS, SVG, and most design tools.
How do I use dark teal in CSS?
To apply dark teal in CSS:
- Text color: color: hsl(180.8, 97.5%, 15.5%);
- Background: background-color: hsl(180.8, 97.5%, 15.5%);
- Border: border-color: hsl(180.8, 97.5%, 15.5%);
What are all the color format values for dark teal?
| Format | Value |
|---|---|
| HEX | #014d4e |
| RGB | rgb(1, 77, 78) |
| HSL | hsl(180.8, 97.5%, 15.5%) |
| CMYK | cmyk(98.7%, 1.3%, 0%, 69.4%) |
How do I convert dark teal to HSL?
Select dark teal from the color name list in our color converter. The HSL value — hsl(180.8, 97.5%, 15.5%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark teal belong to?
dark teal belongs to the cyan color family. It is a dark, vivid color with HSL values: hue 180.8°, saturation 97.5%, lightness 15.5%.
How do I create lighter and darker shades of dark teal?
Lighter variant (lightness 30.5%): #02989a. Darker variant (lightness 5%): #001919. 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.