Shades of Magic Mint #A2EDC4
Tints of Magic Mint #A2EDC4
RGB
CMYK
RGB Variations
Color information
#A2EDC4 (or 0xA2EDC4) is known color: Magic Mint. HEX triplet: A2, ED and C4. RGB value is (162,237,196). Sum of RGB (Red+Green+Blue) = 162+237+196=595 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.23% from 595); Green value is 237 (92.97% from 255 or 39.83% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EDC4 is #5D123B. Grayscale: #D1D1D1. Windows color (decimal): -6099516 or 12905890. OLE color: 12905890.
HSL color Cylindrical-coordinate representation of color #A2EDC4: hue angle of 147.2º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EDC4 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 237 | 196 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.07 |
| HSL | 147.2º | 0.68% | 0.78% | - |
| HSV(B) | 147.2º | 0.32% | 0.93% | - |
| XYZ | 55.15 | 72.24 | 63.26 | - |
| YUV | 209.9 | 120.15 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 237 | 196 | 0.32 | 0 | 0.17 | 0.07 | 147.2 | 0.68 | 0.78 |
| Hex | A2 | ED | C4 | 20 | 0 | 11 | 7 | 93 | 44 | 4E |
| Octal | 242 | 355 | 304 | 40 | 0 | 21 | 7 | 223 | 104 | 116 |
| Binary | 10100010 | 11101101 | 11000100 | 100000 | 0 | 10001 | 111 | 10010011 | 1000100 | 1001110 |
Color Harmonies of #A2EDC4
Complementary color
Monochromatic Colors of #A2EDC4
Black with #A2EDC4
Text Example
Text Example
White with #A2EDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EDC4; }
p { color: rgb(162,237,196); }
H1.HeaderClassName
{
color: #A2EDC4;
}
.AnyTagClassName
{
color: #A2EDC4;
}
</style>
background-color css
<style>
a { background-color: #A2EDC4; }
a { background-color: rgb(162,237,196); }
div.DivClassName
{
background-color: #A2EDC4;
}
.BgClassName
{
background-color: #A2EDC4;
}
</style>
border-color css
<style>
span { border-color: #A2EDC4; }
span { border-color: rgb(162,237,196); }
td.TdClassName
{
border-color: #A2EDC4;
}
.TagClassName
{
border-color: #A2EDC4;
}
</style>