#0FFFCC
A medium, vivid cyan closely aligning with Aquamarine.
About #0FFFCC
Visually, #0FFFCC is defined as a vivid cyan. Its closest recognized web color is Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 255, and 204.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 94% C, 0% M, 20% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0FFFCC
RGB15, 255, 204
HSL167.2°, 100.0%, 52.9%
CMYK94%, 0%, 20%, 0%
HSV167.2°, 94.1%, 100.0%
LAB89.9, -61.3, 10.4
XYZ46.9, 76.0, 69.3
Decimal1048524
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.30:1
Text on #FFFFFF
FAIL
16.20:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FFFCC;
}
.text-color {
color: #0FFFCC;
}
.border-color {
border: 2px solid #0FFFCC;
}