Shades of Magic Mint #A2EECC
Tints of Magic Mint #A2EECC
RGB
CMYK
RGB Variations
Color information
#A2EECC (or 0xA2EECC) is known color: Magic Mint. HEX triplet: A2, EE and CC. RGB value is (162,238,204). Sum of RGB (Red+Green+Blue) = 162+238+204=604 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.82% from 604); Green value is 238 (93.36% from 255 or 39.40% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 238 - color contains mainly: green. Hex color #A2EECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EECC is #5D1133. Grayscale: #D3D3D3. Windows color (decimal): -6099252 or 13430434. OLE color: 13430434.
HSL color Cylindrical-coordinate representation of color #A2EECC: hue angle of 153.16º degrees, saturation: 0.69, 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 #A2EECC is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 238 | 204 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.07 |
| HSL | 153.16º | 0.69% | 0.78% | - |
| HSV(B) | 153.16º | 0.32% | 0.93% | - |
| XYZ | 56.37 | 73.19 | 68.28 | - |
| YUV | 211.4 | 123.82 | 92.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 238 | 204 | 0.32 | 0 | 0.14 | 0.07 | 153.16 | 0.69 | 0.78 |
| Hex | A2 | EE | CC | 20 | 0 | E | 7 | 99 | 45 | 4E |
| Octal | 242 | 356 | 314 | 40 | 0 | 16 | 7 | 231 | 105 | 116 |
| Binary | 10100010 | 11101110 | 11001100 | 100000 | 0 | 1110 | 111 | 10011001 | 1000101 | 1001110 |
Color Harmonies of #A2EECC
Complementary color
Monochromatic Colors of #A2EECC
Black with #A2EECC
Text Example
Text Example
White with #A2EECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EECC; }
p { color: rgb(162,238,204); }
H1.HeaderClassName
{
color: #A2EECC;
}
.AnyTagClassName
{
color: #A2EECC;
}
</style>
background-color css
<style>
a { background-color: #A2EECC; }
a { background-color: rgb(162,238,204); }
div.DivClassName
{
background-color: #A2EECC;
}
.BgClassName
{
background-color: #A2EECC;
}
</style>
border-color css
<style>
span { border-color: #A2EECC; }
span { border-color: rgb(162,238,204); }
td.TdClassName
{
border-color: #A2EECC;
}
.TagClassName
{
border-color: #A2EECC;
}
</style>