Shades of Magic Mint #AAECCC
Tints of Magic Mint #AAECCC
RGB
CMYK
RGB Variations
Color information
#AAECCC (or 0xAAECCC) is known color: Magic Mint. HEX triplet: AA, EC and CC. RGB value is (170,236,204). Sum of RGB (Red+Green+Blue) = 170+236+204=610 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.87% from 610); Green value is 236 (92.58% from 255 or 38.69% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECCC is #551333. Grayscale: #D4D4D4. Windows color (decimal): -5575476 or 13429930. OLE color: 13429930.
HSL color Cylindrical-coordinate representation of color #AAECCC: hue angle of 150.91º 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 #AAECCC is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 170 | 236 | 204 | - |
CMYK | 0.28 | 0 | 0.14 | 0.07 |
HSL | 150.91º | 0.63% | 0.8% | - |
HSV(B) | 150.91º | 0.28% | 0.93% | - |
XYZ | 57.47 | 72.9 | 68.17 | - |
YUV | 212.62 | 123.13 | 97.6 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 236 | 204 | 0.28 | 0 | 0.14 | 0.07 | 150.91 | 0.63 | 0.8 |
Hex | AA | EC | CC | 1C | 0 | E | 7 | 97 | 3F | 50 |
Octal | 252 | 354 | 314 | 34 | 0 | 16 | 7 | 227 | 77 | 120 |
Binary | 10101010 | 11101100 | 11001100 | 11100 | 0 | 1110 | 111 | 10010111 | 111111 | 1010000 |
Color Harmonies of #AAECCC
Complementary color
Monochromatic Colors of #AAECCC
Black with #AAECCC
Text Example
Text Example
White with #AAECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECCC; }
p { color: rgb(170,236,204); }
H1.HeaderClassName
{
color: #AAECCC;
}
.AnyTagClassName
{
color: #AAECCC;
}
</style>
background-color css
<style>
a { background-color: #AAECCC; }
a { background-color: rgb(170,236,204); }
div.DivClassName
{
background-color: #AAECCC;
}
.BgClassName
{
background-color: #AAECCC;
}
</style>
border-color css
<style>
span { border-color: #AAECCC; }
span { border-color: rgb(170,236,204); }
td.TdClassName
{
border-color: #AAECCC;
}
.TagClassName
{
border-color: #AAECCC;
}
</style>