Shades of Magic Mint #AAF4DB
Tints of Magic Mint #AAF4DB
RGB
CMYK
RGB Variations
Color information
#AAF4DB (or 0xAAF4DB) is known color: Magic Mint. HEX triplet: AA, F4 and DB. RGB value is (170,244,219). Sum of RGB (Red+Green+Blue) = 170+244+219=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 244 (95.70% from 255 or 38.55% from 633); Blue value is 219 (85.94% from 255 or 34.60% from 633); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF4DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF4DB is #550B24. Grayscale: #DBDBDB. Windows color (decimal): -5573413 or 14415018. OLE color: 14415018.
HSL color Cylindrical-coordinate representation of color #AAF4DB: hue angle of 159.73º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF4DB is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 219 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.04 |
| HSL | 159.73º | 0.77% | 0.81% | - |
| HSV(B) | 159.73º | 0.3% | 0.96% | - |
| XYZ | 61.71 | 78.36 | 78.89 | - |
| YUV | 219.02 | 127.98 | 93.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 219 | 0.30 | 0 | 0.10 | 0.04 | 159.73 | 0.77 | 0.81 |
| Hex | AA | F4 | DB | 1E | 0 | A | 4 | A0 | 4D | 51 |
| Octal | 252 | 364 | 333 | 36 | 0 | 12 | 4 | 240 | 115 | 121 |
| Binary | 10101010 | 11110100 | 11011011 | 11110 | 0 | 1010 | 100 | 10100000 | 1001101 | 1010001 |
Color Harmonies of #AAF4DB
Complementary color
Monochromatic Colors of #AAF4DB
Black with #AAF4DB
Text Example
Text Example
White with #AAF4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF4DB; }
p { color: rgb(170,244,219); }
H1.HeaderClassName
{
color: #AAF4DB;
}
.AnyTagClassName
{
color: #AAF4DB;
}
</style>
background-color css
<style>
a { background-color: #AAF4DB; }
a { background-color: rgb(170,244,219); }
div.DivClassName
{
background-color: #AAF4DB;
}
.BgClassName
{
background-color: #AAF4DB;
}
</style>
border-color css
<style>
span { border-color: #AAF4DB; }
span { border-color: rgb(170,244,219); }
td.TdClassName
{
border-color: #AAF4DB;
}
.TagClassName
{
border-color: #AAF4DB;
}
</style>