#07F0C5
A medium, vivid cyan closely aligning with Aquamarine.
About #07F0C5
The hex code #07F0C5 represents a beautifully specific shade of cyan. If you're using CSS, you might find it aligns closely with Aquamarine. This translates to an RGB value of rgb(7, 240, 197).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 97% cyan, 0% magenta, 18% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07F0C5
RGB7, 240, 197
HSL168.9°, 94.3%, 48.4%
CMYK97%, 0%, 18%, 6%
HSV168.9°, 97.1%, 94.1%
LAB85.2, -57.4, 7.4
XYZ41.3, 66.4, 63.5
Decimal520389
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.28:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07F0C5;
}
.text-color {
color: #07F0C5;
}
.border-color {
border: 2px solid #07F0C5;
}