#00B675
A dark, vivid green closely aligning with Mediumseagreen.
About #00B675
When working with digital screens, the color #00B675 is rendered by mixing light. Its closest recognized web color is Mediumseagreen. Its digital footprint relies on 0 parts red, 182 parts green, and 117 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 0% Magenta, 36% Yellow, and 29% Black. 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. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00B675
RGB0, 182, 117
HSL158.6°, 100.0%, 35.7%
CMYK100%, 0%, 36%, 29%
HSV158.6°, 100.0%, 71.4%
LAB65.5, -54.4, 22.4
XYZ19.9, 34.7, 22.5
Decimal46709
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.64:1
Text on #FFFFFF
FAIL
7.95:1
Text on #000000
AAA
2.53:1
Text on #F8FAFC
FAIL
6.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00B675;
}
.text-color {
color: #00B675;
}
.border-color {
border: 2px solid #00B675;
}