#00BD92
A dark, vivid cyan closely aligning with Mediumseagreen.
About #00BD92
The precise color #00BD92 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Mediumseagreen. Its digital footprint relies on 0 parts red, 189 parts green, and 146 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 100% Cyan, 0% Magenta, 23% Yellow, and 26% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#00BD92
RGB0, 189, 146
HSL166.3°, 100.0%, 37.1%
CMYK100%, 0%, 23%, 26%
HSV166.3°, 100.0%, 74.1%
LAB68.4, -50.3, 10.6
XYZ23.4, 38.5, 33.4
Decimal48530
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.42:1
Text on #FFFFFF
FAIL
8.69:1
Text on #000000
AAA
2.31:1
Text on #F8FAFC
FAIL
7.39:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00BD92;
}
.text-color {
color: #00BD92;
}
.border-color {
border: 2px solid #00BD92;
}