#00BD8A
A dark, vivid green closely aligning with Mediumseagreen.
About #00BD8A
At its core, #00BD8A is a dark and vivid hue. It is closely associated with the named CSS color Mediumseagreen. In the RGB color space, it consists of 0 red, 189 green, and 138 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 100% C, 0% M, 27% Y, and 26% K. With a hue angle of 163.8 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00BD8A
RGB0, 189, 138
HSL163.8°, 100.0%, 37.1%
CMYK100%, 0%, 27%, 26%
HSV163.8°, 100.0%, 74.1%
LAB68.2, -52.3, 14.7
XYZ22.8, 38.2, 30.2
Decimal48522
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.65:1
Text on #000000
AAA
2.32:1
Text on #F8FAFC
FAIL
7.35:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00BD8A;
}
.text-color {
color: #00BD8A;
}
.border-color {
border: 2px solid #00BD8A;
}