What is the HEX code for light seafoam green?
The CSS color light seafoam green in HEX format is #a7ffb5. Use this value directly in CSS, SVG, and most design tools.
How do I use light seafoam green in CSS?
To apply light seafoam green in CSS:
- Text color: color: #a7ffb5;
- Background: background-color: #a7ffb5;
- Border: border-color: #a7ffb5;
What are all the color format values for light seafoam green?
| Format | Value |
|---|---|
| HEX | #a7ffb5 |
| RGB | rgb(167, 255, 181) |
| HSL | hsl(129.5, 100%, 82.7%) |
| CMYK | cmyk(34.5%, 0%, 29%, 0%) |
How do I convert light seafoam green to HEX?
Select light seafoam green from the color name list in our color converter. The HEX value — #a7ffb5 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light seafoam green belong to?
light seafoam green belongs to the green color family. It is a light, vivid color with HSL values: hue 129.5°, saturation 100%, lightness 82.7%.
How do I create lighter and darker shades of light seafoam green?
Lighter variant (lightness 95%): #e5ffea. Darker variant (lightness 67.7%): #5aff74. 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.