#49F0CC
A light, vivid cyan closely aligning with Aquamarine.
About #49F0CC
At its core, #49F0CC is a light and vivid hue. Designers often compare it to the standard color Aquamarine. This translates to an RGB value of rgb(73, 240, 204).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 70% cyan, 0% magenta, 15% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a light 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#49F0CC
RGB73, 240, 204
HSL167.1°, 84.8%, 61.4%
CMYK70%, 0%, 15%, 6%
HSV167.1°, 69.6%, 94.1%
LAB86.1, -50.8, 5.1
XYZ44.8, 68.1, 67.9
Decimal4845772
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.44:1
Text on #FFFFFF
FAIL
14.62:1
Text on #000000
AAA
1.37:1
Text on #F8FAFC
FAIL
12.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49F0CC;
}
.text-color {
color: #49F0CC;
}
.border-color {
border: 2px solid #49F0CC;
}