Shades of Magic Mint #AAE8D0
Tints of Magic Mint #AAE8D0
RGB
CMYK
RGB Variations
Color information
#AAE8D0 (or 0xAAE8D0) is known color: Magic Mint. HEX triplet: AA, E8 and D0. RGB value is (170,232,208). Sum of RGB (Red+Green+Blue) = 170+232+208=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 232 (91.02% from 255 or 38.03% from 610); Blue value is 208 (81.64% from 255 or 34.10% from 610); Max value from RGB is 232 - color contains mainly: green. Hex color #AAE8D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE8D0 is #55172F. Grayscale: #D2D2D2. Windows color (decimal): -5576496 or 13691050. OLE color: 13691050.
HSL color Cylindrical-coordinate representation of color #AAE8D0: hue angle of 156.77º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE8D0 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 232 | 208 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.09 |
| HSL | 156.77º | 0.57% | 0.79% | - |
| HSV(B) | 156.77º | 0.27% | 0.91% | - |
| XYZ | 56.82 | 70.81 | 70.35 | - |
| YUV | 210.73 | 126.46 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 232 | 208 | 0.27 | 0 | 0.10 | 0.09 | 156.77 | 0.57 | 0.79 |
| Hex | AA | E8 | D0 | 1B | 0 | A | 9 | 9D | 39 | 4F |
| Octal | 252 | 350 | 320 | 33 | 0 | 12 | 11 | 235 | 71 | 117 |
| Binary | 10101010 | 11101000 | 11010000 | 11011 | 0 | 1010 | 1001 | 10011101 | 111001 | 1001111 |
Color Harmonies of #AAE8D0
Complementary color
Monochromatic Colors of #AAE8D0
Black with #AAE8D0
Text Example
Text Example
White with #AAE8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE8D0; }
p { color: rgb(170,232,208); }
H1.HeaderClassName
{
color: #AAE8D0;
}
.AnyTagClassName
{
color: #AAE8D0;
}
</style>
background-color css
<style>
a { background-color: #AAE8D0; }
a { background-color: rgb(170,232,208); }
div.DivClassName
{
background-color: #AAE8D0;
}
.BgClassName
{
background-color: #AAE8D0;
}
</style>
border-color css
<style>
span { border-color: #AAE8D0; }
span { border-color: rgb(170,232,208); }
td.TdClassName
{
border-color: #AAE8D0;
}
.TagClassName
{
border-color: #AAE8D0;
}
</style>