Shades of Magic Mint #AAFFC7
Tints of Magic Mint #AAFFC7
RGB
CMYK
RGB Variations
Color information
#AAFFC7 (or 0xAAFFC7) is known color: Magic Mint. HEX triplet: AA, FF and C7. RGB value is (170,255,199). Sum of RGB (Red+Green+Blue) = 170+255+199=624 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.24% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 199 (78.12% from 255 or 31.89% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFC7 is #550038. Grayscale: #DFDFDF. Windows color (decimal): -5570617 or 13107114. OLE color: 13107114.
HSL color Cylindrical-coordinate representation of color #AAFFC7: hue angle of 140.47º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAFFC7 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 199 | - |
| CMYK | 0.33 | 0 | 0.22 | 0 |
| HSL | 140.47º | 1% | 0.83% | - |
| HSV(B) | 140.47º | 0.33% | 1% | - |
| XYZ | 62.65 | 84.19 | 66.98 | - |
| YUV | 223.2 | 114.34 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 199 | 0.33 | 0 | 0.22 | 0 | 140.47 | 1 | 0.83 |
| Hex | AA | FF | C7 | 21 | 0 | 16 | 0 | 8C | 64 | 53 |
| Octal | 252 | 377 | 307 | 41 | 0 | 26 | 0 | 214 | 144 | 123 |
| Binary | 10101010 | 11111111 | 11000111 | 100001 | 0 | 10110 | 0 | 10001100 | 1100100 | 1010011 |
Color Harmonies of #AAFFC7
Complementary color
Monochromatic Colors of #AAFFC7
Black with #AAFFC7
Text Example
Text Example
White with #AAFFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFFC7; }
p { color: rgb(170,255,199); }
H1.HeaderClassName
{
color: #AAFFC7;
}
.AnyTagClassName
{
color: #AAFFC7;
}
</style>
background-color css
<style>
a { background-color: #AAFFC7; }
a { background-color: rgb(170,255,199); }
div.DivClassName
{
background-color: #AAFFC7;
}
.BgClassName
{
background-color: #AAFFC7;
}
</style>
border-color css
<style>
span { border-color: #AAFFC7; }
span { border-color: rgb(170,255,199); }
td.TdClassName
{
border-color: #AAFFC7;
}
.TagClassName
{
border-color: #AAFFC7;
}
</style>