Shades of Magic Mint #AADDC4
Tints of Magic Mint #AADDC4
RGB
CMYK
RGB Variations
Color information
#AADDC4 (or 0xAADDC4) is known color: Magic Mint. HEX triplet: AA, DD and C4. RGB value is (170,221,196). Sum of RGB (Red+Green+Blue) = 170+221+196=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 221 (86.72% from 255 or 37.65% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 221 - color contains mainly: green. Hex color #AADDC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADDC4 is #55223B. Grayscale: #CACACA. Windows color (decimal): -5579324 or 12901802. OLE color: 12901802.
HSL color Cylindrical-coordinate representation of color #AADDC4: hue angle of 150.59º 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 #AADDC4 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 221 | 196 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.13 |
| HSL | 150.59º | 0.43% | 0.77% | - |
| HSV(B) | 150.59º | 0.23% | 0.87% | - |
| XYZ | 52.4 | 64.24 | 61.86 | - |
| YUV | 202.9 | 124.1 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 221 | 196 | 0.23 | 0 | 0.11 | 0.13 | 150.59 | 0.43 | 0.77 |
| Hex | AA | DD | C4 | 17 | 0 | B | D | 97 | 2B | 4D |
| Octal | 252 | 335 | 304 | 27 | 0 | 13 | 15 | 227 | 53 | 115 |
| Binary | 10101010 | 11011101 | 11000100 | 10111 | 0 | 1011 | 1101 | 10010111 | 101011 | 1001101 |
Color Harmonies of #AADDC4
Complementary color
Monochromatic Colors of #AADDC4
Black with #AADDC4
Text Example
Text Example
White with #AADDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADDC4; }
p { color: rgb(170,221,196); }
H1.HeaderClassName
{
color: #AADDC4;
}
.AnyTagClassName
{
color: #AADDC4;
}
</style>
background-color css
<style>
a { background-color: #AADDC4; }
a { background-color: rgb(170,221,196); }
div.DivClassName
{
background-color: #AADDC4;
}
.BgClassName
{
background-color: #AADDC4;
}
</style>
border-color css
<style>
span { border-color: #AADDC4; }
span { border-color: rgb(170,221,196); }
td.TdClassName
{
border-color: #AADDC4;
}
.TagClassName
{
border-color: #AADDC4;
}
</style>