Shades of Magic Mint #AAE5CD
Tints of Magic Mint #AAE5CD
RGB
CMYK
RGB Variations
Color information
#AAE5CD (or 0xAAE5CD) is known color: Magic Mint. HEX triplet: AA, E5 and CD. RGB value is (170,229,205). Sum of RGB (Red+Green+Blue) = 170+229+205=604 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.15% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 205 (80.47% from 255 or 33.94% from 604); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE5CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE5CD is #551A32. Grayscale: #D0D0D0. Windows color (decimal): -5577267 or 13493674. OLE color: 13493674.
HSL color Cylindrical-coordinate representation of color #AAE5CD: hue angle of 155.59º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE5CD is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 205 | - |
| CMYK | 0.26 | 0 | 0.10 | 0.10 |
| HSL | 155.59º | 0.53% | 0.78% | - |
| HSV(B) | 155.59º | 0.26% | 0.9% | - |
| XYZ | 55.62 | 68.99 | 68.14 | - |
| YUV | 208.62 | 125.95 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 205 | 0.26 | 0 | 0.10 | 0.10 | 155.59 | 0.53 | 0.78 |
| Hex | AA | E5 | CD | 1A | 0 | A | A | 9C | 35 | 4E |
| Octal | 252 | 345 | 315 | 32 | 0 | 12 | 12 | 234 | 65 | 116 |
| Binary | 10101010 | 11100101 | 11001101 | 11010 | 0 | 1010 | 1010 | 10011100 | 110101 | 1001110 |
Color Harmonies of #AAE5CD
Complementary color
Monochromatic Colors of #AAE5CD
Black with #AAE5CD
Text Example
Text Example
White with #AAE5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE5CD; }
p { color: rgb(170,229,205); }
H1.HeaderClassName
{
color: #AAE5CD;
}
.AnyTagClassName
{
color: #AAE5CD;
}
</style>
background-color css
<style>
a { background-color: #AAE5CD; }
a { background-color: rgb(170,229,205); }
div.DivClassName
{
background-color: #AAE5CD;
}
.BgClassName
{
background-color: #AAE5CD;
}
</style>
border-color css
<style>
span { border-color: #AAE5CD; }
span { border-color: rgb(170,229,205); }
td.TdClassName
{
border-color: #AAE5CD;
}
.TagClassName
{
border-color: #AAE5CD;
}
</style>