CSS named color
LightSeaGreen
#20B2AA
HEX
#20b2aaRGB
rgb(32, 178, 170)HSL
hsl(177, 70%, 41%)OKLCH
oklch(69.12% 0.1142 188.96)NAME
lightseagreenPalette
Complementary
180° on the color wheelComplement
#B21F27
Analogous
±30° around the base hueLeft
#1FB261
Right
#1F70B2
Triadic
±120° for harmonic contrastTriad 1
#AA1FB2
Triad 2
#B2AA1F
Shades
Lighter and darker variantsCSS usage
By name
color: lightseagreen;
background-color: lightseagreen;By HEX
color: #20b2aa;
background-color: #20b2aa;By RGB
color: rgb(32, 178, 170);
background-color: rgb(32, 178, 170);By HSL
color: hsl(177, 70%, 41%);
background-color: hsl(177, 70%, 41%);WCAG contrast vs white
Aa
2.62:1
Below minimum
WCAG contrast vs black
Aa
8.01:1
AAA
Related colors
FAQ — LightSeaGreen
What is the HEX code for LightSeaGreen?
The HEX code for LightSeaGreen is #20B2AA. It's one of the 148 named CSS colors and can be used directly in CSS as color: lightseagreen; or color: #20b2aa;
What is LightSeaGreen in RGB?
LightSeaGreen in RGB is rgb(32, 178, 170) — red 32, green 178, blue 170.
What is LightSeaGreen in HSL?
LightSeaGreen in HSL is hsl(177, 70%, 41%) — hue 177°, saturation 70%, lightness 41%.
What is the complementary color of LightSeaGreen?
The complementary color (directly opposite LightSeaGreen on the color wheel) is #B21F27. The two together produce maximum contrast.
Is white text readable on LightSeaGreen?
The WCAG contrast ratio against white (#FFFFFF) is 2.62:1, and against black (#000000) it's 8.01:1. White text is more readable. WCAG recommends at least 4.5:1 for body text.