Shades of Magic Mint #AAF2DB
Tints of Magic Mint #AAF2DB
RGB
CMYK
RGB Variations
Color information
#AAF2DB (or 0xAAF2DB) is known color: Magic Mint. HEX triplet: AA, F2 and DB. RGB value is (170,242,219). Sum of RGB (Red+Green+Blue) = 170+242+219=631 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.94% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 219 (85.94% from 255 or 34.71% from 631); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAF2DB is #550D24. Grayscale: #D9D9D9. Windows color (decimal): -5573925 or 14414506. OLE color: 14414506.
HSL color Cylindrical-coordinate representation of color #AAF2DB: hue angle of 160.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF2DB is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 219 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.05 |
| HSL | 160.83º | 0.73% | 0.81% | - |
| HSV(B) | 160.83º | 0.3% | 0.95% | - |
| XYZ | 61.12 | 77.16 | 78.69 | - |
| YUV | 217.85 | 128.65 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 219 | 0.30 | 0 | 0.10 | 0.05 | 160.83 | 0.73 | 0.81 |
| Hex | AA | F2 | DB | 1E | 0 | A | 5 | A1 | 49 | 51 |
| Octal | 252 | 362 | 333 | 36 | 0 | 12 | 5 | 241 | 111 | 121 |
| Binary | 10101010 | 11110010 | 11011011 | 11110 | 0 | 1010 | 101 | 10100001 | 1001001 | 1010001 |
Color Harmonies of #AAF2DB
Complementary color
Monochromatic Colors of #AAF2DB
Black with #AAF2DB
Text Example
Text Example
White with #AAF2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2DB; }
p { color: rgb(170,242,219); }
H1.HeaderClassName
{
color: #AAF2DB;
}
.AnyTagClassName
{
color: #AAF2DB;
}
</style>
background-color css
<style>
a { background-color: #AAF2DB; }
a { background-color: rgb(170,242,219); }
div.DivClassName
{
background-color: #AAF2DB;
}
.BgClassName
{
background-color: #AAF2DB;
}
</style>
border-color css
<style>
span { border-color: #AAF2DB; }
span { border-color: rgb(170,242,219); }
td.TdClassName
{
border-color: #AAF2DB;
}
.TagClassName
{
border-color: #AAF2DB;
}
</style>