#07C599
A medium, vivid cyan closely aligning with Mediumaquamarine.
About #07C599
At its core, #07C599 is a medium and vivid hue. It is closely associated with the named CSS color Mediumaquamarine. This translates to an RGB value of rgb(7, 197, 153).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 96% C, 0% M, 22% Y, and 23% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07C599
RGB7, 197, 153
HSL166.1°, 93.1%, 40.0%
CMYK96%, 0%, 22%, 23%
HSV166.1°, 96.4%, 77.3%
LAB71.1, -51.5, 10.6
XYZ25.8, 42.3, 36.9
Decimal509337
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.22:1
Text on #FFFFFF
FAIL
9.46:1
Text on #000000
AAA
2.12:1
Text on #F8FAFC
FAIL
8.04:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07C599;
}
.text-color {
color: #07C599;
}
.border-color {
border: 2px solid #07C599;
}