Color: #60DCAD

#60DCAD Color Information

#60DCAD is a light color. The closest websafe version is #60DCAD. A complement of this color would be #DC6090, perceived brightness is 0.70, and the grayscale version is #9E9E9E.

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

In a RGB color space, #60DCAD is composed of 38% red, 86% green and 68% blue. Whereas in a CMYK color space, it is composed of 56% cyan, 0% magenta, 21% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 56.44, x: 0.2926, and y: 0.4274.

Color Code #60DCAD

HEX
#60DCAD
RGB
rgb(96, 220, 173)
HSL
hsl(157, 64%, 62%)
HSV
hsv(157, 56%, 86%)
CMYK
56%, 0%, 21%, 14%
XYZ
X: 38.64, Y: 56.44, Z: 36.96
Lab
L: 79.86, a: -44.58, b: 12.27
Name

Shades of Color #60DCAD

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

Tints are created by lightening the original color #60DCAD 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 #60DCAD Color Code

In the HSL color space, this color has a hue angle of 157°, a saturation of 64%, and a lightness of 62%. The HSV representation shows a hue of 157°, a saturation of 56%, and a value of 86%.

  • HEX: #60DCAD
  • RGB: rgb(96, 220, 173)
  • HSL: hsl(157, 64%, 62%)
  • HSV: hsv(157, 56%, 86%)
  • CMYK: 56.00% cyan, 0.00% magenta, 21.00% yellow, 14.00% black
  • XYZ: 38.64, 56.44, 36.96
  • Yxy: 56.44, 0.2926, 0.4274
  • Hunter Lab: 79.86, -44.58, 12.27
  • CIE-Lab: 79.86, -44.58, 12.27

In the XYZ color space, this color is represented as X: 38.64, Y: 56.44, Z: 36.96. The Yxy representation further refines this as Y: 56.44, x: 0.2926, and y: 0.4274.

In the Hunter Lab color space, this color is represented as L: 79.86, a: -44.58, and b: 12.27. Similarly, in the CIE-Lab color space, it is represented as L: 79.86, a: -44.58, and b: 12.27.

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 #60DCAD

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

Analogous Colors of #60DCAD

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

Monochromatic Colors of #60DCAD

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

Complementary Color of #60DCAD

The complementary color of #60DCAD 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 #60DCAD

/* Using HEX */
body {
  background-color: #60dcad;
}
/* Using RGB */
body {
  background-color: rgb(96, 220, 173);
}
/* Using RGB with opacity */
body {
  background-color: rgba(96, 220, 173, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(157, 64%, 62%);
}
/* Text color */
p {
  color: #60dcad;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #60dcad;
}

HTML Examples of #60DCAD

<!-- Using HEX -->
<div style="background-color: #60dcad; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(96, 220, 173); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(96, 220, 173, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(157, 64%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #60dcad;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #60dcad; width: 100px; height: 100px;"></div>

Related Colors of #60DCAD

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