What is the HEX code for light aquamarine?
The CSS color light aquamarine in HEX format is #7bfdc7. Use this value directly in CSS, SVG, and most design tools.
How do I use light aquamarine in CSS?
To apply light aquamarine in CSS:
- Text color: color: #7bfdc7;
- Background: background-color: #7bfdc7;
- Border: border-color: #7bfdc7;
What are all the color format values for light aquamarine?
| Format | Value |
|---|---|
| HEX | #7bfdc7 |
| RGB | rgb(123, 253, 199) |
| HSL | hsl(155.1, 97%, 73.7%) |
| CMYK | cmyk(51.4%, 0%, 21.3%, 0.8%) |
How do I convert light aquamarine to HEX?
Select light aquamarine from the color name list in our color converter. The HEX value — #7bfdc7 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light aquamarine belong to?
light aquamarine belongs to the green color family. It is a light, vivid color with HSL values: hue 155.1°, saturation 97%, lightness 73.7%.
How do I create lighter and darker shades of light aquamarine?
Lighter variant (lightness 88.7%): #c6fee7. Darker variant (lightness 58.7%): #30fca7. 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.