Color: #AAE6CD
#AAE6CD Color Information
#AAE6CD is a light color. The closest websafe version is #AAE6CD. A complement of this color would be #E6A8C2, perceived brightness is 0.82, and the grayscale version is #C8C8C8.
In the HSL color space, this color has a hue angle of 155°,a saturation of 55%, and a lightness of 78%.The HSV representation shows a hue of 155°, a saturation of 100%, and a value of 100%.
In a RGB color space, #AAE6CD is composed of 67% red, 90% green and 80% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 0% magenta, 11% yellow and 10% black.
In the Yxy color space, this color is represented as Y: 69.37, x: 0.3188, and y: 0.3899.
Color Code #AAE6CD
Shades of Color #AAE6CD
Shades are created by darkening the original color #AAE6CD 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 #AAE6CD
Tints are created by lightening the original color #AAE6CD 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 #AAE6CD Color Code
In the HSL color space, this color has a hue angle of 155°, a saturation of 55%, and a lightness of 78%. The HSV representation shows a hue of 155°, a saturation of 26%, and a value of 90%.
- HEX: #AAE6CD
- RGB: rgb(170, 230, 205)
- HSL: hsl(155, 55%, 78%)
- HSV: hsv(155, 26%, 90%)
- CMYK: 26.00% cyan, 0.00% magenta, 11.00% yellow, 10.00% black
- XYZ: 56.73, 69.37, 51.84
- Yxy: 69.37, 0.3188, 0.3899
- Hunter Lab: 86.69, -23.64, 5.75
- CIE-Lab: 86.69, -23.64, 5.75
In the XYZ color space, this color is represented as X: 56.73, Y: 69.37, Z: 51.84. The Yxy representation further refines this as Y: 69.37, x: 0.3188, and y: 0.3899.
In the Hunter Lab color space, this color is represented as L: 86.69, a: -23.64, and b: 5.75. Similarly, in the CIE-Lab color space, it is represented as L: 86.69, a: -23.64, and b: 5.75.
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 #AAE6CD
Triadic colors are three colors evenly spaced around the color wheel, including #AAE6CD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AAE6CD
Monochromatic colors are variations of #AAE6CD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AAE6CD
The complementary color of #AAE6CD 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 #AAE6CD
/* Using HEX */ body { background-color: #aae6cd; }
/* Using RGB */ body { background-color: rgb(170, 230, 205); }
/* Using RGB with opacity */ body { background-color: rgba(170, 230, 205, 0.5); }
/* Using HSL */ body { background-color: hsl(155, 55%, 78%); }
/* Text color */ p { color: #aae6cd; }
/* Box shadow */ div { box-shadow: 4px 4px #aae6cd; }
HTML Examples of #AAE6CD
<!-- Using HEX --> <div style="background-color: #aae6cd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(170, 230, 205); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(170, 230, 205, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(155, 55%, 78%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aae6cd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aae6cd; width: 100px; height: 100px;"></div>
Related Colors of #AAE6CD
These colors are similar to #AAE6CD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.