Shades of Medium Aquamarine #4EDBAC
Tints of Medium Aquamarine #4EDBAC
RGB
CMYK
RGB Variations
Color information
#4EDBAC (or 0x4EDBAC) is known color: Medium Aquamarine. HEX triplet: 4E, DB and AC. RGB value is (78,219,172). Sum of RGB (Red+Green+Blue) = 78+219+172=469 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.63% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDBAC is #B12453. Grayscale: #ABABAB. Windows color (decimal): -11609172 or 11328334. OLE color: 11328334.
HSL color Cylindrical-coordinate representation of color #4EDBAC: hue angle of 160º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4EDBAC is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 219 | 172 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.14 |
| HSL | 160º | 0.66% | 0.58% | - |
| HSV(B) | 160º | 0.64% | 0.86% | - |
| XYZ | 35.92 | 55.26 | 47.8 | - |
| YUV | 171.48 | 128.29 | 61.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 172 | 0.64 | 0 | 0.21 | 0.14 | 160 | 0.66 | 0.58 |
| Hex | 4E | DB | AC | 40 | 0 | 15 | E | A0 | 42 | 3A |
| Octal | 116 | 333 | 254 | 100 | 0 | 25 | 16 | 240 | 102 | 72 |
| Binary | 1001110 | 11011011 | 10101100 | 1000000 | 0 | 10101 | 1110 | 10100000 | 1000010 | 111010 |
Color Harmonies of #4EDBAC
Complementary color
Monochromatic Colors of #4EDBAC
Black with #4EDBAC
Text Example
Text Example
White with #4EDBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDBAC; }
p { color: rgb(78,219,172); }
H1.HeaderClassName
{
color: #4EDBAC;
}
.AnyTagClassName
{
color: #4EDBAC;
}
</style>
background-color css
<style>
a { background-color: #4EDBAC; }
a { background-color: rgb(78,219,172); }
div.DivClassName
{
background-color: #4EDBAC;
}
.BgClassName
{
background-color: #4EDBAC;
}
</style>
border-color css
<style>
span { border-color: #4EDBAC; }
span { border-color: rgb(78,219,172); }
td.TdClassName
{
border-color: #4EDBAC;
}
.TagClassName
{
border-color: #4EDBAC;
}
</style>