Shades of Magic Mint #AAFACD
Tints of Magic Mint #AAFACD
RGB
CMYK
RGB Variations
Color information
#AAFACD (or 0xAAFACD) is known color: Magic Mint. HEX triplet: AA, FA and CD. RGB value is (170,250,205). Sum of RGB (Red+Green+Blue) = 170+250+205=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 250 (98.05% from 255 or 40% from 625); Blue value is 205 (80.47% from 255 or 32.8% from 625); Max value from RGB is 250 - color contains mainly: green. Hex color #AAFACD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFACD is #550532. Grayscale: #DDDDDD. Windows color (decimal): -5571891 or 13499050. OLE color: 13499050.
HSL color Cylindrical-coordinate representation of color #AAFACD: hue angle of 146.25º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAFACD is Cyan = 0.32, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 250 | 205 | - |
| CMYK | 0.32 | 0 | 0.18 | 0.02 |
| HSL | 146.25º | 0.89% | 0.82% | - |
| HSV(B) | 146.25º | 0.32% | 0.98% | - |
| XYZ | 61.78 | 81.33 | 70.2 | - |
| YUV | 220.95 | 119 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 250 | 205 | 0.32 | 0 | 0.18 | 0.02 | 146.25 | 0.89 | 0.82 |
| Hex | AA | FA | CD | 20 | 0 | 12 | 2 | 92 | 59 | 52 |
| Octal | 252 | 372 | 315 | 40 | 0 | 22 | 2 | 222 | 131 | 122 |
| Binary | 10101010 | 11111010 | 11001101 | 100000 | 0 | 10010 | 10 | 10010010 | 1011001 | 1010010 |
Color Harmonies of #AAFACD
Complementary color
Monochromatic Colors of #AAFACD
Black with #AAFACD
Text Example
Text Example
White with #AAFACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFACD; }
p { color: rgb(170,250,205); }
H1.HeaderClassName
{
color: #AAFACD;
}
.AnyTagClassName
{
color: #AAFACD;
}
</style>
background-color css
<style>
a { background-color: #AAFACD; }
a { background-color: rgb(170,250,205); }
div.DivClassName
{
background-color: #AAFACD;
}
.BgClassName
{
background-color: #AAFACD;
}
</style>
border-color css
<style>
span { border-color: #AAFACD; }
span { border-color: rgb(170,250,205); }
td.TdClassName
{
border-color: #AAFACD;
}
.TagClassName
{
border-color: #AAFACD;
}
</style>