Shades of Magic Mint #AAEDD2
Tints of Magic Mint #AAEDD2
RGB
CMYK
RGB Variations
Color information
#AAEDD2 (or 0xAAEDD2) is known color: Magic Mint. HEX triplet: AA, ED and D2. RGB value is (170,237,210). Sum of RGB (Red+Green+Blue) = 170+237+210=617 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.55% from 617); Green value is 237 (92.97% from 255 or 38.41% from 617); Blue value is 210 (82.42% from 255 or 34.04% from 617); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAEDD2 is #55122D. Grayscale: #D5D5D5. Windows color (decimal): -5575214 or 13823402. OLE color: 13823402.
HSL color Cylindrical-coordinate representation of color #AAEDD2: hue angle of 155.82º degrees, saturation: 0.65, 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 #AAEDD2 is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 237 | 210 | - |
| CMYK | 0.28 | 0 | 0.11 | 0.07 |
| HSL | 155.82º | 0.65% | 0.8% | - |
| HSV(B) | 155.82º | 0.28% | 0.93% | - |
| XYZ | 58.49 | 73.77 | 72.13 | - |
| YUV | 213.89 | 125.8 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 210 | 0.28 | 0 | 0.11 | 0.07 | 155.82 | 0.65 | 0.8 |
| Hex | AA | ED | D2 | 1C | 0 | B | 7 | 9C | 41 | 50 |
| Octal | 252 | 355 | 322 | 34 | 0 | 13 | 7 | 234 | 101 | 120 |
| Binary | 10101010 | 11101101 | 11010010 | 11100 | 0 | 1011 | 111 | 10011100 | 1000001 | 1010000 |
Color Harmonies of #AAEDD2
Complementary color
Monochromatic Colors of #AAEDD2
Black with #AAEDD2
Text Example
Text Example
White with #AAEDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEDD2; }
p { color: rgb(170,237,210); }
H1.HeaderClassName
{
color: #AAEDD2;
}
.AnyTagClassName
{
color: #AAEDD2;
}
</style>
background-color css
<style>
a { background-color: #AAEDD2; }
a { background-color: rgb(170,237,210); }
div.DivClassName
{
background-color: #AAEDD2;
}
.BgClassName
{
background-color: #AAEDD2;
}
</style>
border-color css
<style>
span { border-color: #AAEDD2; }
span { border-color: rgb(170,237,210); }
td.TdClassName
{
border-color: #AAEDD2;
}
.TagClassName
{
border-color: #AAEDD2;
}
</style>