Shades of Magic Mint #A2E7CA
Tints of Magic Mint #A2E7CA
RGB
CMYK
RGB Variations
Color information
#A2E7CA (or 0xA2E7CA) is known color: Magic Mint. HEX triplet: A2, E7 and CA. RGB value is (162,231,202). Sum of RGB (Red+Green+Blue) = 162+231+202=595 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.23% from 595); Green value is 231 (90.62% from 255 or 38.82% from 595); Blue value is 202 (79.30% from 255 or 33.95% from 595); Max value from RGB is 231 - color contains mainly: green. Hex color #A2E7CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E7CA is #5D1835. Grayscale: #CFCFCF. Windows color (decimal): -6101046 or 13297570. OLE color: 13297570.
HSL color Cylindrical-coordinate representation of color #A2E7CA: hue angle of 154.78º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2E7CA is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 231 | 202 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.09 |
| HSL | 154.78º | 0.59% | 0.77% | - |
| HSV(B) | 154.78º | 0.3% | 0.91% | - |
| XYZ | 54.14 | 69.1 | 66.36 | - |
| YUV | 207.06 | 125.14 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 231 | 202 | 0.30 | 0 | 0.13 | 0.09 | 154.78 | 0.59 | 0.77 |
| Hex | A2 | E7 | CA | 1E | 0 | D | 9 | 9B | 3B | 4D |
| Octal | 242 | 347 | 312 | 36 | 0 | 15 | 11 | 233 | 73 | 115 |
| Binary | 10100010 | 11100111 | 11001010 | 11110 | 0 | 1101 | 1001 | 10011011 | 111011 | 1001101 |
Color Harmonies of #A2E7CA
Complementary color
Monochromatic Colors of #A2E7CA
Black with #A2E7CA
Text Example
Text Example
White with #A2E7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E7CA; }
p { color: rgb(162,231,202); }
H1.HeaderClassName
{
color: #A2E7CA;
}
.AnyTagClassName
{
color: #A2E7CA;
}
</style>
background-color css
<style>
a { background-color: #A2E7CA; }
a { background-color: rgb(162,231,202); }
div.DivClassName
{
background-color: #A2E7CA;
}
.BgClassName
{
background-color: #A2E7CA;
}
</style>
border-color css
<style>
span { border-color: #A2E7CA; }
span { border-color: rgb(162,231,202); }
td.TdClassName
{
border-color: #A2E7CA;
}
.TagClassName
{
border-color: #A2E7CA;
}
</style>