Dark aqua to HSL — Color Code

HSL

hsl(181.2, 91.1%, 22%)

Format Value
HEX #05696b
RGB rgb(5, 105, 107)
HSL hsl(181.2, 91.1%, 22%)
CMYK cmyk(95.3%, 1.9%, 0%, 58%)

What is the HSL code for dark aqua?

The CSS color dark aqua in HSL format is hsl(181.2, 91.1%, 22%). Use this value directly in CSS, SVG, and most design tools.

How do I use dark aqua in CSS?

To apply dark aqua in CSS:

  • Text color: color: hsl(181.2, 91.1%, 22%);
  • Background: background-color: hsl(181.2, 91.1%, 22%);
  • Border: border-color: hsl(181.2, 91.1%, 22%);

What are all the color format values for dark aqua?

FormatValue
HEX#05696b
RGBrgb(5, 105, 107)
HSLhsl(181.2, 91.1%, 22%)
CMYKcmyk(95.3%, 1.9%, 0%, 58%)

How do I convert dark aqua to HSL?

Select dark aqua from the color name list in our color converter. The HSL value — hsl(181.2, 91.1%, 22%) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dark aqua belong to?

dark aqua belongs to the cyan color family. It is a dark, vivid color with HSL values: hue 181.2°, saturation 91.1%, lightness 22%.

How do I create lighter and darker shades of dark aqua?

Lighter variant (lightness 37%): #08b1b4. Darker variant (lightness 7%): #022122. 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.