Shades of Magic Mint #AADFC4
Tints of Magic Mint #AADFC4
RGB
CMYK
RGB Variations
Color information
#AADFC4 (or 0xAADFC4) is known color: Magic Mint. HEX triplet: AA, DF and C4. RGB value is (170,223,196). Sum of RGB (Red+Green+Blue) = 170+223+196=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 196 (76.95% from 255 or 33.28% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFC4 is #55203B. Grayscale: #CCCCCC. Windows color (decimal): -5578812 or 12902314. OLE color: 12902314.
HSL color Cylindrical-coordinate representation of color #AADFC4: hue angle of 149.43º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AADFC4 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 196 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.13 |
| HSL | 149.43º | 0.45% | 0.77% | - |
| HSV(B) | 149.43º | 0.24% | 0.87% | - |
| XYZ | 52.93 | 65.31 | 62.04 | - |
| YUV | 204.08 | 123.44 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 196 | 0.24 | 0 | 0.12 | 0.13 | 149.43 | 0.45 | 0.77 |
| Hex | AA | DF | C4 | 18 | 0 | C | D | 95 | 2D | 4D |
| Octal | 252 | 337 | 304 | 30 | 0 | 14 | 15 | 225 | 55 | 115 |
| Binary | 10101010 | 11011111 | 11000100 | 11000 | 0 | 1100 | 1101 | 10010101 | 101101 | 1001101 |
Color Harmonies of #AADFC4
Complementary color
Monochromatic Colors of #AADFC4
Black with #AADFC4
Text Example
Text Example
White with #AADFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADFC4; }
p { color: rgb(170,223,196); }
H1.HeaderClassName
{
color: #AADFC4;
}
.AnyTagClassName
{
color: #AADFC4;
}
</style>
background-color css
<style>
a { background-color: #AADFC4; }
a { background-color: rgb(170,223,196); }
div.DivClassName
{
background-color: #AADFC4;
}
.BgClassName
{
background-color: #AADFC4;
}
</style>
border-color css
<style>
span { border-color: #AADFC4; }
span { border-color: rgb(170,223,196); }
td.TdClassName
{
border-color: #AADFC4;
}
.TagClassName
{
border-color: #AADFC4;
}
</style>