#00BDA0
A dark, vivid cyan closely aligning with Mediumaquamarine.
About #00BDA0
At its core, #00BDA0 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Mediumaquamarine. Its digital footprint relies on 0 parts red, 189 parts green, and 160 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 100% C, 0% M, 15% Y, and 26% K. The HSL representation is 170.8° hue, 100.0% saturation, and 37.1% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00BDA0
RGB0, 189, 160
HSL170.8°, 100.0%, 37.1%
CMYK100%, 0%, 15%, 26%
HSV170.8°, 100.0%, 74.1%
LAB68.7, -46.7, 3.4
XYZ24.5, 38.9, 39.5
Decimal48544
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.39:1
Text on #FFFFFF
FAIL
8.79:1
Text on #000000
AAA
2.28:1
Text on #F8FAFC
FAIL
7.47:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00BDA0;
}
.text-color {
color: #00BDA0;
}
.border-color {
border: 2px solid #00BDA0;
}