Shades of Magic Mint #AAF8DB
Tints of Magic Mint #AAF8DB
RGB
CMYK
RGB Variations
Color information
#AAF8DB (or 0xAAF8DB) is known color: Magic Mint. HEX triplet: AA, F8 and DB. RGB value is (170,248,219). Sum of RGB (Red+Green+Blue) = 170+248+219=637 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.69% from 637); Green value is 248 (97.27% from 255 or 38.93% from 637); Blue value is 219 (85.94% from 255 or 34.38% from 637); Max value from RGB is 248 - color contains mainly: green. Hex color #AAF8DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF8DB is #550724. Grayscale: #DDDDDD. Windows color (decimal): -5572389 or 14416042. OLE color: 14416042.
HSL color Cylindrical-coordinate representation of color #AAF8DB: hue angle of 157.69º 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 #AAF8DB is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 248 | 219 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.03 |
| HSL | 157.69º | 0.85% | 0.82% | - |
| HSV(B) | 157.69º | 0.31% | 0.97% | - |
| XYZ | 62.93 | 80.8 | 79.3 | - |
| YUV | 221.37 | 126.66 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 248 | 219 | 0.31 | 0 | 0.12 | 0.03 | 157.69 | 0.85 | 0.82 |
| Hex | AA | F8 | DB | 1F | 0 | C | 3 | 9E | 55 | 52 |
| Octal | 252 | 370 | 333 | 37 | 0 | 14 | 3 | 236 | 125 | 122 |
| Binary | 10101010 | 11111000 | 11011011 | 11111 | 0 | 1100 | 11 | 10011110 | 1010101 | 1010010 |
Color Harmonies of #AAF8DB
Complementary color
Monochromatic Colors of #AAF8DB
Black with #AAF8DB
Text Example
Text Example
White with #AAF8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF8DB; }
p { color: rgb(170,248,219); }
H1.HeaderClassName
{
color: #AAF8DB;
}
.AnyTagClassName
{
color: #AAF8DB;
}
</style>
background-color css
<style>
a { background-color: #AAF8DB; }
a { background-color: rgb(170,248,219); }
div.DivClassName
{
background-color: #AAF8DB;
}
.BgClassName
{
background-color: #AAF8DB;
}
</style>
border-color css
<style>
span { border-color: #AAF8DB; }
span { border-color: rgb(170,248,219); }
td.TdClassName
{
border-color: #AAF8DB;
}
.TagClassName
{
border-color: #AAF8DB;
}
</style>