What is the HEX code for deep aqua?
The CSS color deep aqua in HEX format is #08787f. Use this value directly in CSS, SVG, and most design tools.
How do I use deep aqua in CSS?
To apply deep aqua in CSS:
- Text color: color: #08787f;
- Background: background-color: #08787f;
- Border: border-color: #08787f;
What are all the color format values for deep aqua?
| Format | Value |
|---|---|
| HEX | #08787f |
| RGB | rgb(8, 120, 127) |
| HSL | hsl(183.5, 88.1%, 26.5%) |
| CMYK | cmyk(93.7%, 5.5%, 0%, 50.2%) |
How do I convert deep aqua to HEX?
Select deep aqua from the color name list in our color converter. The HEX value — #08787f — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does deep aqua belong to?
deep aqua belongs to the cyan color family. It is a dark, vivid color with HSL values: hue 183.5°, saturation 88.1%, lightness 26.5%.
How do I create lighter and darker shades of deep aqua?
Lighter variant (lightness 41.5%): #0dbcc7. Darker variant (lightness 11.5%): #033437. 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.