Shades of Magic Mint #AAE5CB
Tints of Magic Mint #AAE5CB
RGB
CMYK
RGB Variations
Color information
#AAE5CB (or 0xAAE5CB) is known color: Magic Mint. HEX triplet: AA, E5 and CB. RGB value is (170,229,203). Sum of RGB (Red+Green+Blue) = 170+229+203=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 229 (89.84% from 255 or 38.04% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE5CB is #551A34. Grayscale: #D0D0D0. Windows color (decimal): -5577269 or 13362602. OLE color: 13362602.
HSL color Cylindrical-coordinate representation of color #AAE5CB: hue angle of 153.56º 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 #AAE5CB is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 203 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.10 |
| HSL | 153.56º | 0.53% | 0.78% | - |
| HSV(B) | 153.56º | 0.26% | 0.9% | - |
| XYZ | 55.38 | 68.9 | 66.88 | - |
| YUV | 208.4 | 124.95 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 203 | 0.26 | 0 | 0.11 | 0.10 | 153.56 | 0.53 | 0.78 |
| Hex | AA | E5 | CB | 1A | 0 | B | A | 9A | 35 | 4E |
| Octal | 252 | 345 | 313 | 32 | 0 | 13 | 12 | 232 | 65 | 116 |
| Binary | 10101010 | 11100101 | 11001011 | 11010 | 0 | 1011 | 1010 | 10011010 | 110101 | 1001110 |
Color Harmonies of #AAE5CB
Complementary color
Monochromatic Colors of #AAE5CB
Black with #AAE5CB
Text Example
Text Example
White with #AAE5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE5CB; }
p { color: rgb(170,229,203); }
H1.HeaderClassName
{
color: #AAE5CB;
}
.AnyTagClassName
{
color: #AAE5CB;
}
</style>
background-color css
<style>
a { background-color: #AAE5CB; }
a { background-color: rgb(170,229,203); }
div.DivClassName
{
background-color: #AAE5CB;
}
.BgClassName
{
background-color: #AAE5CB;
}
</style>
border-color css
<style>
span { border-color: #AAE5CB; }
span { border-color: rgb(170,229,203); }
td.TdClassName
{
border-color: #AAE5CB;
}
.TagClassName
{
border-color: #AAE5CB;
}
</style>