Shades of Magic Mint #AAFBDA
Tints of Magic Mint #AAFBDA
RGB
CMYK
RGB Variations
Color information
#AAFBDA (or 0xAAFBDA) is known color: Magic Mint. HEX triplet: AA, FB and DA. RGB value is (170,251,218). Sum of RGB (Red+Green+Blue) = 170+251+218=639 (84% of max value = 765). Red value is 170 (66.80% from 255 or 26.60% from 639); Green value is 251 (98.44% from 255 or 39.28% from 639); Blue value is 218 (85.55% from 255 or 34.12% from 639); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBDA is #550425. Grayscale: #DFDFDF. Windows color (decimal): -5571622 or 14351274. OLE color: 14351274.
HSL color Cylindrical-coordinate representation of color #AAFBDA: hue angle of 155.56º 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 #AAFBDA is Cyan = 0.32, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 251 | 218 | - |
| CMYK | 0.32 | 0 | 0.13 | 0.02 |
| HSL | 155.56º | 0.91% | 0.83% | - |
| HSV(B) | 155.56º | 0.32% | 0.98% | - |
| XYZ | 63.73 | 82.6 | 78.91 | - |
| YUV | 223.02 | 125.16 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 251 | 218 | 0.32 | 0 | 0.13 | 0.02 | 155.56 | 0.91 | 0.83 |
| Hex | AA | FB | DA | 20 | 0 | D | 2 | 9C | 5B | 53 |
| Octal | 252 | 373 | 332 | 40 | 0 | 15 | 2 | 234 | 133 | 123 |
| Binary | 10101010 | 11111011 | 11011010 | 100000 | 0 | 1101 | 10 | 10011100 | 1011011 | 1010011 |
Color Harmonies of #AAFBDA
Complementary color
Monochromatic Colors of #AAFBDA
Black with #AAFBDA
Text Example
Text Example
White with #AAFBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFBDA; }
p { color: rgb(170,251,218); }
H1.HeaderClassName
{
color: #AAFBDA;
}
.AnyTagClassName
{
color: #AAFBDA;
}
</style>
background-color css
<style>
a { background-color: #AAFBDA; }
a { background-color: rgb(170,251,218); }
div.DivClassName
{
background-color: #AAFBDA;
}
.BgClassName
{
background-color: #AAFBDA;
}
</style>
border-color css
<style>
span { border-color: #AAFBDA; }
span { border-color: rgb(170,251,218); }
td.TdClassName
{
border-color: #AAFBDA;
}
.TagClassName
{
border-color: #AAFBDA;
}
</style>