Shades of Magic Mint #A2EDCC
Tints of Magic Mint #A2EDCC
RGB
CMYK
RGB Variations
Color information
#A2EDCC (or 0xA2EDCC) is known color: Magic Mint. HEX triplet: A2, ED and CC. RGB value is (162,237,204). Sum of RGB (Red+Green+Blue) = 162+237+204=603 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.87% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EDCC is #5D1233. Grayscale: #D2D2D2. Windows color (decimal): -6099508 or 13430178. OLE color: 13430178.
HSL color Cylindrical-coordinate representation of color #A2EDCC: hue angle of 153.6º 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 #A2EDCC is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 237 | 204 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.07 |
| HSL | 153.6º | 0.68% | 0.78% | - |
| HSV(B) | 153.6º | 0.32% | 0.93% | - |
| XYZ | 56.08 | 72.61 | 68.19 | - |
| YUV | 210.81 | 124.15 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 237 | 204 | 0.32 | 0 | 0.14 | 0.07 | 153.6 | 0.68 | 0.78 |
| Hex | A2 | ED | CC | 20 | 0 | E | 7 | 9A | 44 | 4E |
| Octal | 242 | 355 | 314 | 40 | 0 | 16 | 7 | 232 | 104 | 116 |
| Binary | 10100010 | 11101101 | 11001100 | 100000 | 0 | 1110 | 111 | 10011010 | 1000100 | 1001110 |
Color Harmonies of #A2EDCC
Complementary color
Monochromatic Colors of #A2EDCC
Black with #A2EDCC
Text Example
Text Example
White with #A2EDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EDCC; }
p { color: rgb(162,237,204); }
H1.HeaderClassName
{
color: #A2EDCC;
}
.AnyTagClassName
{
color: #A2EDCC;
}
</style>
background-color css
<style>
a { background-color: #A2EDCC; }
a { background-color: rgb(162,237,204); }
div.DivClassName
{
background-color: #A2EDCC;
}
.BgClassName
{
background-color: #A2EDCC;
}
</style>
border-color css
<style>
span { border-color: #A2EDCC; }
span { border-color: rgb(162,237,204); }
td.TdClassName
{
border-color: #A2EDCC;
}
.TagClassName
{
border-color: #A2EDCC;
}
</style>