Shades of Magic Mint #A2E4C4
Tints of Magic Mint #A2E4C4
RGB
CMYK
RGB Variations
Color information
#A2E4C4 (or 0xA2E4C4) is known color: Magic Mint. HEX triplet: A2, E4 and C4. RGB value is (162,228,196). Sum of RGB (Red+Green+Blue) = 162+228+196=586 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.65% from 586); Green value is 228 (89.45% from 255 or 38.91% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E4C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2E4C4 is #5D1B3B. Grayscale: #CCCCCC. Windows color (decimal): -6101820 or 12903586. OLE color: 12903586.
HSL color Cylindrical-coordinate representation of color #A2E4C4: hue angle of 150.91º degrees, saturation: 0.55, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2E4C4 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 162 | 228 | 196 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.11 |
| HSL | 150.91º | 0.55% | 0.76% | - |
| HSV(B) | 150.91º | 0.29% | 0.89% | - |
| XYZ | 52.61 | 67.15 | 62.41 | - |
| YUV | 204.62 | 123.13 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 228 | 196 | 0.29 | 0 | 0.14 | 0.11 | 150.91 | 0.55 | 0.76 |
| Hex | A2 | E4 | C4 | 1D | 0 | E | B | 97 | 37 | 4C |
| Octal | 242 | 344 | 304 | 35 | 0 | 16 | 13 | 227 | 67 | 114 |
| Binary | 10100010 | 11100100 | 11000100 | 11101 | 0 | 1110 | 1011 | 10010111 | 110111 | 1001100 |
Color Harmonies of #A2E4C4
Complementary color
Monochromatic Colors of #A2E4C4
Black with #A2E4C4
Text Example
Text Example
White with #A2E4C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E4C4; }
p { color: rgb(162,228,196); }
H1.HeaderClassName
{
color: #A2E4C4;
}
.AnyTagClassName
{
color: #A2E4C4;
}
</style>
background-color css
<style>
a { background-color: #A2E4C4; }
a { background-color: rgb(162,228,196); }
div.DivClassName
{
background-color: #A2E4C4;
}
.BgClassName
{
background-color: #A2E4C4;
}
</style>
border-color css
<style>
span { border-color: #A2E4C4; }
span { border-color: rgb(162,228,196); }
td.TdClassName
{
border-color: #A2E4C4;
}
.TagClassName
{
border-color: #A2E4C4;
}
</style>