Shades of Medium Aquamarine #4EDBA8
Tints of Medium Aquamarine #4EDBA8
RGB
CMYK
RGB Variations
Color information
#4EDBA8 (or 0x4EDBA8) is known color: Medium Aquamarine. HEX triplet: 4E, DB and A8. RGB value is (78,219,168). Sum of RGB (Red+Green+Blue) = 78+219+168=465 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.77% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDBA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDBA8 is #B12457. Grayscale: #ABABAB. Windows color (decimal): -11609176 or 11066190. OLE color: 11066190.
HSL color Cylindrical-coordinate representation of color #4EDBA8: hue angle of 158.3º 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 #4EDBA8 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 219 | 168 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.14 |
| HSL | 158.3º | 0.66% | 0.58% | - |
| HSV(B) | 158.3º | 0.64% | 0.86% | - |
| XYZ | 35.54 | 55.11 | 45.81 | - |
| YUV | 171.03 | 126.29 | 61.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 168 | 0.64 | 0 | 0.23 | 0.14 | 158.3 | 0.66 | 0.58 |
| Hex | 4E | DB | A8 | 40 | 0 | 17 | E | 9E | 42 | 3A |
| Octal | 116 | 333 | 250 | 100 | 0 | 27 | 16 | 236 | 102 | 72 |
| Binary | 1001110 | 11011011 | 10101000 | 1000000 | 0 | 10111 | 1110 | 10011110 | 1000010 | 111010 |
Color Harmonies of #4EDBA8
Complementary color
Monochromatic Colors of #4EDBA8
Black with #4EDBA8
Text Example
Text Example
White with #4EDBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDBA8; }
p { color: rgb(78,219,168); }
H1.HeaderClassName
{
color: #4EDBA8;
}
.AnyTagClassName
{
color: #4EDBA8;
}
</style>
background-color css
<style>
a { background-color: #4EDBA8; }
a { background-color: rgb(78,219,168); }
div.DivClassName
{
background-color: #4EDBA8;
}
.BgClassName
{
background-color: #4EDBA8;
}
</style>
border-color css
<style>
span { border-color: #4EDBA8; }
span { border-color: rgb(78,219,168); }
td.TdClassName
{
border-color: #4EDBA8;
}
.TagClassName
{
border-color: #4EDBA8;
}
</style>