Shades of Magic Mint #AAFBD9
Tints of Magic Mint #AAFBD9
RGB
CMYK
RGB Variations
Color information
#AAFBD9 (or 0xAAFBD9) is known color: Magic Mint. HEX triplet: AA, FB and D9. RGB value is (170,251,217). Sum of RGB (Red+Green+Blue) = 170+251+217=638 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.65% from 638); Green value is 251 (98.44% from 255 or 39.34% from 638); Blue value is 217 (85.16% from 255 or 34.01% from 638); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBD9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBD9 is #550426. Grayscale: #DEDEDE. Windows color (decimal): -5571623 or 14285738. OLE color: 14285738.
HSL color Cylindrical-coordinate representation of color #AAFBD9: hue angle of 154.81º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFBD9 is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 251 | 217 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.02 |
| HSL | 154.81º | 0.91% | 0.83% | - |
| HSV(B) | 154.81º | 0.32% | 0.98% | - |
| XYZ | 63.6 | 82.55 | 78.23 | - |
| YUV | 222.91 | 124.66 | 90.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 251 | 217 | 0.32 | 0 | 0.14 | 0.02 | 154.81 | 0.91 | 0.83 |
| Hex | AA | FB | D9 | 20 | 0 | E | 2 | 9B | 5B | 53 |
| Octal | 252 | 373 | 331 | 40 | 0 | 16 | 2 | 233 | 133 | 123 |
| Binary | 10101010 | 11111011 | 11011001 | 100000 | 0 | 1110 | 10 | 10011011 | 1011011 | 1010011 |
Color Harmonies of #AAFBD9
Complementary color
Monochromatic Colors of #AAFBD9
Black with #AAFBD9
Text Example
Text Example
White with #AAFBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFBD9; }
p { color: rgb(170,251,217); }
H1.HeaderClassName
{
color: #AAFBD9;
}
.AnyTagClassName
{
color: #AAFBD9;
}
</style>
background-color css
<style>
a { background-color: #AAFBD9; }
a { background-color: rgb(170,251,217); }
div.DivClassName
{
background-color: #AAFBD9;
}
.BgClassName
{
background-color: #AAFBD9;
}
</style>
border-color css
<style>
span { border-color: #AAFBD9; }
span { border-color: rgb(170,251,217); }
td.TdClassName
{
border-color: #AAFBD9;
}
.TagClassName
{
border-color: #AAFBD9;
}
</style>