Shades of Magic Mint #AAFBDF
Tints of Magic Mint #AAFBDF
RGB
CMYK
RGB Variations
Color information
#AAFBDF (or 0xAAFBDF) is known color: Magic Mint. HEX triplet: AA, FB and DF. RGB value is (170,251,223). Sum of RGB (Red+Green+Blue) = 170+251+223=644 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.40% from 644); Green value is 251 (98.44% from 255 or 38.98% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 251 - color contains mainly: green. Hex color #AAFBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFBDF is #550420. Grayscale: #DFDFDF. Windows color (decimal): -5571617 or 14678954. OLE color: 14678954.
HSL color Cylindrical-coordinate representation of color #AAFBDF: hue angle of 159.26º 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 #AAFBDF is Cyan = 0.32, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 251 | 223 | - |
| CMYK | 0.32 | 0 | 0.11 | 0.02 |
| HSL | 159.26º | 0.91% | 0.83% | - |
| HSV(B) | 159.26º | 0.32% | 0.98% | - |
| XYZ | 64.39 | 82.87 | 82.41 | - |
| YUV | 223.59 | 127.66 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 251 | 223 | 0.32 | 0 | 0.11 | 0.02 | 159.26 | 0.91 | 0.83 |
| Hex | AA | FB | DF | 20 | 0 | B | 2 | 9F | 5B | 53 |
| Octal | 252 | 373 | 337 | 40 | 0 | 13 | 2 | 237 | 133 | 123 |
| Binary | 10101010 | 11111011 | 11011111 | 100000 | 0 | 1011 | 10 | 10011111 | 1011011 | 1010011 |
Color Harmonies of #AAFBDF
Complementary color
Monochromatic Colors of #AAFBDF
Black with #AAFBDF
Text Example
Text Example
White with #AAFBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFBDF; }
p { color: rgb(170,251,223); }
H1.HeaderClassName
{
color: #AAFBDF;
}
.AnyTagClassName
{
color: #AAFBDF;
}
</style>
background-color css
<style>
a { background-color: #AAFBDF; }
a { background-color: rgb(170,251,223); }
div.DivClassName
{
background-color: #AAFBDF;
}
.BgClassName
{
background-color: #AAFBDF;
}
</style>
border-color css
<style>
span { border-color: #AAFBDF; }
span { border-color: rgb(170,251,223); }
td.TdClassName
{
border-color: #AAFBDF;
}
.TagClassName
{
border-color: #AAFBDF;
}
</style>