Shades of Magic Mint #AAFFD0
Tints of Magic Mint #AAFFD0
RGB
CMYK
RGB Variations
Color information
#AAFFD0 (or 0xAAFFD0) is known color: Magic Mint. HEX triplet: AA, FF and D0. RGB value is (170,255,208). Sum of RGB (Red+Green+Blue) = 170+255+208=633 (83% of max value = 765). Red value is 170 (66.80% from 255 or 26.86% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 208 (81.64% from 255 or 32.86% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFD0 is #55002F. Grayscale: #E0E0E0. Windows color (decimal): -5570608 or 13696938. OLE color: 13696938.
HSL color Cylindrical-coordinate representation of color #AAFFD0: hue angle of 146.82º 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 #AAFFD0 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 208 | - |
| CMYK | 0.33 | 0 | 0.18 | 0 |
| HSL | 146.82º | 1% | 0.83% | - |
| HSV(B) | 146.82º | 0.33% | 1% | - |
| XYZ | 63.72 | 84.62 | 72.65 | - |
| YUV | 224.23 | 118.84 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 208 | 0.33 | 0 | 0.18 | 0 | 146.82 | 1 | 0.83 |
| Hex | AA | FF | D0 | 21 | 0 | 12 | 0 | 93 | 64 | 53 |
| Octal | 252 | 377 | 320 | 41 | 0 | 22 | 0 | 223 | 144 | 123 |
| Binary | 10101010 | 11111111 | 11010000 | 100001 | 0 | 10010 | 0 | 10010011 | 1100100 | 1010011 |
Color Harmonies of #AAFFD0
Complementary color
Monochromatic Colors of #AAFFD0
Black with #AAFFD0
Text Example
Text Example
White with #AAFFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFFD0; }
p { color: rgb(170,255,208); }
H1.HeaderClassName
{
color: #AAFFD0;
}
.AnyTagClassName
{
color: #AAFFD0;
}
</style>
background-color css
<style>
a { background-color: #AAFFD0; }
a { background-color: rgb(170,255,208); }
div.DivClassName
{
background-color: #AAFFD0;
}
.BgClassName
{
background-color: #AAFFD0;
}
</style>
border-color css
<style>
span { border-color: #AAFFD0; }
span { border-color: rgb(170,255,208); }
td.TdClassName
{
border-color: #AAFFD0;
}
.TagClassName
{
border-color: #AAFFD0;
}
</style>