#49BDAF
A medium, moderate cyan closely aligning with Lightseagreen.
About #49BDAF
When working with digital screens, the color #49BDAF is rendered by mixing light. Its closest recognized web color is Lightseagreen. This translates to an RGB value of rgb(73, 189, 175).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 61% Cyan, 0% Magenta, 7% Yellow, and 26% Black. With a hue angle of 172.8 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#49BDAF
RGB73, 189, 175
HSL172.8°, 46.8%, 51.4%
CMYK61%, 0%, 7%, 26%
HSV172.8°, 61.4%, 74.1%
LAB70.1, -35.8, -2.6
XYZ28.7, 40.9, 46.9
Decimal4832687
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.29:1
Text on #FFFFFF
FAIL
9.18:1
Text on #000000
AAA
2.19:1
Text on #F8FAFC
FAIL
7.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #49BDAF;
}
.text-color {
color: #49BDAF;
}
.border-color {
border: 2px solid #49BDAF;
}