Shades of Medium Aquamarine #4EDBB4
Tints of Medium Aquamarine #4EDBB4
RGB
CMYK
RGB Variations
Color information
#4EDBB4 (or 0x4EDBB4) is known color: Medium Aquamarine. HEX triplet: 4E, DB and B4. RGB value is (78,219,180). Sum of RGB (Red+Green+Blue) = 78+219+180=477 (63% of max value = 765). Red value is 78 (30.86% from 255 or 16.35% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 180 (70.70% from 255 or 37.74% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDBB4 is #B1244B. Grayscale: #ACACAC. Windows color (decimal): -11609164 or 11852622. OLE color: 11852622.
HSL color Cylindrical-coordinate representation of color #4EDBB4: hue angle of 163.4º 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 #4EDBB4 is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 219 | 180 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.14 |
| HSL | 163.4º | 0.66% | 0.58% | - |
| HSV(B) | 163.4º | 0.64% | 0.86% | - |
| XYZ | 36.71 | 55.58 | 51.97 | - |
| YUV | 172.4 | 132.29 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 180 | 0.64 | 0 | 0.18 | 0.14 | 163.4 | 0.66 | 0.58 |
| Hex | 4E | DB | B4 | 40 | 0 | 12 | E | A3 | 42 | 3A |
| Octal | 116 | 333 | 264 | 100 | 0 | 22 | 16 | 243 | 102 | 72 |
| Binary | 1001110 | 11011011 | 10110100 | 1000000 | 0 | 10010 | 1110 | 10100011 | 1000010 | 111010 |
Color Harmonies of #4EDBB4
Complementary color
Monochromatic Colors of #4EDBB4
Black with #4EDBB4
Text Example
Text Example
White with #4EDBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDBB4; }
p { color: rgb(78,219,180); }
H1.HeaderClassName
{
color: #4EDBB4;
}
.AnyTagClassName
{
color: #4EDBB4;
}
</style>
background-color css
<style>
a { background-color: #4EDBB4; }
a { background-color: rgb(78,219,180); }
div.DivClassName
{
background-color: #4EDBB4;
}
.BgClassName
{
background-color: #4EDBB4;
}
</style>
border-color css
<style>
span { border-color: #4EDBB4; }
span { border-color: rgb(78,219,180); }
td.TdClassName
{
border-color: #4EDBB4;
}
.TagClassName
{
border-color: #4EDBB4;
}
</style>