#80CBC4
Material teal 200
#80CBC4 is a cyan colour. In RGB it is 128 red, 203 green and 196 blue, which converts to a hue of 174 degrees, 42% saturation and 65% lightness. It is Material teal 200 in that design system's palette.
Color values
| HEX | #80CBC4 |
|---|---|
| RGB | rgb(128, 203, 196) |
| HSL | hsl(174, 42%, 65%) |
| HSV | hsv(174, 37%, 80%) |
| CMYK | cmyk(37%, 0%, 3%, 20%) |
Contrast and accessibility
Against white the contrast ratio is 1.87:1, and against black it is 11.26: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 | 1.87:1 | Fail | Fail |
| Black | 11.26:1 | AAA | AAA |
Tints and shades
Lighter tints move #80CBC4 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #80CBC4; |
|---|---|
| CSS rgb() | color: rgb(128 203 196); |
| Tailwind | bg-[#80cbc4] |
| SwiftUI | Color(red: 0.502, green: 0.796, blue: 0.769) |
| Android | Color.parseColor("#80CBC4") |
Closest named color
The nearest CSS colour keyword to #80CBC4 is mediumaquamarine (#66CDAA).