Color: #A5EECC
#A5EECC Color Information
#A5EECC is a light color. The closest websafe version is #A5EECC. A complement of this color would be #EEA5C7, perceived brightness is 0.83, and the grayscale version is #CACACA.
In the HSL color space, this color has a hue angle of 152°,a saturation of 68%, and a lightness of 79%.The HSV representation shows a hue of 152°, a saturation of 100%, and a value of 100%.
In a RGB color space, #A5EECC is composed of 65% red, 93% green and 80% blue. Whereas in a CMYK color space, it is composed of 31% cyan, 0% magenta, 14% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 73.32, x: 0.3164, and y: 0.4001.
Color Code #A5EECC
Shades of Color #A5EECC
Shades are created by darkening the original color #A5EECC 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 #A5EECC
Tints are created by lightening the original color #A5EECC 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 #A5EECC Color Code
In the HSL color space, this color has a hue angle of 152°, a saturation of 68%, and a lightness of 79%. The HSV representation shows a hue of 152°, a saturation of 31%, and a value of 93%.
- HEX: #A5EECC
- RGB: rgb(165, 238, 204)
- HSL: hsl(152, 68%, 79%)
- HSV: hsv(152, 31%, 93%)
- CMYK: 31.00% cyan, 0.00% magenta, 14.00% yellow, 7.00% black
- XYZ: 57.97, 73.32, 51.95
- Yxy: 73.32, 0.3164, 0.4001
- Hunter Lab: 88.60, -28.87, 8.94
- CIE-Lab: 88.60, -28.87, 8.94
In the XYZ color space, this color is represented as X: 57.97, Y: 73.32, Z: 51.95. The Yxy representation further refines this as Y: 73.32, x: 0.3164, and y: 0.4001.
In the Hunter Lab color space, this color is represented as L: 88.60, a: -28.87, and b: 8.94. Similarly, in the CIE-Lab color space, it is represented as L: 88.60, a: -28.87, and b: 8.94.
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 #A5EECC
Triadic colors are three colors evenly spaced around the color wheel, including #A5EECC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A5EECC
Monochromatic colors are variations of #A5EECC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A5EECC
The complementary color of #A5EECC 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 #A5EECC
/* Using HEX */ body { background-color: #a5eecc; }
/* Using RGB */ body { background-color: rgb(165, 238, 204); }
/* Using RGB with opacity */ body { background-color: rgba(165, 238, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(152, 68%, 79%); }
/* Text color */ p { color: #a5eecc; }
/* Box shadow */ div { box-shadow: 4px 4px #a5eecc; }
HTML Examples of #A5EECC
<!-- Using HEX --> <div style="background-color: #a5eecc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(165, 238, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(165, 238, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(152, 68%, 79%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a5eecc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a5eecc; width: 100px; height: 100px;"></div>
Related Colors of #A5EECC
These colors are similar to #A5EECC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.