#20B2AA
lightseagreen
#20B2AA is a cyan colour. In RGB it is 32 red, 178 green and 170 blue, which converts to a hue of 177 degrees, 70% saturation and 41% lightness. It is one of the named CSS colours, written as lightseagreen in stylesheets.
Color values
| HEX | #20B2AA |
|---|---|
| RGB | rgb(32, 178, 170) |
| HSL | hsl(177, 70%, 41%) |
| HSV | hsv(177, 82%, 70%) |
| CMYK | cmyk(82%, 0%, 4%, 30%) |
Contrast and accessibility
Against white the contrast ratio is 2.62:1, and against black it is 8.01:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 2.62:1 | Fail | Fail |
| Black | 8.01:1 | AAA | AAA |
Tints and shades
Lighter tints move #20B2AA toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #20B2AA; |
|---|---|
| CSS rgb() | color: rgb(32 178 170); |
| Tailwind | bg-[#20b2aa] |
| SwiftUI | Color(red: 0.125, green: 0.698, blue: 0.667) |
| Android | Color.parseColor("#20B2AA") |