Shades of Magic Mint #AADFC9
Tints of Magic Mint #AADFC9
RGB
CMYK
RGB Variations
Color information
#AADFC9 (or 0xAADFC9) is known color: Magic Mint. HEX triplet: AA, DF and C9. RGB value is (170,223,201). Sum of RGB (Red+Green+Blue) = 170+223+201=594 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.62% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 201 (78.91% from 255 or 33.84% from 594); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFC9 is #552036. Grayscale: #CCCCCC. Windows color (decimal): -5578807 or 13229994. OLE color: 13229994.
HSL color Cylindrical-coordinate representation of color #AADFC9: hue angle of 155.09º 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 #AADFC9 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 201 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.13 |
| HSL | 155.09º | 0.45% | 0.77% | - |
| HSV(B) | 155.09º | 0.24% | 0.87% | - |
| XYZ | 53.51 | 65.54 | 65.09 | - |
| YUV | 204.65 | 125.94 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 201 | 0.24 | 0 | 0.10 | 0.13 | 155.09 | 0.45 | 0.77 |
| Hex | AA | DF | C9 | 18 | 0 | A | D | 9B | 2D | 4D |
| Octal | 252 | 337 | 311 | 30 | 0 | 12 | 15 | 233 | 55 | 115 |
| Binary | 10101010 | 11011111 | 11001001 | 11000 | 0 | 1010 | 1101 | 10011011 | 101101 | 1001101 |
Color Harmonies of #AADFC9
Complementary color
Monochromatic Colors of #AADFC9
Black with #AADFC9
Text Example
Text Example
White with #AADFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADFC9; }
p { color: rgb(170,223,201); }
H1.HeaderClassName
{
color: #AADFC9;
}
.AnyTagClassName
{
color: #AADFC9;
}
</style>
background-color css
<style>
a { background-color: #AADFC9; }
a { background-color: rgb(170,223,201); }
div.DivClassName
{
background-color: #AADFC9;
}
.BgClassName
{
background-color: #AADFC9;
}
</style>
border-color css
<style>
span { border-color: #AADFC9; }
span { border-color: rgb(170,223,201); }
td.TdClassName
{
border-color: #AADFC9;
}
.TagClassName
{
border-color: #AADFC9;
}
</style>