What is the CMYK code for grey teal?
The CSS color grey teal in CMYK format is cmyk(39.4%, 0%, 11%, 39.2%). Use this value directly in CSS, SVG, and most design tools.
How do I use grey teal in CSS?
To apply grey teal in CSS:
- Text color: color: cmyk(39.4%, 0%, 11%, 39.2%);
- Background: background-color: cmyk(39.4%, 0%, 11%, 39.2%);
- Border: border-color: cmyk(39.4%, 0%, 11%, 39.2%);
What are all the color format values for grey teal?
| Format | Value |
|---|---|
| HEX | #5e9b8a |
| RGB | rgb(94, 155, 138) |
| HSL | hsl(163.3, 24.5%, 48.8%) |
| CMYK | cmyk(39.4%, 0%, 11%, 39.2%) |
How do I convert grey teal to CMYK?
Select grey teal from the color name list in our color converter. The CMYK value — cmyk(39.4%, 0%, 11%, 39.2%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does grey teal belong to?
grey teal belongs to the green color family. It is a medium, muted color with HSL values: hue 163.3°, saturation 24.5%, lightness 48.8%.
How do I create lighter and darker shades of grey teal?
Lighter variant (lightness 63.8%): #8cb9ad. Darker variant (lightness 33.8%): #416b60. 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.