#07BDBD
A dark, vivid cyan closely aligning with Lightseagreen.
About #07BDBD
When working with digital screens, the color #07BDBD is rendered by mixing light. Its closest recognized web color is Lightseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 189, and 189.
If you are designing for print, the four-color process is what matters most. The color uses 96% Cyan, 0% Magenta, 0% Yellow, and 26% Black. The HSL representation is 180.0° hue, 92.9% saturation, and 38.4% lightness.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#07BDBD
RGB7, 189, 189
HSL180.0°, 92.9%, 38.4%
CMYK96%, 0%, 0%, 26%
HSV180.0°, 96.3%, 74.1%
LAB69.6, -38.2, -11.2
XYZ27.5, 40.1, 54.4
Decimal507325
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.33:1
Text on #FFFFFF
FAIL
9.02:1
Text on #000000
AAA
2.22:1
Text on #F8FAFC
FAIL
7.67:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07BDBD;
}
.text-color {
color: #07BDBD;
}
.border-color {
border: 2px solid #07BDBD;
}