#07F8CC
A medium, vivid cyan closely aligning with Aquamarine.
About #07F8CC
When working with digital screens, the color #07F8CC is rendered by mixing light. Its closest recognized web color is Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 248, and 204.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 97% C, 0% M, 18% Y, and 3% K. With a hue angle of 169.0 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#07F8CC
RGB7, 248, 204
HSL169.0°, 94.5%, 50.0%
CMYK97%, 0%, 18%, 3%
HSV169.0°, 97.2%, 97.3%
LAB87.7, -58.8, 7.4
XYZ44.6, 71.5, 68.6
Decimal522444
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.31:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #07F8CC;
}
.text-color {
color: #07F8CC;
}
.border-color {
border: 2px solid #07F8CC;
}