What is the CMYK code for light bluish green?
The CSS color light bluish green in CMYK format is cmyk(53.4%, 0%, 33.6%, 0.8%). Use this value directly in CSS, SVG, and most design tools.
How do I use light bluish green in CSS?
To apply light bluish green in CSS:
- Text color: color: cmyk(53.4%, 0%, 33.6%, 0.8%);
- Background: background-color: cmyk(53.4%, 0%, 33.6%, 0.8%);
- Border: border-color: cmyk(53.4%, 0%, 33.6%, 0.8%);
What are all the color format values for light bluish green?
| Format | Value |
|---|---|
| HEX | #76fda8 |
| RGB | rgb(118, 253, 168) |
| HSL | hsl(142.2, 97.1%, 72.7%) |
| CMYK | cmyk(53.4%, 0%, 33.6%, 0.8%) |
How do I convert light bluish green to CMYK?
Select light bluish green from the color name list in our color converter. The CMYK value — cmyk(53.4%, 0%, 33.6%, 0.8%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light bluish green belong to?
light bluish green belongs to the green color family. It is a light, vivid color with HSL values: hue 142.2°, saturation 97.1%, lightness 72.7%.
How do I create lighter and darker shades of light bluish green?
Lighter variant (lightness 87.7%): #c1fed8. Darker variant (lightness 57.7%): #2afc78. 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.