Shades of Magic Mint #A2E6C3
Tints of Magic Mint #A2E6C3
RGB
CMYK
RGB Variations
Color information
#A2E6C3 (or 0xA2E6C3) is known color: Magic Mint. HEX triplet: A2, E6 and C3. RGB value is (162,230,195). Sum of RGB (Red+Green+Blue) = 162+230+195=587 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.60% from 587); Green value is 230 (90.23% from 255 or 39.18% from 587); Blue value is 195 (76.56% from 255 or 33.22% from 587); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E6C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E6C3 is #5D193C. Grayscale: #CDCDCD. Windows color (decimal): -6101309 or 12838562. OLE color: 12838562.
HSL color Cylindrical-coordinate representation of color #A2E6C3: hue angle of 149.12º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2E6C3 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 230 | 195 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.10 |
| HSL | 149.12º | 0.58% | 0.77% | - |
| HSV(B) | 149.12º | 0.3% | 0.9% | - |
| XYZ | 53.05 | 68.22 | 62 | - |
| YUV | 205.68 | 121.97 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 230 | 195 | 0.30 | 0 | 0.15 | 0.10 | 149.12 | 0.58 | 0.77 |
| Hex | A2 | E6 | C3 | 1E | 0 | F | A | 95 | 3A | 4D |
| Octal | 242 | 346 | 303 | 36 | 0 | 17 | 12 | 225 | 72 | 115 |
| Binary | 10100010 | 11100110 | 11000011 | 11110 | 0 | 1111 | 1010 | 10010101 | 111010 | 1001101 |
Color Harmonies of #A2E6C3
Complementary color
Monochromatic Colors of #A2E6C3
Black with #A2E6C3
Text Example
Text Example
White with #A2E6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E6C3; }
p { color: rgb(162,230,195); }
H1.HeaderClassName
{
color: #A2E6C3;
}
.AnyTagClassName
{
color: #A2E6C3;
}
</style>
background-color css
<style>
a { background-color: #A2E6C3; }
a { background-color: rgb(162,230,195); }
div.DivClassName
{
background-color: #A2E6C3;
}
.BgClassName
{
background-color: #A2E6C3;
}
</style>
border-color css
<style>
span { border-color: #A2E6C3; }
span { border-color: rgb(162,230,195); }
td.TdClassName
{
border-color: #A2E6C3;
}
.TagClassName
{
border-color: #A2E6C3;
}
</style>