Shades of Magic Mint #AAFDDD
Tints of Magic Mint #AAFDDD
RGB
CMYK
RGB Variations
Color information
#AAFDDD (or 0xAAFDDD) is known color: Magic Mint. HEX triplet: AA, FD and DD. RGB value is (170,253,221). Sum of RGB (Red+Green+Blue) = 170+253+221=644 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.40% from 644); Green value is 253 (99.22% from 255 or 39.29% from 644); Blue value is 221 (86.72% from 255 or 34.32% from 644); Max value from RGB is 253 - color contains mainly: green. Hex color #AAFDDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFDDD is #550222. Grayscale: #E0E0E0. Windows color (decimal): -5571107 or 14548394. OLE color: 14548394.
HSL color Cylindrical-coordinate representation of color #AAFDDD: hue angle of 156.87º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFDDD is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 253 | 221 | - |
| CMYK | 0.33 | 0 | 0.13 | 0.01 |
| HSL | 156.87º | 0.95% | 0.83% | - |
| HSV(B) | 156.87º | 0.33% | 0.99% | - |
| XYZ | 64.75 | 84.02 | 81.21 | - |
| YUV | 224.54 | 126 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 253 | 221 | 0.33 | 0 | 0.13 | 0.01 | 156.87 | 0.95 | 0.83 |
| Hex | AA | FD | DD | 21 | 0 | D | 1 | 9D | 5F | 53 |
| Octal | 252 | 375 | 335 | 41 | 0 | 15 | 1 | 235 | 137 | 123 |
| Binary | 10101010 | 11111101 | 11011101 | 100001 | 0 | 1101 | 1 | 10011101 | 1011111 | 1010011 |
Color Harmonies of #AAFDDD
Complementary color
Monochromatic Colors of #AAFDDD
Black with #AAFDDD
Text Example
Text Example
White with #AAFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFDDD; }
p { color: rgb(170,253,221); }
H1.HeaderClassName
{
color: #AAFDDD;
}
.AnyTagClassName
{
color: #AAFDDD;
}
</style>
background-color css
<style>
a { background-color: #AAFDDD; }
a { background-color: rgb(170,253,221); }
div.DivClassName
{
background-color: #AAFDDD;
}
.BgClassName
{
background-color: #AAFDDD;
}
</style>
border-color css
<style>
span { border-color: #AAFDDD; }
span { border-color: rgb(170,253,221); }
td.TdClassName
{
border-color: #AAFDDD;
}
.TagClassName
{
border-color: #AAFDDD;
}
</style>