#5FCCAF
A medium, moderate green closely aligning with Mediumaquamarine.
About #5FCCAF
At its core, #5FCCAF is a medium and moderate hue. Designers often compare it to the standard color Mediumaquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 204, and 175.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 53% cyan, 0% magenta, 14% yellow, and 20% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FCCAF
RGB95, 204, 175
HSL164.0°, 51.7%, 58.6%
CMYK53%, 0%, 14%, 20%
HSV164.0°, 53.4%, 80.0%
LAB75.3, -38.3, 5.0
XYZ34.1, 48.7, 48.2
Decimal6278319
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.95:1
Text on #FFFFFF
FAIL
10.74:1
Text on #000000
AAA
1.87:1
Text on #F8FAFC
FAIL
9.13:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FCCAF;
}
.text-color {
color: #5FCCAF;
}
.border-color {
border: 2px solid #5FCCAF;
}