Shades of Magic Mint #AAFFDB
Tints of Magic Mint #AAFFDB
RGB
CMYK
RGB Variations
Color information
#AAFFDB (or 0xAAFFDB) is known color: Magic Mint. HEX triplet: AA, FF and DB. RGB value is (170,255,219). Sum of RGB (Red+Green+Blue) = 170+255+219=644 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.40% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFDB is #550024. Grayscale: #E1E1E1. Windows color (decimal): -5570597 or 14417834. OLE color: 14417834.
HSL color Cylindrical-coordinate representation of color #AAFFDB: hue angle of 154.59º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFDB is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 219 | - |
| CMYK | 0.33 | 0 | 0.14 | 0 |
| HSL | 154.59º | 1% | 0.83% | - |
| HSV(B) | 154.59º | 0.33% | 1% | - |
| XYZ | 65.12 | 85.18 | 80.03 | - |
| YUV | 225.48 | 124.34 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 219 | 0.33 | 0 | 0.14 | 0 | 154.59 | 1 | 0.83 |
| Hex | AA | FF | DB | 21 | 0 | E | 0 | 9B | 64 | 53 |
| Octal | 252 | 377 | 333 | 41 | 0 | 16 | 0 | 233 | 144 | 123 |
| Binary | 10101010 | 11111111 | 11011011 | 100001 | 0 | 1110 | 0 | 10011011 | 1100100 | 1010011 |
Color Harmonies of #AAFFDB
Complementary color
Monochromatic Colors of #AAFFDB
Black with #AAFFDB
Text Example
Text Example
White with #AAFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFFDB; }
p { color: rgb(170,255,219); }
H1.HeaderClassName
{
color: #AAFFDB;
}
.AnyTagClassName
{
color: #AAFFDB;
}
</style>
background-color css
<style>
a { background-color: #AAFFDB; }
a { background-color: rgb(170,255,219); }
div.DivClassName
{
background-color: #AAFFDB;
}
.BgClassName
{
background-color: #AAFFDB;
}
</style>
border-color css
<style>
span { border-color: #AAFFDB; }
span { border-color: rgb(170,255,219); }
td.TdClassName
{
border-color: #AAFFDB;
}
.TagClassName
{
border-color: #AAFFDB;
}
</style>