Shades of Magic Mint #A0ECC5
Tints of Magic Mint #A0ECC5
RGB
CMYK
RGB Variations
Color information
#A0ECC5 (or 0xA0ECC5) is known color: Magic Mint. HEX triplet: A0, EC and C5. RGB value is (160,236,197). Sum of RGB (Red+Green+Blue) = 160+236+197=593 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.98% from 593); Green value is 236 (92.58% from 255 or 39.80% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECC5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0ECC5 is #5F133A. Grayscale: #D0D0D0. Windows color (decimal): -6230843 or 12971168. OLE color: 12971168.
HSL color Cylindrical-coordinate representation of color #A0ECC5: hue angle of 149.21º 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 #A0ECC5 is Cyan = 0.32, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 197 | - |
| CMYK | 0.32 | 0 | 0.17 | 0.07 |
| HSL | 149.21º | 0.67% | 0.78% | - |
| HSV(B) | 149.21º | 0.32% | 0.93% | - |
| XYZ | 54.57 | 71.5 | 63.75 | - |
| YUV | 208.83 | 121.32 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 197 | 0.32 | 0 | 0.17 | 0.07 | 149.21 | 0.67 | 0.78 |
| Hex | A0 | EC | C5 | 20 | 0 | 11 | 7 | 95 | 43 | 4E |
| Octal | 240 | 354 | 305 | 40 | 0 | 21 | 7 | 225 | 103 | 116 |
| Binary | 10100000 | 11101100 | 11000101 | 100000 | 0 | 10001 | 111 | 10010101 | 1000011 | 1001110 |
Color Harmonies of #A0ECC5
Complementary color
Monochromatic Colors of #A0ECC5
Black with #A0ECC5
Text Example
Text Example
White with #A0ECC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ECC5; }
p { color: rgb(160,236,197); }
H1.HeaderClassName
{
color: #A0ECC5;
}
.AnyTagClassName
{
color: #A0ECC5;
}
</style>
background-color css
<style>
a { background-color: #A0ECC5; }
a { background-color: rgb(160,236,197); }
div.DivClassName
{
background-color: #A0ECC5;
}
.BgClassName
{
background-color: #A0ECC5;
}
</style>
border-color css
<style>
span { border-color: #A0ECC5; }
span { border-color: rgb(160,236,197); }
td.TdClassName
{
border-color: #A0ECC5;
}
.TagClassName
{
border-color: #A0ECC5;
}
</style>