Shades of Medium Aquamarine #4EDBB0
Tints of Medium Aquamarine #4EDBB0
RGB
CMYK
RGB Variations
Color information
#4EDBB0 (or 0x4EDBB0) is known color: Medium Aquamarine. HEX triplet: 4E, DB and B0. RGB value is (78,219,176). Sum of RGB (Red+Green+Blue) = 78+219+176=473 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.49% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDBB0 is #B1244F. Grayscale: #ABABAB. Windows color (decimal): -11609168 or 11590478. OLE color: 11590478.
HSL color Cylindrical-coordinate representation of color #4EDBB0: hue angle of 161.7º 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 #4EDBB0 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 219 | 176 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.14 |
| HSL | 161.7º | 0.66% | 0.58% | - |
| HSV(B) | 161.7º | 0.64% | 0.86% | - |
| XYZ | 36.31 | 55.42 | 49.86 | - |
| YUV | 171.94 | 130.29 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 176 | 0.64 | 0 | 0.20 | 0.14 | 161.7 | 0.66 | 0.58 |
| Hex | 4E | DB | B0 | 40 | 0 | 14 | E | A2 | 42 | 3A |
| Octal | 116 | 333 | 260 | 100 | 0 | 24 | 16 | 242 | 102 | 72 |
| Binary | 1001110 | 11011011 | 10110000 | 1000000 | 0 | 10100 | 1110 | 10100010 | 1000010 | 111010 |
Color Harmonies of #4EDBB0
Complementary color
Monochromatic Colors of #4EDBB0
Black with #4EDBB0
Text Example
Text Example
White with #4EDBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDBB0; }
p { color: rgb(78,219,176); }
H1.HeaderClassName
{
color: #4EDBB0;
}
.AnyTagClassName
{
color: #4EDBB0;
}
</style>
background-color css
<style>
a { background-color: #4EDBB0; }
a { background-color: rgb(78,219,176); }
div.DivClassName
{
background-color: #4EDBB0;
}
.BgClassName
{
background-color: #4EDBB0;
}
</style>
border-color css
<style>
span { border-color: #4EDBB0; }
span { border-color: rgb(78,219,176); }
td.TdClassName
{
border-color: #4EDBB0;
}
.TagClassName
{
border-color: #4EDBB0;
}
</style>