Shades of Medium Aquamarine #4EDEAC
Tints of Medium Aquamarine #4EDEAC
RGB
CMYK
RGB Variations
Color information
#4EDEAC (or 0x4EDEAC) is known color: Medium Aquamarine. HEX triplet: 4E, DE and AC. RGB value is (78,222,172). Sum of RGB (Red+Green+Blue) = 78+222+172=472 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.53% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #4EDEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDEAC is #B12153. Grayscale: #ADADAD. Windows color (decimal): -11608404 or 11329102. OLE color: 11329102.
HSL color Cylindrical-coordinate representation of color #4EDEAC: hue angle of 159.17º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDEAC is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 222 | 172 | - |
| CMYK | 0.65 | 0 | 0.23 | 0.13 |
| HSL | 159.17º | 0.69% | 0.59% | - |
| HSV(B) | 159.17º | 0.65% | 0.87% | - |
| XYZ | 36.71 | 56.84 | 48.07 | - |
| YUV | 173.24 | 127.29 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 222 | 172 | 0.65 | 0 | 0.23 | 0.13 | 159.17 | 0.69 | 0.59 |
| Hex | 4E | DE | AC | 41 | 0 | 17 | D | 9F | 45 | 3B |
| Octal | 116 | 336 | 254 | 101 | 0 | 27 | 15 | 237 | 105 | 73 |
| Binary | 1001110 | 11011110 | 10101100 | 1000001 | 0 | 10111 | 1101 | 10011111 | 1000101 | 111011 |
Color Harmonies of #4EDEAC
Complementary color
Monochromatic Colors of #4EDEAC
Black with #4EDEAC
Text Example
Text Example
White with #4EDEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDEAC; }
p { color: rgb(78,222,172); }
H1.HeaderClassName
{
color: #4EDEAC;
}
.AnyTagClassName
{
color: #4EDEAC;
}
</style>
background-color css
<style>
a { background-color: #4EDEAC; }
a { background-color: rgb(78,222,172); }
div.DivClassName
{
background-color: #4EDEAC;
}
.BgClassName
{
background-color: #4EDEAC;
}
</style>
border-color css
<style>
span { border-color: #4EDEAC; }
span { border-color: rgb(78,222,172); }
td.TdClassName
{
border-color: #4EDEAC;
}
.TagClassName
{
border-color: #4EDEAC;
}
</style>