#00F0BD
A medium, vivid cyan closely aligning with Aquamarine.
About #00F0BD
Visually, #00F0BD is defined as a vivid cyan. Designers often compare it to the standard color Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 240, and 189.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 100% cyan, 0% magenta, 21% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00F0BD
RGB0, 240, 189
HSL167.2°, 100.0%, 47.1%
CMYK100%, 0%, 21%, 6%
HSV167.2°, 100.0%, 94.1%
LAB85.0, -59.5, 11.3
XYZ40.3, 66.0, 58.8
Decimal61629
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.48:1
Text on #FFFFFF
FAIL
14.20:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00F0BD;
}
.text-color {
color: #00F0BD;
}
.border-color {
border: 2px solid #00F0BD;
}