Shades of Magic Mint #AAE3CB
Tints of Magic Mint #AAE3CB
RGB
CMYK
RGB Variations
Color information
#AAE3CB (or 0xAAE3CB) is known color: Magic Mint. HEX triplet: AA, E3 and CB. RGB value is (170,227,203). Sum of RGB (Red+Green+Blue) = 170+227+203=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 227 (89.06% from 255 or 37.83% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 227 - color contains mainly: green. Hex color #AAE3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE3CB is #551C34. Grayscale: #CFCFCF. Windows color (decimal): -5577781 or 13362090. OLE color: 13362090.
HSL color Cylindrical-coordinate representation of color #AAE3CB: hue angle of 154.74º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAE3CB is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 227 | 203 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.11 |
| HSL | 154.74º | 0.5% | 0.78% | - |
| HSV(B) | 154.74º | 0.25% | 0.89% | - |
| XYZ | 54.83 | 67.8 | 66.7 | - |
| YUV | 207.22 | 125.62 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 227 | 203 | 0.25 | 0 | 0.11 | 0.11 | 154.74 | 0.5 | 0.78 |
| Hex | AA | E3 | CB | 19 | 0 | B | B | 9B | 32 | 4E |
| Octal | 252 | 343 | 313 | 31 | 0 | 13 | 13 | 233 | 62 | 116 |
| Binary | 10101010 | 11100011 | 11001011 | 11001 | 0 | 1011 | 1011 | 10011011 | 110010 | 1001110 |
Color Harmonies of #AAE3CB
Complementary color
Monochromatic Colors of #AAE3CB
Black with #AAE3CB
Text Example
Text Example
White with #AAE3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE3CB; }
p { color: rgb(170,227,203); }
H1.HeaderClassName
{
color: #AAE3CB;
}
.AnyTagClassName
{
color: #AAE3CB;
}
</style>
background-color css
<style>
a { background-color: #AAE3CB; }
a { background-color: rgb(170,227,203); }
div.DivClassName
{
background-color: #AAE3CB;
}
.BgClassName
{
background-color: #AAE3CB;
}
</style>
border-color css
<style>
span { border-color: #AAE3CB; }
span { border-color: rgb(170,227,203); }
td.TdClassName
{
border-color: #AAE3CB;
}
.TagClassName
{
border-color: #AAE3CB;
}
</style>