Shades of Magic Mint #AADFC8
Tints of Magic Mint #AADFC8
RGB
CMYK
RGB Variations
Color information
#AADFC8 (or 0xAADFC8) is known color: Magic Mint. HEX triplet: AA, DF and C8. RGB value is (170,223,200). Sum of RGB (Red+Green+Blue) = 170+223+200=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 223 (87.5% from 255 or 37.61% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFC8 is #552037. Grayscale: #CCCCCC. Windows color (decimal): -5578808 or 13164458. OLE color: 13164458.
HSL color Cylindrical-coordinate representation of color #AADFC8: hue angle of 153.96º 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 #AADFC8 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 223 | 200 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.13 |
| HSL | 153.96º | 0.45% | 0.77% | - |
| HSV(B) | 153.96º | 0.24% | 0.87% | - |
| XYZ | 53.39 | 65.49 | 64.47 | - |
| YUV | 204.53 | 125.44 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 223 | 200 | 0.24 | 0 | 0.10 | 0.13 | 153.96 | 0.45 | 0.77 |
| Hex | AA | DF | C8 | 18 | 0 | A | D | 9A | 2D | 4D |
| Octal | 252 | 337 | 310 | 30 | 0 | 12 | 15 | 232 | 55 | 115 |
| Binary | 10101010 | 11011111 | 11001000 | 11000 | 0 | 1010 | 1101 | 10011010 | 101101 | 1001101 |
Color Harmonies of #AADFC8
Complementary color
Monochromatic Colors of #AADFC8
Black with #AADFC8
Text Example
Text Example
White with #AADFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AADFC8; }
p { color: rgb(170,223,200); }
H1.HeaderClassName
{
color: #AADFC8;
}
.AnyTagClassName
{
color: #AADFC8;
}
</style>
background-color css
<style>
a { background-color: #AADFC8; }
a { background-color: rgb(170,223,200); }
div.DivClassName
{
background-color: #AADFC8;
}
.BgClassName
{
background-color: #AADFC8;
}
</style>
border-color css
<style>
span { border-color: #AADFC8; }
span { border-color: rgb(170,223,200); }
td.TdClassName
{
border-color: #AADFC8;
}
.TagClassName
{
border-color: #AADFC8;
}
</style>