Shades of Magic Mint #AAECC5
Tints of Magic Mint #AAECC5
RGB
CMYK
RGB Variations
Color information
#AAECC5 (or 0xAAECC5) is known color: Magic Mint. HEX triplet: AA, EC and C5. RGB value is (170,236,197). Sum of RGB (Red+Green+Blue) = 170+236+197=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECC5 is #55133A. Grayscale: #D3D3D3. Windows color (decimal): -5575483 or 12971178. OLE color: 12971178.
HSL color Cylindrical-coordinate representation of color #AAECC5: hue angle of 144.55º 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 #AAECC5 is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 197 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.07 |
| HSL | 144.55º | 0.63% | 0.8% | - |
| HSV(B) | 144.55º | 0.28% | 0.93% | - |
| XYZ | 56.65 | 72.57 | 63.84 | - |
| YUV | 211.82 | 119.63 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 197 | 0.28 | 0 | 0.17 | 0.07 | 144.55 | 0.63 | 0.8 |
| Hex | AA | EC | C5 | 1C | 0 | 11 | 7 | 91 | 3F | 50 |
| Octal | 252 | 354 | 305 | 34 | 0 | 21 | 7 | 221 | 77 | 120 |
| Binary | 10101010 | 11101100 | 11000101 | 11100 | 0 | 10001 | 111 | 10010001 | 111111 | 1010000 |
Color Harmonies of #AAECC5
Complementary color
Monochromatic Colors of #AAECC5
Black with #AAECC5
Text Example
Text Example
White with #AAECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECC5; }
p { color: rgb(170,236,197); }
H1.HeaderClassName
{
color: #AAECC5;
}
.AnyTagClassName
{
color: #AAECC5;
}
</style>
background-color css
<style>
a { background-color: #AAECC5; }
a { background-color: rgb(170,236,197); }
div.DivClassName
{
background-color: #AAECC5;
}
.BgClassName
{
background-color: #AAECC5;
}
</style>
border-color css
<style>
span { border-color: #AAECC5; }
span { border-color: rgb(170,236,197); }
td.TdClassName
{
border-color: #AAECC5;
}
.TagClassName
{
border-color: #AAECC5;
}
</style>