#07DBA0
A medium, vivid green closely aligning with Mediumseagreen.
About #07DBA0
Visually, #07DBA0 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Mediumseagreen. This translates to an RGB value of rgb(7, 219, 160).
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 97% cyan, 0% magenta, 27% yellow, and 14% black. With a hue angle of 163.3 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07DBA0
RGB7, 219, 160
HSL163.3°, 93.8%, 44.3%
CMYK97%, 0%, 27%, 14%
HSV163.3°, 96.8%, 85.9%
LAB78.0, -58.3, 16.7
XYZ31.8, 53.2, 41.9
Decimal514976
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.80:1
Text on #FFFFFF
FAIL
11.65: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: #07DBA0;
}
.text-color {
color: #07DBA0;
}
.border-color {
border: 2px solid #07DBA0;
}