Shades of Medium Aquamarine #4EDCA0
Tints of Medium Aquamarine #4EDCA0
RGB
CMYK
RGB Variations
Color information
#4EDCA0 (or 0x4EDCA0) is known color: Medium Aquamarine. HEX triplet: 4E, DC and A0. RGB value is (78,220,160). Sum of RGB (Red+Green+Blue) = 78+220+160=458 (60% of max value = 765). Red value is 78 (30.86% from 255 or 17.03% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 160 (62.89% from 255 or 34.93% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDCA0 is #B1235F. Grayscale: #AAAAAA. Windows color (decimal): -11608928 or 10542158. OLE color: 10542158.
HSL color Cylindrical-coordinate representation of color #4EDCA0: hue angle of 154.65º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDCA0 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 220 | 160 | - |
| CMYK | 0.65 | 0 | 0.27 | 0.14 |
| HSL | 154.65º | 0.67% | 0.58% | - |
| HSV(B) | 154.65º | 0.65% | 0.86% | - |
| XYZ | 35.08 | 55.34 | 42.09 | - |
| YUV | 170.7 | 121.96 | 61.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 220 | 160 | 0.65 | 0 | 0.27 | 0.14 | 154.65 | 0.67 | 0.58 |
| Hex | 4E | DC | A0 | 41 | 0 | 1B | E | 9B | 43 | 3A |
| Octal | 116 | 334 | 240 | 101 | 0 | 33 | 16 | 233 | 103 | 72 |
| Binary | 1001110 | 11011100 | 10100000 | 1000001 | 0 | 11011 | 1110 | 10011011 | 1000011 | 111010 |
Color Harmonies of #4EDCA0
Complementary color
Monochromatic Colors of #4EDCA0
Black with #4EDCA0
Text Example
Text Example
White with #4EDCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDCA0; }
p { color: rgb(78,220,160); }
H1.HeaderClassName
{
color: #4EDCA0;
}
.AnyTagClassName
{
color: #4EDCA0;
}
</style>
background-color css
<style>
a { background-color: #4EDCA0; }
a { background-color: rgb(78,220,160); }
div.DivClassName
{
background-color: #4EDCA0;
}
.BgClassName
{
background-color: #4EDCA0;
}
</style>
border-color css
<style>
span { border-color: #4EDCA0; }
span { border-color: rgb(78,220,160); }
td.TdClassName
{
border-color: #4EDCA0;
}
.TagClassName
{
border-color: #4EDCA0;
}
</style>