What is the HEX code for sea green?
The CSS color sea green in HEX format is #53fca1. Use this value directly in CSS, SVG, and most design tools.
How do I use sea green in CSS?
To apply sea green in CSS:
- Text color: color: #53fca1;
- Background: background-color: #53fca1;
- Border: border-color: #53fca1;
What are all the color format values for sea green?
| Format | Value |
|---|---|
| HEX | #53fca1 |
| RGB | rgb(83, 252, 161) |
| HSL | hsl(147.7, 96.6%, 65.7%) |
| CMYK | cmyk(67.1%, 0%, 36.1%, 1.2%) |
How do I convert sea green to HEX?
Select sea green from the color name list in our color converter. The HEX value — #53fca1 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does sea green belong to?
sea green belongs to the green color family. It is a medium, vivid color with HSL values: hue 147.7°, saturation 96.6%, lightness 65.7%.
How do I create lighter and darker shades of sea green?
Lighter variant (lightness 80.7%): #9efdca. Darker variant (lightness 50.7%): #08fb78. 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.