Shades of Magic Mint #AAE9CB
Tints of Magic Mint #AAE9CB
RGB
CMYK
RGB Variations
Color information
#AAE9CB (or 0xAAE9CB) is known color: Magic Mint. HEX triplet: AA, E9 and CB. RGB value is (170,233,203). Sum of RGB (Red+Green+Blue) = 170+233+203=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 233 (91.41% from 255 or 38.45% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAE9CB is #551634. Grayscale: #D2D2D2. Windows color (decimal): -5576245 or 13363626. OLE color: 13363626.
HSL color Cylindrical-coordinate representation of color #AAE9CB: hue angle of 151.43º degrees, saturation: 0.59, 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 #AAE9CB is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 203 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.09 |
| HSL | 151.43º | 0.59% | 0.79% | - |
| HSV(B) | 151.43º | 0.27% | 0.91% | - |
| XYZ | 56.5 | 71.14 | 67.25 | - |
| YUV | 210.74 | 123.63 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 203 | 0.27 | 0 | 0.13 | 0.09 | 151.43 | 0.59 | 0.79 |
| Hex | AA | E9 | CB | 1B | 0 | D | 9 | 97 | 3B | 4F |
| Octal | 252 | 351 | 313 | 33 | 0 | 15 | 11 | 227 | 73 | 117 |
| Binary | 10101010 | 11101001 | 11001011 | 11011 | 0 | 1101 | 1001 | 10010111 | 111011 | 1001111 |
Color Harmonies of #AAE9CB
Complementary color
Monochromatic Colors of #AAE9CB
Black with #AAE9CB
Text Example
Text Example
White with #AAE9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE9CB; }
p { color: rgb(170,233,203); }
H1.HeaderClassName
{
color: #AAE9CB;
}
.AnyTagClassName
{
color: #AAE9CB;
}
</style>
background-color css
<style>
a { background-color: #AAE9CB; }
a { background-color: rgb(170,233,203); }
div.DivClassName
{
background-color: #AAE9CB;
}
.BgClassName
{
background-color: #AAE9CB;
}
</style>
border-color css
<style>
span { border-color: #AAE9CB; }
span { border-color: rgb(170,233,203); }
td.TdClassName
{
border-color: #AAE9CB;
}
.TagClassName
{
border-color: #AAE9CB;
}
</style>