Shades of Magic Mint #AADEC8
Tints of Magic Mint #AADEC8
RGB
CMYK
RGB Variations
Color information
#AADEC8 (or 0xAADEC8) is known color: Magic Mint. HEX triplet: AA, DE and C8. RGB value is (170,222,200). Sum of RGB (Red+Green+Blue) = 170+222+200=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 200 (78.52% from 255 or 33.78% from 592); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEC8 is #552137. Grayscale: #CBCBCB. Windows color (decimal): -5579064 or 13164202. OLE color: 13164202.
HSL color Cylindrical-coordinate representation of color #AADEC8: hue angle of 154.62º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADEC8 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 222 | 200 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.13 |
| HSL | 154.62º | 0.44% | 0.77% | - |
| HSV(B) | 154.62º | 0.23% | 0.87% | - |
| XYZ | 53.12 | 64.96 | 64.38 | - |
| YUV | 203.94 | 125.77 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 200 | 0.23 | 0 | 0.10 | 0.13 | 154.62 | 0.44 | 0.77 |
| Hex | AA | DE | C8 | 17 | 0 | A | D | 9B | 2C | 4D |
| Octal | 252 | 336 | 310 | 27 | 0 | 12 | 15 | 233 | 54 | 115 |
| Binary | 10101010 | 11011110 | 11001000 | 10111 | 0 | 1010 | 1101 | 10011011 | 101100 | 1001101 |
Color Harmonies of #AADEC8
Complementary color
Monochromatic Colors of #AADEC8
Black with #AADEC8
Text Example
Text Example
White with #AADEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADEC8; }
p { color: rgb(170,222,200); }
H1.HeaderClassName
{
color: #AADEC8;
}
.AnyTagClassName
{
color: #AADEC8;
}
</style>
background-color css
<style>
a { background-color: #AADEC8; }
a { background-color: rgb(170,222,200); }
div.DivClassName
{
background-color: #AADEC8;
}
.BgClassName
{
background-color: #AADEC8;
}
</style>
border-color css
<style>
span { border-color: #AADEC8; }
span { border-color: rgb(170,222,200); }
td.TdClassName
{
border-color: #AADEC8;
}
.TagClassName
{
border-color: #AADEC8;
}
</style>