Color: #81DCAD

#81DCAD Color Information

#81DCAD is a light color. The closest websafe version is #81DCAD. A complement of this color would be #DC7FAF, perceived brightness is 0.74, and the grayscale version is #AFAFAF.

In the HSL color space, this color has a hue angle of 149°,a saturation of 57%, and a lightness of 68%.The HSV representation shows a hue of 149°, a saturation of 41%, and a value of 86%.

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

In the Yxy color space, this color is represented as Y: 58.72, x: 0.3103, and y: 0.4227.

Color Code #81DCAD

#81DCADrgb(129, 220, 173)
HEX
#81DCAD
RGB
rgb(129, 220, 173)
HSL
hsl(149, 57%, 68%)
HSV
hsv(149, 41%, 86%)
CMYK
41%, 0%, 21%, 14%
XYZ
X: 43.11, Y: 58.72, Z: 37.10
Lab
L: 81.14, a: -36.37, b: 14.27
Name

Shades of Color #81DCAD

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

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

#81DCADrgb(129, 220, 173)

About #81DCAD Color Code

In the HSL color space, this color has a hue angle of 149°, a saturation of 57%, and a lightness of 68%. The HSV representation shows a hue of 149°, a saturation of 41%, and a value of 86%.

  • HEX: #81DCAD
  • RGB: rgb(129, 220, 173)
  • HSL: hsl(149, 57%, 68%)
  • HSV: hsv(149, 41%, 86%)
  • CMYK: 41.00% cyan, 0.00% magenta, 21.00% yellow, 14.00% black
  • XYZ: 43.11, 58.72, 37.10
  • Yxy: 58.72, 0.3103, 0.4227
  • Hunter Lab: 81.14, -36.37, 14.27
  • CIE-Lab: 81.14, -36.37, 14.27

In the XYZ color space, this color is represented as X: 43.11, Y: 58.72, Z: 37.10. The Yxy representation further refines this as Y: 58.72, x: 0.3103, and y: 0.4227.

In the Hunter Lab color space, this color is represented as L: 81.14, a: -36.37, and b: 14.27. Similarly, in the CIE-Lab color space, it is represented as L: 81.14, a: -36.37, and b: 14.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 #81DCAD

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

Analogous Colors of #81DCAD

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

Monochromatic Colors of #81DCAD

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

Complementary Color of #81DCAD

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

/* Using HEX */
body {
  background-color: #81dcad;
}
/* Using RGB */
body {
  background-color: rgb(129, 220, 173);
}
/* Using RGB with opacity */
body {
  background-color: rgba(129, 220, 173, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(149, 57%, 68%);
}
/* Text color */
p {
  color: #81dcad;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #81dcad;
}
/* Border color */
.box {
  border: 4px solid #81dcad;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #81dcad;
}
Text Shadow Preview
/* Background with text */
div {
  background: #81dcad;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#81DCAD
On Black Background
#81DCAD
On White Background
#81DCAD

HTML Examples of #81DCAD

<!-- Using HEX -->
<div style="background-color: #81dcad; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(129, 220, 173); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(129, 220, 173, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(149, 57%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #81dcad;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #81dcad; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #81dcad; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #81dcad;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #81dcad; color: #fff; padding: 16px; border-radius: 8px;">
  #81DCAD
</div>
#81DCAD
On Black Background
#81DCAD
On White Background
#81DCAD

Related Colors of #81DCAD

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