Shades of Magic Mint #AAFFD1
Tints of Magic Mint #AAFFD1
RGB
CMYK
RGB Variations
Color information
#AAFFD1 (or 0xAAFFD1) is known color: Magic Mint. HEX triplet: AA, FF and D1. RGB value is (170,255,209). Sum of RGB (Red+Green+Blue) = 170+255+209=634 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.81% from 634); Green value is 255 (100% from 255 or 40.22% from 634); Blue value is 209 (82.03% from 255 or 32.97% from 634); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFD1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFD1 is #55002E. Grayscale: #E0E0E0. Windows color (decimal): -5570607 or 13762474. OLE color: 13762474.
HSL color Cylindrical-coordinate representation of color #AAFFD1: hue angle of 147.53º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFD1 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 209 | - |
| CMYK | 0.33 | 0 | 0.18 | 0 |
| HSL | 147.53º | 1% | 0.83% | - |
| HSV(B) | 147.53º | 0.33% | 1% | - |
| XYZ | 63.85 | 84.67 | 73.3 | - |
| YUV | 224.34 | 119.34 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 209 | 0.33 | 0 | 0.18 | 0 | 147.53 | 1 | 0.83 |
| Hex | AA | FF | D1 | 21 | 0 | 12 | 0 | 94 | 64 | 53 |
| Octal | 252 | 377 | 321 | 41 | 0 | 22 | 0 | 224 | 144 | 123 |
| Binary | 10101010 | 11111111 | 11010001 | 100001 | 0 | 10010 | 0 | 10010100 | 1100100 | 1010011 |
Color Harmonies of #AAFFD1
Complementary color
Monochromatic Colors of #AAFFD1
Black with #AAFFD1
Text Example
Text Example
White with #AAFFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFFD1; }
p { color: rgb(170,255,209); }
H1.HeaderClassName
{
color: #AAFFD1;
}
.AnyTagClassName
{
color: #AAFFD1;
}
</style>
background-color css
<style>
a { background-color: #AAFFD1; }
a { background-color: rgb(170,255,209); }
div.DivClassName
{
background-color: #AAFFD1;
}
.BgClassName
{
background-color: #AAFFD1;
}
</style>
border-color css
<style>
span { border-color: #AAFFD1; }
span { border-color: rgb(170,255,209); }
td.TdClassName
{
border-color: #AAFFD1;
}
.TagClassName
{
border-color: #AAFFD1;
}
</style>