Shades of Magic Mint #AAECC8
Tints of Magic Mint #AAECC8
RGB
CMYK
RGB Variations
Color information
#AAECC8 (or 0xAAECC8) is known color: Magic Mint. HEX triplet: AA, EC and C8. RGB value is (170,236,200). Sum of RGB (Red+Green+Blue) = 170+236+200=606 (80% of max value = 765). Red value is 170 (66.80% from 255 or 28.05% from 606); Green value is 236 (92.58% from 255 or 38.94% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECC8 is #551337. Grayscale: #D4D4D4. Windows color (decimal): -5575480 or 13167786. OLE color: 13167786.
HSL color Cylindrical-coordinate representation of color #AAECC8: hue angle of 147.27º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAECC8 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 200 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.07 |
| HSL | 147.27º | 0.63% | 0.8% | - |
| HSV(B) | 147.27º | 0.28% | 0.93% | - |
| XYZ | 57 | 72.71 | 65.67 | - |
| YUV | 212.16 | 121.13 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 200 | 0.28 | 0 | 0.15 | 0.07 | 147.27 | 0.63 | 0.8 |
| Hex | AA | EC | C8 | 1C | 0 | F | 7 | 93 | 3F | 50 |
| Octal | 252 | 354 | 310 | 34 | 0 | 17 | 7 | 223 | 77 | 120 |
| Binary | 10101010 | 11101100 | 11001000 | 11100 | 0 | 1111 | 111 | 10010011 | 111111 | 1010000 |
Color Harmonies of #AAECC8
Complementary color
Monochromatic Colors of #AAECC8
Black with #AAECC8
Text Example
Text Example
White with #AAECC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECC8; }
p { color: rgb(170,236,200); }
H1.HeaderClassName
{
color: #AAECC8;
}
.AnyTagClassName
{
color: #AAECC8;
}
</style>
background-color css
<style>
a { background-color: #AAECC8; }
a { background-color: rgb(170,236,200); }
div.DivClassName
{
background-color: #AAECC8;
}
.BgClassName
{
background-color: #AAECC8;
}
</style>
border-color css
<style>
span { border-color: #AAECC8; }
span { border-color: rgb(170,236,200); }
td.TdClassName
{
border-color: #AAECC8;
}
.TagClassName
{
border-color: #AAECC8;
}
</style>