What is the HEX code for greenish cyan?
The CSS color greenish cyan in HEX format is #2afeb7. Use this value directly in CSS, SVG, and most design tools.
How do I use greenish cyan in CSS?
To apply greenish cyan in CSS:
- Text color: color: #2afeb7;
- Background: background-color: #2afeb7;
- Border: border-color: #2afeb7;
What are all the color format values for greenish cyan?
| Format | Value |
|---|---|
| HEX | #2afeb7 |
| RGB | rgb(42, 254, 183) |
| HSL | hsl(159.9, 99.1%, 58%) |
| CMYK | cmyk(83.5%, 0%, 28%, 0.4%) |
How do I convert greenish cyan to HEX?
Select greenish cyan from the color name list in our color converter. The HEX value — #2afeb7 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does greenish cyan belong to?
greenish cyan belongs to the green color family. It is a medium, vivid color with HSL values: hue 159.9°, saturation 99.1%, lightness 58%.
How do I create lighter and darker shades of greenish cyan?
Lighter variant (lightness 73%): #76fed1. Darker variant (lightness 43%): #01da92. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.