Shades of Magic Mint #AAFEDB
Tints of Magic Mint #AAFEDB
RGB
CMYK
RGB Variations
Color information
#AAFEDB (or 0xAAFEDB) is known color: Magic Mint. HEX triplet: AA, FE and DB. RGB value is (170,254,219). Sum of RGB (Red+Green+Blue) = 170+254+219=643 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.44% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFEDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFEDB is #550124. Grayscale: #E0E0E0. Windows color (decimal): -5570853 or 14417578. OLE color: 14417578.
HSL color Cylindrical-coordinate representation of color #AAFEDB: hue angle of 155º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFEDB is Cyan = 0.33, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 254 | 219 | - |
| CMYK | 0.33 | 0 | 0.14 | 0.00 |
| HSL | 155º | 0.98% | 0.83% | - |
| HSV(B) | 155º | 0.33% | 1% | - |
| XYZ | 64.81 | 84.54 | 79.92 | - |
| YUV | 224.89 | 124.67 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 254 | 219 | 0.33 | 0 | 0.14 | 0.00 | 155 | 0.98 | 0.83 |
| Hex | AA | FE | DB | 21 | 0 | E | 0 | 9B | 62 | 53 |
| Octal | 252 | 376 | 333 | 41 | 0 | 16 | 0 | 233 | 142 | 123 |
| Binary | 10101010 | 11111110 | 11011011 | 100001 | 0 | 1110 | 0 | 10011011 | 1100010 | 1010011 |
Color Harmonies of #AAFEDB
Complementary color
Monochromatic Colors of #AAFEDB
Black with #AAFEDB
Text Example
Text Example
White with #AAFEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFEDB; }
p { color: rgb(170,254,219); }
H1.HeaderClassName
{
color: #AAFEDB;
}
.AnyTagClassName
{
color: #AAFEDB;
}
</style>
background-color css
<style>
a { background-color: #AAFEDB; }
a { background-color: rgb(170,254,219); }
div.DivClassName
{
background-color: #AAFEDB;
}
.BgClassName
{
background-color: #AAFEDB;
}
</style>
border-color css
<style>
span { border-color: #AAFEDB; }
span { border-color: rgb(170,254,219); }
td.TdClassName
{
border-color: #AAFEDB;
}
.TagClassName
{
border-color: #AAFEDB;
}
</style>