Color: #39D4AC

#39D4AC Color Information

#39D4AC is a light color. The closest websafe version is #39D4AC. A complement of this color would be #D43A61, perceived brightness is 0.63, and the grayscale version is #878787.

In the HSL color space, this color has a hue angle of 165°,a saturation of 64%, and a lightness of 53%.The HSV representation shows a hue of 165°, a saturation of 100%, and a value of 100%.

In a RGB color space, #39D4AC is composed of 22% red, 83% green and 67% blue. Whereas in a CMYK color space, it is composed of 73% cyan, 0% magenta, 19% yellow and 17% black.

In the Yxy color space, this color is represented as Y: 50.61, x: 0.2763, and y: 0.4233.

Color Code #39D4AC

HEX
#39D4AC
RGB
rgb(57, 212, 172)
HSL
hsl(165, 64%, 53%)
HSV
hsv(165, 73%, 83%)
CMYK
73%, 0%, 19%, 17%
XYZ
X: 33.04, Y: 50.61, Z: 35.91
Lab
L: 76.44, a: -48.57, b: 7.82
Name

Shades of Color #39D4AC

Shades are created by darkening the original color #39D4AC 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 #39D4AC

Tints are created by lightening the original color #39D4AC 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.

About #39D4AC Color Code

In the HSL color space, this color has a hue angle of 165°, a saturation of 64%, and a lightness of 53%. The HSV representation shows a hue of 165°, a saturation of 73%, and a value of 83%.

  • HEX: #39D4AC
  • RGB: rgb(57, 212, 172)
  • HSL: hsl(165, 64%, 53%)
  • HSV: hsv(165, 73%, 83%)
  • CMYK: 73.00% cyan, 0.00% magenta, 19.00% yellow, 17.00% black
  • XYZ: 33.04, 50.61, 35.91
  • Yxy: 50.61, 0.2763, 0.4233
  • Hunter Lab: 76.44, -48.57, 7.82
  • CIE-Lab: 76.44, -48.57, 7.82

In the XYZ color space, this color is represented as X: 33.04, Y: 50.61, Z: 35.91. The Yxy representation further refines this as Y: 50.61, x: 0.2763, and y: 0.4233.

In the Hunter Lab color space, this color is represented as L: 76.44, a: -48.57, and b: 7.82. Similarly, in the CIE-Lab color space, it is represented as L: 76.44, a: -48.57, and b: 7.82.

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 #39D4AC

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

Analogous Colors of #39D4AC

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

Monochromatic Colors of #39D4AC

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

Complementary Color of #39D4AC

The complementary color of #39D4AC 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 #39D4AC

/* Using HEX */
body {
  background-color: #39d4ac;
}
/* Using RGB */
body {
  background-color: rgb(57, 212, 172);
}
/* Using RGB with opacity */
body {
  background-color: rgba(57, 212, 172, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(165, 64%, 53%);
}
/* Text color */
p {
  color: #39d4ac;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #39d4ac;
}

HTML Examples of #39D4AC

<!-- Using HEX -->
<div style="background-color: #39d4ac; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(57, 212, 172); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(57, 212, 172, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(165, 64%, 53%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #39d4ac;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #39d4ac; width: 100px; height: 100px;"></div>

Related Colors of #39D4AC

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