What is the CMYK code for dark blue green?
The CSS color dark blue green in CMYK format is cmyk(100%, 0%, 11%, 67.8%). Use this value directly in CSS, SVG, and most design tools.
How do I use dark blue green in CSS?
To apply dark blue green in CSS:
- Text color: color: cmyk(100%, 0%, 11%, 67.8%);
- Background: background-color: cmyk(100%, 0%, 11%, 67.8%);
- Border: border-color: cmyk(100%, 0%, 11%, 67.8%);
What are all the color format values for dark blue green?
| Format | Value |
|---|---|
| HEX | #005249 |
| RGB | rgb(0, 82, 73) |
| HSL | hsl(173.4, 100%, 16.1%) |
| CMYK | cmyk(100%, 0%, 11%, 67.8%) |
How do I convert dark blue green to CMYK?
Select dark blue green from the color name list in our color converter. The CMYK value — cmyk(100%, 0%, 11%, 67.8%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark blue green belong to?
dark blue green belongs to the cyan color family. It is a dark, vivid color with HSL values: hue 173.4°, saturation 100%, lightness 16.1%.
How do I create lighter and darker shades of dark blue green?
Lighter variant (lightness 31.1%): #009f8d. Darker variant (lightness 5%): #001917. 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.