Shades of Magic Mint #A2ECC4
Tints of Magic Mint #A2ECC4
RGB
CMYK
RGB Variations
Color information
#A2ECC4 (or 0xA2ECC4) is known color: Magic Mint. HEX triplet: A2, EC and C4. RGB value is (162,236,196). Sum of RGB (Red+Green+Blue) = 162+236+196=594 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.27% from 594); Green value is 236 (92.58% from 255 or 39.73% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2ECC4 is #5D133B. Grayscale: #D1D1D1. Windows color (decimal): -6099772 or 12905634. OLE color: 12905634.
HSL color Cylindrical-coordinate representation of color #A2ECC4: hue angle of 147.57º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A2ECC4 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 236 | 196 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.07 |
| HSL | 147.57º | 0.66% | 0.78% | - |
| HSV(B) | 147.57º | 0.31% | 0.93% | - |
| XYZ | 54.86 | 71.66 | 63.16 | - |
| YUV | 209.31 | 120.48 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 236 | 196 | 0.31 | 0 | 0.17 | 0.07 | 147.57 | 0.66 | 0.78 |
| Hex | A2 | EC | C4 | 1F | 0 | 11 | 7 | 94 | 42 | 4E |
| Octal | 242 | 354 | 304 | 37 | 0 | 21 | 7 | 224 | 102 | 116 |
| Binary | 10100010 | 11101100 | 11000100 | 11111 | 0 | 10001 | 111 | 10010100 | 1000010 | 1001110 |
Color Harmonies of #A2ECC4
Complementary color
Monochromatic Colors of #A2ECC4
Black with #A2ECC4
Text Example
Text Example
White with #A2ECC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ECC4; }
p { color: rgb(162,236,196); }
H1.HeaderClassName
{
color: #A2ECC4;
}
.AnyTagClassName
{
color: #A2ECC4;
}
</style>
background-color css
<style>
a { background-color: #A2ECC4; }
a { background-color: rgb(162,236,196); }
div.DivClassName
{
background-color: #A2ECC4;
}
.BgClassName
{
background-color: #A2ECC4;
}
</style>
border-color css
<style>
span { border-color: #A2ECC4; }
span { border-color: rgb(162,236,196); }
td.TdClassName
{
border-color: #A2ECC4;
}
.TagClassName
{
border-color: #A2ECC4;
}
</style>