Shades of Medium Aquamarine #4EDBB1
Tints of Medium Aquamarine #4EDBB1
RGB
CMYK
RGB Variations
Color information
#4EDBB1 (or 0x4EDBB1) is known color: Medium Aquamarine. HEX triplet: 4E, DB and B1. RGB value is (78,219,177). Sum of RGB (Red+Green+Blue) = 78+219+177=474 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.46% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDBB1 is #B1244E. Grayscale: #ACACAC. Windows color (decimal): -11609167 or 11656014. OLE color: 11656014.
HSL color Cylindrical-coordinate representation of color #4EDBB1: hue angle of 162.13º 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 #4EDBB1 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 219 | 177 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.14 |
| HSL | 162.13º | 0.66% | 0.58% | - |
| HSV(B) | 162.13º | 0.64% | 0.86% | - |
| XYZ | 36.41 | 55.46 | 50.38 | - |
| YUV | 172.05 | 130.79 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 177 | 0.64 | 0 | 0.19 | 0.14 | 162.13 | 0.66 | 0.58 |
| Hex | 4E | DB | B1 | 40 | 0 | 13 | E | A2 | 42 | 3A |
| Octal | 116 | 333 | 261 | 100 | 0 | 23 | 16 | 242 | 102 | 72 |
| Binary | 1001110 | 11011011 | 10110001 | 1000000 | 0 | 10011 | 1110 | 10100010 | 1000010 | 111010 |
Color Harmonies of #4EDBB1
Complementary color
Monochromatic Colors of #4EDBB1
Black with #4EDBB1
Text Example
Text Example
White with #4EDBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDBB1; }
p { color: rgb(78,219,177); }
H1.HeaderClassName
{
color: #4EDBB1;
}
.AnyTagClassName
{
color: #4EDBB1;
}
</style>
background-color css
<style>
a { background-color: #4EDBB1; }
a { background-color: rgb(78,219,177); }
div.DivClassName
{
background-color: #4EDBB1;
}
.BgClassName
{
background-color: #4EDBB1;
}
</style>
border-color css
<style>
span { border-color: #4EDBB1; }
span { border-color: rgb(78,219,177); }
td.TdClassName
{
border-color: #4EDBB1;
}
.TagClassName
{
border-color: #4EDBB1;
}
</style>