Shades of Magic Mint #AAF7D8
Tints of Magic Mint #AAF7D8
RGB
CMYK
RGB Variations
Color information
#AAF7D8 (or 0xAAF7D8) is known color: Magic Mint. HEX triplet: AA, F7 and D8. RGB value is (170,247,216). Sum of RGB (Red+Green+Blue) = 170+247+216=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 247 (96.88% from 255 or 39.02% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 247 - color contains mainly: green. Hex color #AAF7D8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF7D8 is #550827. Grayscale: #DCDCDC. Windows color (decimal): -5572648 or 14219178. OLE color: 14219178.
HSL color Cylindrical-coordinate representation of color #AAF7D8: hue angle of 155.84º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF7D8 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 247 | 216 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.03 |
| HSL | 155.84º | 0.83% | 0.82% | - |
| HSV(B) | 155.84º | 0.31% | 0.97% | - |
| XYZ | 62.23 | 80.03 | 77.13 | - |
| YUV | 220.44 | 125.49 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 247 | 216 | 0.31 | 0 | 0.13 | 0.03 | 155.84 | 0.83 | 0.82 |
| Hex | AA | F7 | D8 | 1F | 0 | D | 3 | 9C | 53 | 52 |
| Octal | 252 | 367 | 330 | 37 | 0 | 15 | 3 | 234 | 123 | 122 |
| Binary | 10101010 | 11110111 | 11011000 | 11111 | 0 | 1101 | 11 | 10011100 | 1010011 | 1010010 |
Color Harmonies of #AAF7D8
Complementary color
Monochromatic Colors of #AAF7D8
Black with #AAF7D8
Text Example
Text Example
White with #AAF7D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF7D8; }
p { color: rgb(170,247,216); }
H1.HeaderClassName
{
color: #AAF7D8;
}
.AnyTagClassName
{
color: #AAF7D8;
}
</style>
background-color css
<style>
a { background-color: #AAF7D8; }
a { background-color: rgb(170,247,216); }
div.DivClassName
{
background-color: #AAF7D8;
}
.BgClassName
{
background-color: #AAF7D8;
}
</style>
border-color css
<style>
span { border-color: #AAF7D8; }
span { border-color: rgb(170,247,216); }
td.TdClassName
{
border-color: #AAF7D8;
}
.TagClassName
{
border-color: #AAF7D8;
}
</style>