Color: #AAE6AC
#AAE6AC Color Information
#AAE6AC is a light color. The closest websafe version is #AAE6AC. A complement of this color would be #E6A8E4, perceived brightness is 0.81, and the grayscale version is #C8C8C8.
In the HSL color space, this color has a hue angle of 122°,a saturation of 55%, and a lightness of 78%.The HSV representation shows a hue of 122°, a saturation of 26%, and a value of 90%.
In a RGB color space, #AAE6AC is composed of 67% red, 90% green and 67% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 0% magenta, 25% yellow and 10% black.
In the Yxy color space, this color is represented as Y: 68.17, x: 0.3373, and y: 0.4266.
Color Code #AAE6AC
Shades of Color #AAE6AC
Shades are created by darkening the original color #AAE6AC 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 #AAE6AC
Tints are created by lightening the original color #AAE6AC 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 #AAE6AC Color Code
In the HSL color space, this color has a hue angle of 122°, a saturation of 55%, and a lightness of 78%. The HSV representation shows a hue of 122°, a saturation of 26%, and a value of 90%.
- HEX: #AAE6AC
- RGB: rgb(170, 230, 172)
- HSL: hsl(122, 55%, 78%)
- HSV: hsv(122, 26%, 90%)
- CMYK: 26.00% cyan, 0.00% magenta, 25.00% yellow, 10.00% black
- XYZ: 53.90, 68.17, 37.71
- Yxy: 68.17, 0.3373, 0.4266
- Hunter Lab: 86.09, -28.16, 21.98
- CIE-Lab: 86.09, -28.16, 21.98
In the XYZ color space, this color is represented as X: 53.90, Y: 68.17, Z: 37.71. The Yxy representation further refines this as Y: 68.17, x: 0.3373, and y: 0.4266.
In the Hunter Lab color space, this color is represented as L: 86.09, a: -28.16, and b: 21.98. Similarly, in the CIE-Lab color space, it is represented as L: 86.09, a: -28.16, and b: 21.98.
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 #AAE6AC
Triadic colors are three colors evenly spaced around the color wheel, including #AAE6AC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AAE6AC
Monochromatic colors are variations of #AAE6AC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AAE6AC
The complementary color of #AAE6AC 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 #AAE6AC
/* Using HEX */ body { background-color: #aae6ac; }
/* Using RGB */ body { background-color: rgb(170, 230, 172); }
/* Using RGB with opacity */ body { background-color: rgba(170, 230, 172, 0.5); }
/* Using HSL */ body { background-color: hsl(122, 55%, 78%); }
/* Text color */ p { color: #aae6ac; }
/* Box shadow */ div { box-shadow: 4px 4px #aae6ac; }
/* Border color */ .box { border: 4px solid #aae6ac; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #aae6ac; }
/* Background with text */ div { background: #aae6ac; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AAE6AC
<!-- Using HEX --> <div style="background-color: #aae6ac; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(170, 230, 172); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(170, 230, 172, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(122, 55%, 78%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aae6ac;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aae6ac; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #aae6ac; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #aae6ac;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #aae6ac; color: #fff; padding: 16px; border-radius: 8px;"> #AAE6AC </div>
Related Colors of #AAE6AC
These colors are similar to #AAE6AC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.