Shades of Magic Mint #AAE1CB
Tints of Magic Mint #AAE1CB
RGB
CMYK
RGB Variations
Color information
#AAE1CB (or 0xAAE1CB) is known color: Magic Mint. HEX triplet: AA, E1 and CB. RGB value is (170,225,203). Sum of RGB (Red+Green+Blue) = 170+225+203=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 225 (88.28% from 255 or 37.63% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 225 - color contains mainly: green. Hex color #AAE1CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE1CB is #551E34. Grayscale: #CECECE. Windows color (decimal): -5578293 or 13361578. OLE color: 13361578.
HSL color Cylindrical-coordinate representation of color #AAE1CB: hue angle of 156º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE1CB is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 225 | 203 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.12 |
| HSL | 156º | 0.48% | 0.77% | - |
| HSV(B) | 156º | 0.24% | 0.88% | - |
| XYZ | 54.28 | 66.71 | 66.51 | - |
| YUV | 206.05 | 126.28 | 102.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 225 | 203 | 0.24 | 0 | 0.10 | 0.12 | 156 | 0.48 | 0.77 |
| Hex | AA | E1 | CB | 18 | 0 | A | C | 9C | 30 | 4D |
| Octal | 252 | 341 | 313 | 30 | 0 | 12 | 14 | 234 | 60 | 115 |
| Binary | 10101010 | 11100001 | 11001011 | 11000 | 0 | 1010 | 1100 | 10011100 | 110000 | 1001101 |
Color Harmonies of #AAE1CB
Complementary color
Monochromatic Colors of #AAE1CB
Black with #AAE1CB
Text Example
Text Example
White with #AAE1CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE1CB; }
p { color: rgb(170,225,203); }
H1.HeaderClassName
{
color: #AAE1CB;
}
.AnyTagClassName
{
color: #AAE1CB;
}
</style>
background-color css
<style>
a { background-color: #AAE1CB; }
a { background-color: rgb(170,225,203); }
div.DivClassName
{
background-color: #AAE1CB;
}
.BgClassName
{
background-color: #AAE1CB;
}
</style>
border-color css
<style>
span { border-color: #AAE1CB; }
span { border-color: rgb(170,225,203); }
td.TdClassName
{
border-color: #AAE1CB;
}
.TagClassName
{
border-color: #AAE1CB;
}
</style>