What is the CMYK code for blue green?
The CSS color blue green in CMYK format is cmyk(84.9%, 0%, 13.5%, 50.6%). Use this value directly in CSS, SVG, and most design tools.
How do I use blue green in CSS?
To apply blue green in CSS:
- Text color: color: cmyk(84.9%, 0%, 13.5%, 50.6%);
- Background: background-color: cmyk(84.9%, 0%, 13.5%, 50.6%);
- Border: border-color: cmyk(84.9%, 0%, 13.5%, 50.6%);
What are all the color format values for blue green?
| Format | Value |
|---|---|
| HEX | #137e6d |
| RGB | rgb(19, 126, 109) |
| HSL | hsl(170.5, 73.8%, 28.4%) |
| CMYK | cmyk(84.9%, 0%, 13.5%, 50.6%) |
How do I convert blue green to CMYK?
Select blue green from the color name list in our color converter. The CMYK value — cmyk(84.9%, 0%, 13.5%, 50.6%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does blue green belong to?
blue green belongs to the cyan color family. It is a dark, vivid color with HSL values: hue 170.5°, saturation 73.8%, lightness 28.4%.
How do I create lighter and darker shades of blue green?
Lighter variant (lightness 43.4%): #1dc0a6. Darker variant (lightness 13.399999999999999%): #093b33. 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.