Shades of Magic Mint #A2E8C9
Tints of Magic Mint #A2E8C9
RGB
CMYK
RGB Variations
Color information
#A2E8C9 (or 0xA2E8C9) is known color: Magic Mint. HEX triplet: A2, E8 and C9. RGB value is (162,232,201). Sum of RGB (Red+Green+Blue) = 162+232+201=595 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.23% from 595); Green value is 232 (91.02% from 255 or 38.99% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 232 - color contains mainly: green. Hex color #A2E8C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E8C9 is #5D1736. Grayscale: #CFCFCF. Windows color (decimal): -6100791 or 13232290. OLE color: 13232290.
HSL color Cylindrical-coordinate representation of color #A2E8C9: hue angle of 153.43º degrees, saturation: 0.6, 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 #A2E8C9 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 232 | 201 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.09 |
| HSL | 153.43º | 0.6% | 0.77% | - |
| HSV(B) | 153.43º | 0.3% | 0.91% | - |
| XYZ | 54.3 | 69.61 | 65.83 | - |
| YUV | 207.54 | 124.31 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 232 | 201 | 0.30 | 0 | 0.13 | 0.09 | 153.43 | 0.6 | 0.77 |
| Hex | A2 | E8 | C9 | 1E | 0 | D | 9 | 99 | 3C | 4D |
| Octal | 242 | 350 | 311 | 36 | 0 | 15 | 11 | 231 | 74 | 115 |
| Binary | 10100010 | 11101000 | 11001001 | 11110 | 0 | 1101 | 1001 | 10011001 | 111100 | 1001101 |
Color Harmonies of #A2E8C9
Complementary color
Monochromatic Colors of #A2E8C9
Black with #A2E8C9
Text Example
Text Example
White with #A2E8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E8C9; }
p { color: rgb(162,232,201); }
H1.HeaderClassName
{
color: #A2E8C9;
}
.AnyTagClassName
{
color: #A2E8C9;
}
</style>
background-color css
<style>
a { background-color: #A2E8C9; }
a { background-color: rgb(162,232,201); }
div.DivClassName
{
background-color: #A2E8C9;
}
.BgClassName
{
background-color: #A2E8C9;
}
</style>
border-color css
<style>
span { border-color: #A2E8C9; }
span { border-color: rgb(162,232,201); }
td.TdClassName
{
border-color: #A2E8C9;
}
.TagClassName
{
border-color: #A2E8C9;
}
</style>