Shades of Medium Aquamarine #4EDBA3
Tints of Medium Aquamarine #4EDBA3
RGB
CMYK
RGB Variations
Color information
#4EDBA3 (or 0x4EDBA3) is known color: Medium Aquamarine. HEX triplet: 4E, DB and A3. RGB value is (78,219,163). Sum of RGB (Red+Green+Blue) = 78+219+163=460 (60% of max value = 765). Red value is 78 (30.86% from 255 or 16.96% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDBA3 is #B1245C. Grayscale: #AAAAAA. Windows color (decimal): -11609181 or 10738510. OLE color: 10738510.
HSL color Cylindrical-coordinate representation of color #4EDBA3: hue angle of 156.17º 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 #4EDBA3 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 219 | 163 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.14 |
| HSL | 156.17º | 0.66% | 0.58% | - |
| HSV(B) | 156.17º | 0.64% | 0.86% | - |
| XYZ | 35.08 | 54.93 | 43.4 | - |
| YUV | 170.46 | 123.79 | 62.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 163 | 0.64 | 0 | 0.26 | 0.14 | 156.17 | 0.66 | 0.58 |
| Hex | 4E | DB | A3 | 40 | 0 | 1A | E | 9C | 42 | 3A |
| Octal | 116 | 333 | 243 | 100 | 0 | 32 | 16 | 234 | 102 | 72 |
| Binary | 1001110 | 11011011 | 10100011 | 1000000 | 0 | 11010 | 1110 | 10011100 | 1000010 | 111010 |
Color Harmonies of #4EDBA3
Complementary color
Monochromatic Colors of #4EDBA3
Black with #4EDBA3
Text Example
Text Example
White with #4EDBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDBA3; }
p { color: rgb(78,219,163); }
H1.HeaderClassName
{
color: #4EDBA3;
}
.AnyTagClassName
{
color: #4EDBA3;
}
</style>
background-color css
<style>
a { background-color: #4EDBA3; }
a { background-color: rgb(78,219,163); }
div.DivClassName
{
background-color: #4EDBA3;
}
.BgClassName
{
background-color: #4EDBA3;
}
</style>
border-color css
<style>
span { border-color: #4EDBA3; }
span { border-color: rgb(78,219,163); }
td.TdClassName
{
border-color: #4EDBA3;
}
.TagClassName
{
border-color: #4EDBA3;
}
</style>