Shades of Magic Mint #A2F6C2
Tints of Magic Mint #A2F6C2
RGB
CMYK
RGB Variations
Color information
#A2F6C2 (or 0xA2F6C2) is known color: Magic Mint. HEX triplet: A2, F6 and C2. RGB value is (162,246,194). Sum of RGB (Red+Green+Blue) = 162+246+194=602 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.91% from 602); Green value is 246 (96.48% from 255 or 40.86% from 602); Blue value is 194 (76.17% from 255 or 32.23% from 602); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F6C2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F6C2 is #5D093D. Grayscale: #D7D7D7. Windows color (decimal): -6097214 or 12777122. OLE color: 12777122.
HSL color Cylindrical-coordinate representation of color #A2F6C2: hue angle of 142.86º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2F6C2 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 246 | 194 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.04 |
| HSL | 142.86º | 0.82% | 0.8% | - |
| HSV(B) | 142.86º | 0.34% | 0.96% | - |
| XYZ | 57.59 | 77.49 | 62.96 | - |
| YUV | 214.96 | 116.17 | 90.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 246 | 194 | 0.34 | 0 | 0.21 | 0.04 | 142.86 | 0.82 | 0.8 |
| Hex | A2 | F6 | C2 | 22 | 0 | 15 | 4 | 8F | 52 | 50 |
| Octal | 242 | 366 | 302 | 42 | 0 | 25 | 4 | 217 | 122 | 120 |
| Binary | 10100010 | 11110110 | 11000010 | 100010 | 0 | 10101 | 100 | 10001111 | 1010010 | 1010000 |
Color Harmonies of #A2F6C2
Complementary color
Monochromatic Colors of #A2F6C2
Black with #A2F6C2
Text Example
Text Example
White with #A2F6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F6C2; }
p { color: rgb(162,246,194); }
H1.HeaderClassName
{
color: #A2F6C2;
}
.AnyTagClassName
{
color: #A2F6C2;
}
</style>
background-color css
<style>
a { background-color: #A2F6C2; }
a { background-color: rgb(162,246,194); }
div.DivClassName
{
background-color: #A2F6C2;
}
.BgClassName
{
background-color: #A2F6C2;
}
</style>
border-color css
<style>
span { border-color: #A2F6C2; }
span { border-color: rgb(162,246,194); }
td.TdClassName
{
border-color: #A2F6C2;
}
.TagClassName
{
border-color: #A2F6C2;
}
</style>