What is the CMYK code for dark aqua?
The CSS color dark aqua in CMYK format is cmyk(95.3%, 1.9%, 0%, 58%). 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: cmyk(95.3%, 1.9%, 0%, 58%);
- Background: background-color: cmyk(95.3%, 1.9%, 0%, 58%);
- Border: border-color: cmyk(95.3%, 1.9%, 0%, 58%);
What are all the color format values for dark aqua?
| Format | Value |
|---|---|
| HEX | #05696b |
| RGB | rgb(5, 105, 107) |
| HSL | hsl(181.2, 91.1%, 22%) |
| CMYK | cmyk(95.3%, 1.9%, 0%, 58%) |
How do I convert dark aqua to CMYK?
Select dark aqua from the color name list in our color converter. The CMYK value — cmyk(95.3%, 1.9%, 0%, 58%) — 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 CMYK used for?
CMYK (Cyan, Magenta, Yellow, Key/Black) is used in print design. Unlike RGB which adds light, CMYK subtracts it using ink. Always convert to CMYK before sending files to a professional printer.