#00F8C5
A medium, vivid cyan closely aligning with Aquamarine.
About #00F8C5
Visually, #00F8C5 is defined as a vivid cyan. Designers often compare it to the standard color Aquamarine. This translates to an RGB value of rgb(0, 248, 197).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 100% C, 0% M, 21% Y, and 3% K. With a hue angle of 167.7 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#00F8C5
RGB0, 248, 197
HSL167.7°, 100.0%, 48.6%
CMYK100%, 0%, 21%, 3%
HSV167.7°, 100.0%, 97.3%
LAB87.6, -60.7, 10.8
XYZ43.6, 71.2, 64.3
Decimal63685
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.38:1
Text on #FFFFFF
FAIL
15.23:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.95:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00F8C5;
}
.text-color {
color: #00F8C5;
}
.border-color {
border: 2px solid #00F8C5;
}