Shades of Magic Mint #AADEC6
Tints of Magic Mint #AADEC6
RGB
CMYK
RGB Variations
Color information
#AADEC6 (or 0xAADEC6) is known color: Magic Mint. HEX triplet: AA, DE and C6. RGB value is (170,222,198). Sum of RGB (Red+Green+Blue) = 170+222+198=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 198 (77.73% from 255 or 33.56% from 590); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEC6 is #552139. Grayscale: #CBCBCB. Windows color (decimal): -5579066 or 13033130. OLE color: 13033130.
HSL color Cylindrical-coordinate representation of color #AADEC6: hue angle of 152.31º 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 #AADEC6 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 222 | 198 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.13 |
| HSL | 152.31º | 0.44% | 0.77% | - |
| HSV(B) | 152.31º | 0.23% | 0.87% | - |
| XYZ | 52.89 | 64.87 | 63.16 | - |
| YUV | 203.72 | 124.77 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 198 | 0.23 | 0 | 0.11 | 0.13 | 152.31 | 0.44 | 0.77 |
| Hex | AA | DE | C6 | 17 | 0 | B | D | 98 | 2C | 4D |
| Octal | 252 | 336 | 306 | 27 | 0 | 13 | 15 | 230 | 54 | 115 |
| Binary | 10101010 | 11011110 | 11000110 | 10111 | 0 | 1011 | 1101 | 10011000 | 101100 | 1001101 |
Color Harmonies of #AADEC6
Complementary color
Monochromatic Colors of #AADEC6
Black with #AADEC6
Text Example
Text Example
White with #AADEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADEC6; }
p { color: rgb(170,222,198); }
H1.HeaderClassName
{
color: #AADEC6;
}
.AnyTagClassName
{
color: #AADEC6;
}
</style>
background-color css
<style>
a { background-color: #AADEC6; }
a { background-color: rgb(170,222,198); }
div.DivClassName
{
background-color: #AADEC6;
}
.BgClassName
{
background-color: #AADEC6;
}
</style>
border-color css
<style>
span { border-color: #AADEC6; }
span { border-color: rgb(170,222,198); }
td.TdClassName
{
border-color: #AADEC6;
}
.TagClassName
{
border-color: #AADEC6;
}
</style>