Shades of Magic Mint #AAFFC8
Tints of Magic Mint #AAFFC8
RGB
CMYK
RGB Variations
Color information
#AAFFC8 (or 0xAAFFC8) is known color: Magic Mint. HEX triplet: AA, FF and C8. RGB value is (170,255,200). Sum of RGB (Red+Green+Blue) = 170+255+200=625 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.2% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #AAFFC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AAFFC8 is #550037. Grayscale: #DFDFDF. Windows color (decimal): -5570616 or 13172650. OLE color: 13172650.
HSL color Cylindrical-coordinate representation of color #AAFFC8: hue angle of 141.18º 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 #AAFFC8 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 255 | 200 | - |
| CMYK | 0.33 | 0 | 0.22 | 0 |
| HSL | 141.18º | 1% | 0.83% | - |
| HSV(B) | 141.18º | 0.33% | 1% | - |
| XYZ | 62.76 | 84.24 | 67.59 | - |
| YUV | 223.32 | 114.84 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 255 | 200 | 0.33 | 0 | 0.22 | 0 | 141.18 | 1 | 0.83 |
| Hex | AA | FF | C8 | 21 | 0 | 16 | 0 | 8D | 64 | 53 |
| Octal | 252 | 377 | 310 | 41 | 0 | 26 | 0 | 215 | 144 | 123 |
| Binary | 10101010 | 11111111 | 11001000 | 100001 | 0 | 10110 | 0 | 10001101 | 1100100 | 1010011 |
Color Harmonies of #AAFFC8
Complementary color
Monochromatic Colors of #AAFFC8
Black with #AAFFC8
Text Example
Text Example
White with #AAFFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAFFC8; }
p { color: rgb(170,255,200); }
H1.HeaderClassName
{
color: #AAFFC8;
}
.AnyTagClassName
{
color: #AAFFC8;
}
</style>
background-color css
<style>
a { background-color: #AAFFC8; }
a { background-color: rgb(170,255,200); }
div.DivClassName
{
background-color: #AAFFC8;
}
.BgClassName
{
background-color: #AAFFC8;
}
</style>
border-color css
<style>
span { border-color: #AAFFC8; }
span { border-color: rgb(170,255,200); }
td.TdClassName
{
border-color: #AAFFC8;
}
.TagClassName
{
border-color: #AAFFC8;
}
</style>