Shades of Magic Mint #AAF8D7
Tints of Magic Mint #AAF8D7
RGB
CMYK
RGB Variations
Color information
#AAF8D7 (or 0xAAF8D7) is known color: Magic Mint. HEX triplet: AA, F8 and D7. RGB value is (170,248,215). Sum of RGB (Red+Green+Blue) = 170+248+215=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 248 (97.27% from 255 or 39.18% from 633); Blue value is 215 (84.38% from 255 or 33.97% from 633); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF8D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF8D7 is #550728. Grayscale: #DCDCDC. Windows color (decimal): -5572393 or 14153898. OLE color: 14153898.
HSL color Cylindrical-coordinate representation of color #AAF8D7: hue angle of 154.62º degrees, saturation: 0.85, 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 #AAF8D7 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 248 | 215 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.03 |
| HSL | 154.62º | 0.85% | 0.82% | - |
| HSV(B) | 154.62º | 0.31% | 0.97% | - |
| XYZ | 62.41 | 80.59 | 76.56 | - |
| YUV | 220.92 | 124.66 | 91.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 215 | 0.31 | 0 | 0.13 | 0.03 | 154.62 | 0.85 | 0.82 |
| Hex | AA | F8 | D7 | 1F | 0 | D | 3 | 9B | 55 | 52 |
| Octal | 252 | 370 | 327 | 37 | 0 | 15 | 3 | 233 | 125 | 122 |
| Binary | 10101010 | 11111000 | 11010111 | 11111 | 0 | 1101 | 11 | 10011011 | 1010101 | 1010010 |
Color Harmonies of #AAF8D7
Complementary color
Monochromatic Colors of #AAF8D7
Black with #AAF8D7
Text Example
Text Example
White with #AAF8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF8D7; }
p { color: rgb(170,248,215); }
H1.HeaderClassName
{
color: #AAF8D7;
}
.AnyTagClassName
{
color: #AAF8D7;
}
</style>
background-color css
<style>
a { background-color: #AAF8D7; }
a { background-color: rgb(170,248,215); }
div.DivClassName
{
background-color: #AAF8D7;
}
.BgClassName
{
background-color: #AAF8D7;
}
</style>
border-color css
<style>
span { border-color: #AAF8D7; }
span { border-color: rgb(170,248,215); }
td.TdClassName
{
border-color: #AAF8D7;
}
.TagClassName
{
border-color: #AAF8D7;
}
</style>