#07B699
A dark, vivid cyan closely aligning with Mediumaquamarine.
About #07B699
At its core, #07B699 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Mediumaquamarine. This translates to an RGB value of rgb(7, 182, 153).
For print applications, it's crucial to understand its CMYK makeup. The color uses 96% Cyan, 0% Magenta, 16% Yellow, and 29% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07B699
RGB7, 182, 153
HSL170.1°, 92.6%, 37.1%
CMYK96%, 0%, 16%, 29%
HSV170.1°, 96.2%, 71.4%
LAB66.4, -45.4, 3.9
XYZ22.6, 35.8, 35.9
Decimal505497
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.57:1
Text on #FFFFFF
FAIL
8.16:1
Text on #000000
AAA
2.46:1
Text on #F8FAFC
FAIL
6.94:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #07B699;
}
.text-color {
color: #07B699;
}
.border-color {
border: 2px solid #07B699;
}