Shades of Magic Mint #A2E9C5
Tints of Magic Mint #A2E9C5
RGB
CMYK
RGB Variations
Color information
#A2E9C5 (or 0xA2E9C5) is known color: Magic Mint. HEX triplet: A2, E9 and C5. RGB value is (162,233,197). Sum of RGB (Red+Green+Blue) = 162+233+197=592 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.36% from 592); Green value is 233 (91.41% from 255 or 39.36% from 592); Blue value is 197 (77.34% from 255 or 33.28% from 592); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E9C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2E9C5 is #5D163A. Grayscale: #CFCFCF. Windows color (decimal): -6100539 or 12970402. OLE color: 12970402.
HSL color Cylindrical-coordinate representation of color #A2E9C5: hue angle of 149.58º degrees, saturation: 0.62, 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 #A2E9C5 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 233 | 197 | - |
| CMYK | 0.30 | 0 | 0.15 | 0.09 |
| HSL | 149.58º | 0.62% | 0.77% | - |
| HSV(B) | 149.58º | 0.3% | 0.91% | - |
| XYZ | 54.12 | 69.99 | 63.48 | - |
| YUV | 207.67 | 121.98 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 233 | 197 | 0.30 | 0 | 0.15 | 0.09 | 149.58 | 0.62 | 0.77 |
| Hex | A2 | E9 | C5 | 1E | 0 | F | 9 | 96 | 3E | 4D |
| Octal | 242 | 351 | 305 | 36 | 0 | 17 | 11 | 226 | 76 | 115 |
| Binary | 10100010 | 11101001 | 11000101 | 11110 | 0 | 1111 | 1001 | 10010110 | 111110 | 1001101 |
Color Harmonies of #A2E9C5
Complementary color
Monochromatic Colors of #A2E9C5
Black with #A2E9C5
Text Example
Text Example
White with #A2E9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E9C5; }
p { color: rgb(162,233,197); }
H1.HeaderClassName
{
color: #A2E9C5;
}
.AnyTagClassName
{
color: #A2E9C5;
}
</style>
background-color css
<style>
a { background-color: #A2E9C5; }
a { background-color: rgb(162,233,197); }
div.DivClassName
{
background-color: #A2E9C5;
}
.BgClassName
{
background-color: #A2E9C5;
}
</style>
border-color css
<style>
span { border-color: #A2E9C5; }
span { border-color: rgb(162,233,197); }
td.TdClassName
{
border-color: #A2E9C5;
}
.TagClassName
{
border-color: #A2E9C5;
}
</style>