Shades of Magic Mint #AAECD2
Tints of Magic Mint #AAECD2
RGB
CMYK
RGB Variations
Color information
#AAECD2 (or 0xAAECD2) is known color: Magic Mint. HEX triplet: AA, EC and D2. RGB value is (170,236,210). Sum of RGB (Red+Green+Blue) = 170+236+210=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 210 (82.42% from 255 or 34.09% from 616); Max value from RGB is 236 - color contains mainly: green. Hex color #AAECD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAECD2 is #55132D. Grayscale: #D5D5D5. Windows color (decimal): -5575470 or 13823146. OLE color: 13823146.
HSL color Cylindrical-coordinate representation of color #AAECD2: hue angle of 156.36º 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 #AAECD2 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 236 | 210 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.07 |
| HSL | 156.36º | 0.63% | 0.8% | - |
| HSV(B) | 156.36º | 0.28% | 0.93% | - |
| XYZ | 58.21 | 73.19 | 72.03 | - |
| YUV | 213.3 | 126.13 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 236 | 210 | 0.28 | 0 | 0.11 | 0.07 | 156.36 | 0.63 | 0.8 |
| Hex | AA | EC | D2 | 1C | 0 | B | 7 | 9C | 3F | 50 |
| Octal | 252 | 354 | 322 | 34 | 0 | 13 | 7 | 234 | 77 | 120 |
| Binary | 10101010 | 11101100 | 11010010 | 11100 | 0 | 1011 | 111 | 10011100 | 111111 | 1010000 |
Color Harmonies of #AAECD2
Complementary color
Monochromatic Colors of #AAECD2
Black with #AAECD2
Text Example
Text Example
White with #AAECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAECD2; }
p { color: rgb(170,236,210); }
H1.HeaderClassName
{
color: #AAECD2;
}
.AnyTagClassName
{
color: #AAECD2;
}
</style>
background-color css
<style>
a { background-color: #AAECD2; }
a { background-color: rgb(170,236,210); }
div.DivClassName
{
background-color: #AAECD2;
}
.BgClassName
{
background-color: #AAECD2;
}
</style>
border-color css
<style>
span { border-color: #AAECD2; }
span { border-color: rgb(170,236,210); }
td.TdClassName
{
border-color: #AAECD2;
}
.TagClassName
{
border-color: #AAECD2;
}
</style>