Shades of Magic Mint #AAE0C6
Tints of Magic Mint #AAE0C6
RGB
CMYK
RGB Variations
Color information
#AAE0C6 (or 0xAAE0C6) is known color: Magic Mint. HEX triplet: AA, E0 and C6. RGB value is (170,224,198). Sum of RGB (Red+Green+Blue) = 170+224+198=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 224 (87.89% from 255 or 37.84% from 592); Blue value is 198 (77.73% from 255 or 33.45% from 592); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAE0C6 is #551F39. Grayscale: #CCCCCC. Windows color (decimal): -5578554 or 13033642. OLE color: 13033642.
HSL color Cylindrical-coordinate representation of color #AAE0C6: hue angle of 151.11º degrees, saturation: 0.47, 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 #AAE0C6 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 198 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.12 |
| HSL | 151.11º | 0.47% | 0.77% | - |
| HSV(B) | 151.11º | 0.24% | 0.88% | - |
| XYZ | 53.43 | 65.93 | 63.34 | - |
| YUV | 204.89 | 124.11 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 198 | 0.24 | 0 | 0.12 | 0.12 | 151.11 | 0.47 | 0.77 |
| Hex | AA | E0 | C6 | 18 | 0 | C | C | 97 | 2F | 4D |
| Octal | 252 | 340 | 306 | 30 | 0 | 14 | 14 | 227 | 57 | 115 |
| Binary | 10101010 | 11100000 | 11000110 | 11000 | 0 | 1100 | 1100 | 10010111 | 101111 | 1001101 |
Color Harmonies of #AAE0C6
Complementary color
Monochromatic Colors of #AAE0C6
Black with #AAE0C6
Text Example
Text Example
White with #AAE0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE0C6; }
p { color: rgb(170,224,198); }
H1.HeaderClassName
{
color: #AAE0C6;
}
.AnyTagClassName
{
color: #AAE0C6;
}
</style>
background-color css
<style>
a { background-color: #AAE0C6; }
a { background-color: rgb(170,224,198); }
div.DivClassName
{
background-color: #AAE0C6;
}
.BgClassName
{
background-color: #AAE0C6;
}
</style>
border-color css
<style>
span { border-color: #AAE0C6; }
span { border-color: rgb(170,224,198); }
td.TdClassName
{
border-color: #AAE0C6;
}
.TagClassName
{
border-color: #AAE0C6;
}
</style>