Shades of Magic Mint #AAFECD
Tints of Magic Mint #AAFECD
RGB
CMYK
RGB Variations
Color information
#AAFECD (or 0xAAFECD) is known color: Magic Mint. HEX triplet: AA, FE and CD. RGB value is (170,254,205). Sum of RGB (Red+Green+Blue) = 170+254+205=629 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.03% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFECD is #550132. Grayscale: #DFDFDF. Windows color (decimal): -5570867 or 13500074. OLE color: 13500074.
HSL color Cylindrical-coordinate representation of color #AAFECD: hue angle of 145º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFECD is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 254 | 205 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.00 |
| HSL | 145º | 0.98% | 0.83% | - |
| HSV(B) | 145º | 0.33% | 1% | - |
| XYZ | 63.04 | 83.84 | 70.62 | - |
| YUV | 223.3 | 117.67 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 254 | 205 | 0.33 | 0 | 0.19 | 0.00 | 145 | 0.98 | 0.83 |
| Hex | AA | FE | CD | 21 | 0 | 13 | 0 | 91 | 62 | 53 |
| Octal | 252 | 376 | 315 | 41 | 0 | 23 | 0 | 221 | 142 | 123 |
| Binary | 10101010 | 11111110 | 11001101 | 100001 | 0 | 10011 | 0 | 10010001 | 1100010 | 1010011 |
Color Harmonies of #AAFECD
Complementary color
Monochromatic Colors of #AAFECD
Black with #AAFECD
Text Example
Text Example
White with #AAFECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFECD; }
p { color: rgb(170,254,205); }
H1.HeaderClassName
{
color: #AAFECD;
}
.AnyTagClassName
{
color: #AAFECD;
}
</style>
background-color css
<style>
a { background-color: #AAFECD; }
a { background-color: rgb(170,254,205); }
div.DivClassName
{
background-color: #AAFECD;
}
.BgClassName
{
background-color: #AAFECD;
}
</style>
border-color css
<style>
span { border-color: #AAFECD; }
span { border-color: rgb(170,254,205); }
td.TdClassName
{
border-color: #AAFECD;
}
.TagClassName
{
border-color: #AAFECD;
}
</style>