Color: #93DCAD
#93DCAD Color Information
#93DCAD is a light color. The closest websafe version is #93DCAD. A complement of this color would be #DC93C3, perceived brightness is 0.76, and the grayscale version is #B7B7B7.
In the HSL color space, this color has a hue angle of 141°,a saturation of 51%, and a lightness of 72%.The HSV representation shows a hue of 141°, a saturation of 100%, and a value of 100%.
In a RGB color space, #93DCAD is composed of 58% red, 86% green and 68% blue. Whereas in a CMYK color space, it is composed of 33% cyan, 0% magenta, 21% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 60.33, x: 0.3217, and y: 0.4196.
Color Code #93DCAD
Shades of Color #93DCAD
Shades are created by darkening the original color #93DCAD 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 #93DCAD
Tints are created by lightening the original color #93DCAD 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 #93DCAD Color Code
In the HSL color space, this color has a hue angle of 141°, a saturation of 51%, and a lightness of 72%. The HSV representation shows a hue of 141°, a saturation of 33%, and a value of 86%.
- HEX: #93DCAD
- RGB: rgb(147, 220, 173)
- HSL: hsl(141, 51%, 72%)
- HSV: hsv(141, 33%, 86%)
- CMYK: 33.00% cyan, 0.00% magenta, 21.00% yellow, 14.00% black
- XYZ: 46.26, 60.33, 37.20
- Yxy: 60.33, 0.3217, 0.4196
- Hunter Lab: 82.02, -31.07, 15.64
- CIE-Lab: 82.02, -31.07, 15.64
In the XYZ color space, this color is represented as X: 46.26, Y: 60.33, Z: 37.20. The Yxy representation further refines this as Y: 60.33, x: 0.3217, and y: 0.4196.
In the Hunter Lab color space, this color is represented as L: 82.02, a: -31.07, and b: 15.64. Similarly, in the CIE-Lab color space, it is represented as L: 82.02, a: -31.07, and b: 15.64.
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 #93DCAD
Triadic colors are three colors evenly spaced around the color wheel, including #93DCAD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #93DCAD
Monochromatic colors are variations of #93DCAD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #93DCAD
The complementary color of #93DCAD 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 #93DCAD
/* Using HEX */ body { background-color: #93dcad; }
/* Using RGB */ body { background-color: rgb(147, 220, 173); }
/* Using RGB with opacity */ body { background-color: rgba(147, 220, 173, 0.5); }
/* Using HSL */ body { background-color: hsl(141, 51%, 72%); }
/* Text color */ p { color: #93dcad; }
/* Box shadow */ div { box-shadow: 4px 4px #93dcad; }
HTML Examples of #93DCAD
<!-- Using HEX --> <div style="background-color: #93dcad; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(147, 220, 173); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(147, 220, 173, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(141, 51%, 72%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #93dcad;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #93dcad; width: 100px; height: 100px;"></div>
Related Colors of #93DCAD
These colors are similar to #93DCAD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.