#00BD7C
A dark, vivid green closely aligning with Mediumseagreen.
About #00BD7C
The hex code #00BD7C represents a beautifully specific shade of green. Designers often compare it to the standard color Mediumseagreen. This translates to an RGB value of rgb(0, 189, 124).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00BD7C
RGB0, 189, 124
HSL159.4°, 100.0%, 37.1%
CMYK100%, 0%, 34%, 26%
HSV159.4°, 100.0%, 74.1%
LAB67.9, -55.5, 21.8
XYZ21.8, 37.9, 25.2
Decimal48508
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.45:1
Text on #FFFFFF
FAIL
8.57:1
Text on #000000
AAA
2.34:1
Text on #F8FAFC
FAIL
7.29:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00BD7C;
}
.text-color {
color: #00BD7C;
}
.border-color {
border: 2px solid #00BD7C;
}