Shades of Magic Mint #AADDC5
Tints of Magic Mint #AADDC5
RGB
CMYK
RGB Variations
Color information
#AADDC5 (or 0xAADDC5) is known color: Magic Mint. HEX triplet: AA, DD and C5. RGB value is (170,221,197). Sum of RGB (Red+Green+Blue) = 170+221+197=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 197 (77.34% from 255 or 33.50% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDC5 is #55223A. Grayscale: #CBCBCB. Windows color (decimal): -5579323 or 12967338. OLE color: 12967338.
HSL color Cylindrical-coordinate representation of color #AADDC5: hue angle of 151.76º 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 #AADDC5 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 197 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.13 |
| HSL | 151.76º | 0.43% | 0.77% | - |
| HSV(B) | 151.76º | 0.23% | 0.87% | - |
| XYZ | 52.51 | 64.29 | 62.46 | - |
| YUV | 203.02 | 124.6 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 197 | 0.23 | 0 | 0.11 | 0.13 | 151.76 | 0.43 | 0.77 |
| Hex | AA | DD | C5 | 17 | 0 | B | D | 98 | 2B | 4D |
| Octal | 252 | 335 | 305 | 27 | 0 | 13 | 15 | 230 | 53 | 115 |
| Binary | 10101010 | 11011101 | 11000101 | 10111 | 0 | 1011 | 1101 | 10011000 | 101011 | 1001101 |
Color Harmonies of #AADDC5
Complementary color
Monochromatic Colors of #AADDC5
Black with #AADDC5
Text Example
Text Example
White with #AADDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDC5; }
p { color: rgb(170,221,197); }
H1.HeaderClassName
{
color: #AADDC5;
}
.AnyTagClassName
{
color: #AADDC5;
}
</style>
background-color css
<style>
a { background-color: #AADDC5; }
a { background-color: rgb(170,221,197); }
div.DivClassName
{
background-color: #AADDC5;
}
.BgClassName
{
background-color: #AADDC5;
}
</style>
border-color css
<style>
span { border-color: #AADDC5; }
span { border-color: rgb(170,221,197); }
td.TdClassName
{
border-color: #AADDC5;
}
.TagClassName
{
border-color: #AADDC5;
}
</style>