What is the HEX code for light aqua?
The CSS color light aqua in HEX format is #8cffdb. Use this value directly in CSS, SVG, and most design tools.
How do I use light aqua in CSS?
To apply light aqua in CSS:
- Text color: color: #8cffdb;
- Background: background-color: #8cffdb;
- Border: border-color: #8cffdb;
What are all the color format values for light aqua?
| Format | Value |
|---|---|
| HEX | #8cffdb |
| RGB | rgb(140, 255, 219) |
| HSL | hsl(161.2, 100%, 77.5%) |
| CMYK | cmyk(45.1%, 0%, 14.1%, 0%) |
How do I convert light aqua to HEX?
Select light aqua from the color name list in our color converter. The HEX value — #8cffdb — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light aqua belong to?
light aqua belongs to the green color family. It is a light, vivid color with HSL values: hue 161.2°, saturation 100%, lightness 77.5%.
How do I create lighter and darker shades of light aqua?
Lighter variant (lightness 92.5%): #d9fff3. Darker variant (lightness 62.5%): #40ffc3. 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.