Shades of Magic Mint #AADCC5
Tints of Magic Mint #AADCC5
RGB
CMYK
RGB Variations
Color information
#AADCC5 (or 0xAADCC5) is known color: Magic Mint. HEX triplet: AA, DC and C5. RGB value is (170,220,197). Sum of RGB (Red+Green+Blue) = 170+220+197=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 220 - color contains mainly: green. Hex color #AADCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADCC5 is #55233A. Grayscale: #CACACA. Windows color (decimal): -5579579 or 12967082. OLE color: 12967082.
HSL color Cylindrical-coordinate representation of color #AADCC5: hue angle of 152.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AADCC5 is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 220 | 197 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.14 |
| HSL | 152.4º | 0.42% | 0.76% | - |
| HSV(B) | 152.4º | 0.23% | 0.86% | - |
| XYZ | 52.25 | 63.76 | 62.38 | - |
| YUV | 202.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 220 | 197 | 0.23 | 0 | 0.10 | 0.14 | 152.4 | 0.42 | 0.76 |
| Hex | AA | DC | C5 | 17 | 0 | A | E | 98 | 2A | 4C |
| Octal | 252 | 334 | 305 | 27 | 0 | 12 | 16 | 230 | 52 | 114 |
| Binary | 10101010 | 11011100 | 11000101 | 10111 | 0 | 1010 | 1110 | 10011000 | 101010 | 1001100 |
Color Harmonies of #AADCC5
Complementary color
Monochromatic Colors of #AADCC5
Black with #AADCC5
Text Example
Text Example
White with #AADCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADCC5; }
p { color: rgb(170,220,197); }
H1.HeaderClassName
{
color: #AADCC5;
}
.AnyTagClassName
{
color: #AADCC5;
}
</style>
background-color css
<style>
a { background-color: #AADCC5; }
a { background-color: rgb(170,220,197); }
div.DivClassName
{
background-color: #AADCC5;
}
.BgClassName
{
background-color: #AADCC5;
}
</style>
border-color css
<style>
span { border-color: #AADCC5; }
span { border-color: rgb(170,220,197); }
td.TdClassName
{
border-color: #AADCC5;
}
.TagClassName
{
border-color: #AADCC5;
}
</style>