Shades of Magic Mint #AAFECC
Tints of Magic Mint #AAFECC
RGB
CMYK
RGB Variations
Color information
#AAFECC (or 0xAAFECC) is known color: Magic Mint. HEX triplet: AA, FE and CC. RGB value is (170,254,204). Sum of RGB (Red+Green+Blue) = 170+254+204=628 (83% of max value = 765). Red value is 170 (66.80% from 255 or 27.07% from 628); Green value is 254 (99.61% from 255 or 40.45% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 254 - color contains mainly: green. Hex color #AAFECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFECC is #550133. Grayscale: #DFDFDF. Windows color (decimal): -5570868 or 13434538. OLE color: 13434538.
HSL color Cylindrical-coordinate representation of color #AAFECC: hue angle of 144.29º 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 #AAFECC is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 170 | 254 | 204 | - |
| CMYK | 0.33 | 0 | 0.20 | 0.00 |
| HSL | 144.29º | 0.98% | 0.83% | - |
| HSV(B) | 144.29º | 0.33% | 1% | - |
| XYZ | 62.92 | 83.79 | 69.98 | - |
| YUV | 223.18 | 117.17 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 254 | 204 | 0.33 | 0 | 0.20 | 0.00 | 144.29 | 0.98 | 0.83 |
| Hex | AA | FE | CC | 21 | 0 | 14 | 0 | 90 | 62 | 53 |
| Octal | 252 | 376 | 314 | 41 | 0 | 24 | 0 | 220 | 142 | 123 |
| Binary | 10101010 | 11111110 | 11001100 | 100001 | 0 | 10100 | 0 | 10010000 | 1100010 | 1010011 |
Color Harmonies of #AAFECC
Complementary color
Monochromatic Colors of #AAFECC
Black with #AAFECC
Text Example
Text Example
White with #AAFECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFECC; }
p { color: rgb(170,254,204); }
H1.HeaderClassName
{
color: #AAFECC;
}
.AnyTagClassName
{
color: #AAFECC;
}
</style>
background-color css
<style>
a { background-color: #AAFECC; }
a { background-color: rgb(170,254,204); }
div.DivClassName
{
background-color: #AAFECC;
}
.BgClassName
{
background-color: #AAFECC;
}
</style>
border-color css
<style>
span { border-color: #AAFECC; }
span { border-color: rgb(170,254,204); }
td.TdClassName
{
border-color: #AAFECC;
}
.TagClassName
{
border-color: #AAFECC;
}
</style>