Color: #49CDBC

#49CDBC Color Information

#49CDBC is a light color. The closest websafe version is #49CDBC. A complement of this color would be #CE4B5C, perceived brightness is 0.64, and the grayscale version is #8B8B8B.

In the HSL color space, this color has a hue angle of 172°,a saturation of 57%, and a lightness of 55%.The HSV representation shows a hue of 172°, a saturation of 64%, and a value of 80%.

In a RGB color space, #49CDBC is composed of 29% red, 80% green and 74% blue. Whereas in a CMYK color space, it is composed of 64% cyan, 0% magenta, 8% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 48.30, x: 0.2714, and y: 0.3900.

Color Code #49CDBC

#49CDBCrgb(73, 205, 188)
HEX
#49CDBC
RGB
rgb(73, 205, 188)
HSL
hsl(172, 57%, 55%)
HSV
hsv(172, 64%, 80%)
CMYK
64%, 0%, 8%, 20%
XYZ
X: 33.61, Y: 48.30, Z: 41.94
Lab
L: 75.01, a: -40.41, b: -2.69
Name

Shades of Color #49CDBC

Shades are created by darkening the original color #49CDBC in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #49CDBC

Tints are created by lightening the original color #49CDBC in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#49CDBCrgb(73, 205, 188)

About #49CDBC Color Code

In the HSL color space, this color has a hue angle of 172°, a saturation of 57%, and a lightness of 55%. The HSV representation shows a hue of 172°, a saturation of 64%, and a value of 80%.

  • HEX: #49CDBC
  • RGB: rgb(73, 205, 188)
  • HSL: hsl(172, 57%, 55%)
  • HSV: hsv(172, 64%, 80%)
  • CMYK: 64.00% cyan, 0.00% magenta, 8.00% yellow, 20.00% black
  • XYZ: 33.61, 48.30, 41.94
  • Yxy: 48.30, 0.2714, 0.3900
  • Hunter Lab: 75.01, -40.41, -2.69
  • CIE-Lab: 75.01, -40.41, -2.69

In the XYZ color space, this color is represented as X: 33.61, Y: 48.30, Z: 41.94. The Yxy representation further refines this as Y: 48.30, x: 0.2714, and y: 0.3900.

In the Hunter Lab color space, this color is represented as L: 75.01, a: -40.41, and b: -2.69. Similarly, in the CIE-Lab color space, it is represented as L: 75.01, a: -40.41, and b: -2.69.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #49CDBC

Triadic colors are three colors evenly spaced around the color wheel, including #49CDBC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #49CDBC

Analogous colors are adjacent to #49CDBC on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #49CDBC

Monochromatic colors are variations of #49CDBC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #49CDBC

The complementary color of #49CDBC is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #49CDBC

/* Using HEX */
body {
  background-color: #49cdbc;
}
/* Using RGB */
body {
  background-color: rgb(73, 205, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(73, 205, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(172, 57%, 55%);
}
/* Text color */
p {
  color: #49cdbc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #49cdbc;
}
/* Border color */
.box {
  border: 4px solid #49cdbc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #49cdbc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #49cdbc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#49CDBC
On Black Background
#49CDBC
On White Background
#49CDBC

HTML Examples of #49CDBC

<!-- Using HEX -->
<div style="background-color: #49cdbc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(73, 205, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(73, 205, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(172, 57%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #49cdbc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #49cdbc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #49cdbc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #49cdbc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #49cdbc; color: #fff; padding: 16px; border-radius: 8px;">
  #49CDBC
</div>
#49CDBC
On Black Background
#49CDBC
On White Background
#49CDBC

Related Colors of #49CDBC

These colors are similar to #49CDBC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.