Shades of Magic Mint #AAFBD1
Tints of Magic Mint #AAFBD1
RGB
CMYK
RGB Variations
Color information
#AAFBD1 (or 0xAAFBD1) is known color: Magic Mint. HEX triplet: AA, FB and D1. RGB value is (170,251,209). Sum of RGB (Red+Green+Blue) = 170+251+209=630 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.98% from 630); Green value is 251 (98.44% from 255 or 39.84% from 630); Blue value is 209 (82.03% from 255 or 33.17% from 630); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBD1 is #55042E. Grayscale: #DEDEDE. Windows color (decimal): -5571631 or 13761450. OLE color: 13761450.
HSL color Cylindrical-coordinate representation of color #AAFBD1: hue angle of 148.89º 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 #AAFBD1 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 251 | 209 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.02 |
| HSL | 148.89º | 0.91% | 0.83% | - |
| HSV(B) | 148.89º | 0.32% | 0.98% | - |
| XYZ | 62.58 | 82.14 | 72.88 | - |
| YUV | 221.99 | 120.66 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 251 | 209 | 0.32 | 0 | 0.17 | 0.02 | 148.89 | 0.91 | 0.83 |
| Hex | AA | FB | D1 | 20 | 0 | 11 | 2 | 95 | 5B | 53 |
| Octal | 252 | 373 | 321 | 40 | 0 | 21 | 2 | 225 | 133 | 123 |
| Binary | 10101010 | 11111011 | 11010001 | 100000 | 0 | 10001 | 10 | 10010101 | 1011011 | 1010011 |
Color Harmonies of #AAFBD1
Complementary color
Monochromatic Colors of #AAFBD1
Black with #AAFBD1
Text Example
Text Example
White with #AAFBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFBD1; }
p { color: rgb(170,251,209); }
H1.HeaderClassName
{
color: #AAFBD1;
}
.AnyTagClassName
{
color: #AAFBD1;
}
</style>
background-color css
<style>
a { background-color: #AAFBD1; }
a { background-color: rgb(170,251,209); }
div.DivClassName
{
background-color: #AAFBD1;
}
.BgClassName
{
background-color: #AAFBD1;
}
</style>
border-color css
<style>
span { border-color: #AAFBD1; }
span { border-color: rgb(170,251,209); }
td.TdClassName
{
border-color: #AAFBD1;
}
.TagClassName
{
border-color: #AAFBD1;
}
</style>