Shades of Magic Mint #AADDC2
Tints of Magic Mint #AADDC2
RGB
CMYK
RGB Variations
Color information
#AADDC2 (or 0xAADDC2) is known color: Magic Mint. HEX triplet: AA, DD and C2. RGB value is (170,221,194). Sum of RGB (Red+Green+Blue) = 170+221+194=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 194 (76.17% from 255 or 33.16% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDC2 is #55223D. Grayscale: #CACACA. Windows color (decimal): -5579326 or 12770730. OLE color: 12770730.
HSL color Cylindrical-coordinate representation of color #AADDC2: hue angle of 148.24º degrees, saturation: 0.43, 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 #AADDC2 is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 194 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.13 |
| HSL | 148.24º | 0.43% | 0.77% | - |
| HSV(B) | 148.24º | 0.23% | 0.87% | - |
| XYZ | 52.17 | 64.15 | 60.67 | - |
| YUV | 202.67 | 123.1 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 194 | 0.23 | 0 | 0.12 | 0.13 | 148.24 | 0.43 | 0.77 |
| Hex | AA | DD | C2 | 17 | 0 | C | D | 94 | 2B | 4D |
| Octal | 252 | 335 | 302 | 27 | 0 | 14 | 15 | 224 | 53 | 115 |
| Binary | 10101010 | 11011101 | 11000010 | 10111 | 0 | 1100 | 1101 | 10010100 | 101011 | 1001101 |
Color Harmonies of #AADDC2
Complementary color
Monochromatic Colors of #AADDC2
Black with #AADDC2
Text Example
Text Example
White with #AADDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDC2; }
p { color: rgb(170,221,194); }
H1.HeaderClassName
{
color: #AADDC2;
}
.AnyTagClassName
{
color: #AADDC2;
}
</style>
background-color css
<style>
a { background-color: #AADDC2; }
a { background-color: rgb(170,221,194); }
div.DivClassName
{
background-color: #AADDC2;
}
.BgClassName
{
background-color: #AADDC2;
}
</style>
border-color css
<style>
span { border-color: #AADDC2; }
span { border-color: rgb(170,221,194); }
td.TdClassName
{
border-color: #AADDC2;
}
.TagClassName
{
border-color: #AADDC2;
}
</style>