Shades of Magic Mint #A0ECCC
Tints of Magic Mint #A0ECCC
RGB
CMYK
RGB Variations
Color information
#A0ECCC (or 0xA0ECCC) is known color: Magic Mint. HEX triplet: A0, EC and CC. RGB value is (160,236,204). Sum of RGB (Red+Green+Blue) = 160+236+204=600 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.67% from 600); Green value is 236 (92.58% from 255 or 39.33% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0ECCC is #5F1333. Grayscale: #D1D1D1. Windows color (decimal): -6230836 or 13429920. OLE color: 13429920.
HSL color Cylindrical-coordinate representation of color #A0ECCC: hue angle of 154.74º degrees, saturation: 0.67, 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 #A0ECCC is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 204 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.07 |
| HSL | 154.74º | 0.67% | 0.78% | - |
| HSV(B) | 154.74º | 0.32% | 0.93% | - |
| XYZ | 55.39 | 71.82 | 68.07 | - |
| YUV | 209.63 | 124.82 | 92.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 204 | 0.32 | 0 | 0.14 | 0.07 | 154.74 | 0.67 | 0.78 |
| Hex | A0 | EC | CC | 20 | 0 | E | 7 | 9B | 43 | 4E |
| Octal | 240 | 354 | 314 | 40 | 0 | 16 | 7 | 233 | 103 | 116 |
| Binary | 10100000 | 11101100 | 11001100 | 100000 | 0 | 1110 | 111 | 10011011 | 1000011 | 1001110 |
Color Harmonies of #A0ECCC
Complementary color
Monochromatic Colors of #A0ECCC
Black with #A0ECCC
Text Example
Text Example
White with #A0ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ECCC; }
p { color: rgb(160,236,204); }
H1.HeaderClassName
{
color: #A0ECCC;
}
.AnyTagClassName
{
color: #A0ECCC;
}
</style>
background-color css
<style>
a { background-color: #A0ECCC; }
a { background-color: rgb(160,236,204); }
div.DivClassName
{
background-color: #A0ECCC;
}
.BgClassName
{
background-color: #A0ECCC;
}
</style>
border-color css
<style>
span { border-color: #A0ECCC; }
span { border-color: rgb(160,236,204); }
td.TdClassName
{
border-color: #A0ECCC;
}
.TagClassName
{
border-color: #A0ECCC;
}
</style>