What is the HSL code for dark aquamarine?
The CSS color dark aquamarine in HSL format is hsl(178.9, 98.3%, 22.7%). Use this value directly in CSS, SVG, and most design tools.
How do I use dark aquamarine in CSS?
To apply dark aquamarine in CSS:
- Text color: color: hsl(178.9, 98.3%, 22.7%);
- Background: background-color: hsl(178.9, 98.3%, 22.7%);
- Border: border-color: hsl(178.9, 98.3%, 22.7%);
What are all the color format values for dark aquamarine?
| Format | Value |
|---|---|
| HEX | #017371 |
| RGB | rgb(1, 115, 113) |
| HSL | hsl(178.9, 98.3%, 22.7%) |
| CMYK | cmyk(99.1%, 0%, 1.7%, 54.9%) |
How do I convert dark aquamarine to HSL?
Select dark aquamarine from the color name list in our color converter. The HSL value — hsl(178.9, 98.3%, 22.7%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark aquamarine belong to?
dark aquamarine belongs to the cyan color family. It is a dark, vivid color with HSL values: hue 178.9°, saturation 98.3%, lightness 22.7%.
How do I create lighter and darker shades of dark aquamarine?
Lighter variant (lightness 37.7%): #02bfbb. Darker variant (lightness 7.699999999999999%): #002726. 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.