#00DBA0
A medium, vivid green closely aligning with Mediumseagreen.
About #00DBA0
Visually, #00DBA0 is defined as a vivid green. Designers often compare it to the standard color Mediumseagreen. This translates to an RGB value of rgb(0, 219, 160).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 100% cyan and 0% magenta inks. With a hue angle of 163.8 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#00DBA0
RGB0, 219, 160
HSL163.8°, 100.0%, 42.9%
CMYK100%, 0%, 27%, 14%
HSV163.8°, 100.0%, 85.9%
LAB78.0, -58.5, 16.6
XYZ31.7, 53.2, 41.9
Decimal56224
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.64:1
Text on #000000
AAA
1.72:1
Text on #F8FAFC
FAIL
9.90:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00DBA0;
}
.text-color {
color: #00DBA0;
}
.border-color {
border: 2px solid #00DBA0;
}