Shades of Magic Mint #A2F7C0
Tints of Magic Mint #A2F7C0
RGB
CMYK
RGB Variations
Color information
#A2F7C0 (or 0xA2F7C0) is known color: Magic Mint. HEX triplet: A2, F7 and C0. RGB value is (162,247,192). Sum of RGB (Red+Green+Blue) = 162+247+192=601 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.96% from 601); Green value is 247 (96.88% from 255 or 41.10% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F7C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F7C0 is #5D083F. Grayscale: #D7D7D7. Windows color (decimal): -6096960 or 12646306. OLE color: 12646306.
HSL color Cylindrical-coordinate representation of color #A2F7C0: hue angle of 141.18º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2F7C0 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 247 | 192 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.03 |
| HSL | 141.18º | 0.84% | 0.8% | - |
| HSV(B) | 141.18º | 0.34% | 0.97% | - |
| XYZ | 57.68 | 78.01 | 61.89 | - |
| YUV | 215.32 | 114.84 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 247 | 192 | 0.34 | 0 | 0.22 | 0.03 | 141.18 | 0.84 | 0.8 |
| Hex | A2 | F7 | C0 | 22 | 0 | 16 | 3 | 8D | 54 | 50 |
| Octal | 242 | 367 | 300 | 42 | 0 | 26 | 3 | 215 | 124 | 120 |
| Binary | 10100010 | 11110111 | 11000000 | 100010 | 0 | 10110 | 11 | 10001101 | 1010100 | 1010000 |
Color Harmonies of #A2F7C0
Complementary color
Monochromatic Colors of #A2F7C0
Black with #A2F7C0
Text Example
Text Example
White with #A2F7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F7C0; }
p { color: rgb(162,247,192); }
H1.HeaderClassName
{
color: #A2F7C0;
}
.AnyTagClassName
{
color: #A2F7C0;
}
</style>
background-color css
<style>
a { background-color: #A2F7C0; }
a { background-color: rgb(162,247,192); }
div.DivClassName
{
background-color: #A2F7C0;
}
.BgClassName
{
background-color: #A2F7C0;
}
</style>
border-color css
<style>
span { border-color: #A2F7C0; }
span { border-color: rgb(162,247,192); }
td.TdClassName
{
border-color: #A2F7C0;
}
.TagClassName
{
border-color: #A2F7C0;
}
</style>