Shades of Magic Mint #AADEC7
Tints of Magic Mint #AADEC7
RGB
CMYK
RGB Variations
Color information
#AADEC7 (or 0xAADEC7) is known color: Magic Mint. HEX triplet: AA, DE and C7. RGB value is (170,222,199). Sum of RGB (Red+Green+Blue) = 170+222+199=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 222 - color contains mainly: green. Hex color #AADEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADEC7 is #552138. Grayscale: #CBCBCB. Windows color (decimal): -5579065 or 13098666. OLE color: 13098666.
HSL color Cylindrical-coordinate representation of color #AADEC7: hue angle of 153.46º 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 #AADEC7 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 222 | 199 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.13 |
| HSL | 153.46º | 0.44% | 0.77% | - |
| HSV(B) | 153.46º | 0.23% | 0.87% | - |
| XYZ | 53.01 | 64.91 | 63.77 | - |
| YUV | 203.83 | 125.27 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 222 | 199 | 0.23 | 0 | 0.10 | 0.13 | 153.46 | 0.44 | 0.77 |
| Hex | AA | DE | C7 | 17 | 0 | A | D | 99 | 2C | 4D |
| Octal | 252 | 336 | 307 | 27 | 0 | 12 | 15 | 231 | 54 | 115 |
| Binary | 10101010 | 11011110 | 11000111 | 10111 | 0 | 1010 | 1101 | 10011001 | 101100 | 1001101 |
Color Harmonies of #AADEC7
Complementary color
Monochromatic Colors of #AADEC7
Black with #AADEC7
Text Example
Text Example
White with #AADEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADEC7; }
p { color: rgb(170,222,199); }
H1.HeaderClassName
{
color: #AADEC7;
}
.AnyTagClassName
{
color: #AADEC7;
}
</style>
background-color css
<style>
a { background-color: #AADEC7; }
a { background-color: rgb(170,222,199); }
div.DivClassName
{
background-color: #AADEC7;
}
.BgClassName
{
background-color: #AADEC7;
}
</style>
border-color css
<style>
span { border-color: #AADEC7; }
span { border-color: rgb(170,222,199); }
td.TdClassName
{
border-color: #AADEC7;
}
.TagClassName
{
border-color: #AADEC7;
}
</style>