Light Sea Green Hex Code — #20B2AA
RGB, HSL, and CMYK values for Light Sea Green.
Light Sea Green Color Values
| Format | Value |
|---|---|
| HEX | #20B2AA |
| RGB | rgb(32, 178, 170) |
| HSL | hsl(177, 70%, 41%) |
| CMYK | cmyk(82%, 0%, 4%, 30%) |
Want to explore more shades? Use our Color Converter
About Light Sea Green
Color psychology: Renewal, freshness.
Light Sea Green (#20B2AA) is a medium shade of green. It's commonly used in web design, graphic design, and branding where renewal, freshness are desired associations.
How to Use Light Sea Green in CSS
/* Using HEX */ color: #20B2AA; background-color: #20B2AA; /* Using RGB */ color: rgb(32, 178, 170); /* Using HSL */ color: hsl(177, 70%, 41%);