Shades of Magic Mint #AAFCDD
Tints of Magic Mint #AAFCDD
RGB
CMYK
RGB Variations
Color information
#AAFCDD (or 0xAAFCDD) is known color: Magic Mint. HEX triplet: AA, FC and DD. RGB value is (170,252,221). Sum of RGB (Red+Green+Blue) = 170+252+221=643 (85% of max value = 765). Red value is 170 (66.80% from 255 or 26.44% from 643); Green value is 252 (98.83% from 255 or 39.19% from 643); Blue value is 221 (86.72% from 255 or 34.37% from 643); Max value from RGB is 252 - color contains mainly: green. Hex color #AAFCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFCDD is #550322. Grayscale: #DFDFDF. Windows color (decimal): -5571363 or 14548138. OLE color: 14548138.
HSL color Cylindrical-coordinate representation of color #AAFCDD: hue angle of 157.32º degrees, saturation: 0.93, 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 #AAFCDD is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 170 | 252 | 221 | - |
| CMYK | 0.33 | 0 | 0.12 | 0.01 |
| HSL | 157.32º | 0.93% | 0.83% | - |
| HSV(B) | 157.32º | 0.33% | 0.99% | - |
| XYZ | 64.44 | 83.39 | 81.11 | - |
| YUV | 223.95 | 126.33 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 252 | 221 | 0.33 | 0 | 0.12 | 0.01 | 157.32 | 0.93 | 0.83 |
| Hex | AA | FC | DD | 21 | 0 | C | 1 | 9D | 5D | 53 |
| Octal | 252 | 374 | 335 | 41 | 0 | 14 | 1 | 235 | 135 | 123 |
| Binary | 10101010 | 11111100 | 11011101 | 100001 | 0 | 1100 | 1 | 10011101 | 1011101 | 1010011 |
Color Harmonies of #AAFCDD
Complementary color
Monochromatic Colors of #AAFCDD
Black with #AAFCDD
Text Example
Text Example
White with #AAFCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFCDD; }
p { color: rgb(170,252,221); }
H1.HeaderClassName
{
color: #AAFCDD;
}
.AnyTagClassName
{
color: #AAFCDD;
}
</style>
background-color css
<style>
a { background-color: #AAFCDD; }
a { background-color: rgb(170,252,221); }
div.DivClassName
{
background-color: #AAFCDD;
}
.BgClassName
{
background-color: #AAFCDD;
}
</style>
border-color css
<style>
span { border-color: #AAFCDD; }
span { border-color: rgb(170,252,221); }
td.TdClassName
{
border-color: #AAFCDD;
}
.TagClassName
{
border-color: #AAFCDD;
}
</style>