Shades of Magic Mint #AADDC6
Tints of Magic Mint #AADDC6
RGB
CMYK
RGB Variations
Color information
#AADDC6 (or 0xAADDC6) is known color: Magic Mint. HEX triplet: AA, DD and C6. RGB value is (170,221,198). Sum of RGB (Red+Green+Blue) = 170+221+198=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 221 (86.72% from 255 or 37.52% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDC6 is #552239. Grayscale: #CBCBCB. Windows color (decimal): -5579322 or 13032874. OLE color: 13032874.
HSL color Cylindrical-coordinate representation of color #AADDC6: hue angle of 152.94º 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 #AADDC6 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 198 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.13 |
| HSL | 152.94º | 0.43% | 0.77% | - |
| HSV(B) | 152.94º | 0.23% | 0.87% | - |
| XYZ | 52.63 | 64.34 | 63.07 | - |
| YUV | 203.13 | 125.1 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 198 | 0.23 | 0 | 0.10 | 0.13 | 152.94 | 0.43 | 0.77 |
| Hex | AA | DD | C6 | 17 | 0 | A | D | 99 | 2B | 4D |
| Octal | 252 | 335 | 306 | 27 | 0 | 12 | 15 | 231 | 53 | 115 |
| Binary | 10101010 | 11011101 | 11000110 | 10111 | 0 | 1010 | 1101 | 10011001 | 101011 | 1001101 |
Color Harmonies of #AADDC6
Complementary color
Monochromatic Colors of #AADDC6
Black with #AADDC6
Text Example
Text Example
White with #AADDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDC6; }
p { color: rgb(170,221,198); }
H1.HeaderClassName
{
color: #AADDC6;
}
.AnyTagClassName
{
color: #AADDC6;
}
</style>
background-color css
<style>
a { background-color: #AADDC6; }
a { background-color: rgb(170,221,198); }
div.DivClassName
{
background-color: #AADDC6;
}
.BgClassName
{
background-color: #AADDC6;
}
</style>
border-color css
<style>
span { border-color: #AADDC6; }
span { border-color: rgb(170,221,198); }
td.TdClassName
{
border-color: #AADDC6;
}
.TagClassName
{
border-color: #AADDC6;
}
</style>