Shades of Medium Aquamarine #4ED8B0
Tints of Medium Aquamarine #4ED8B0
RGB
CMYK
RGB Variations
Color information
#4ED8B0 (or 0x4ED8B0) is known color: Medium Aquamarine. HEX triplet: 4E, D8 and B0. RGB value is (78,216,176). Sum of RGB (Red+Green+Blue) = 78+216+176=470 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.60% from 470); Green value is 216 (84.77% from 255 or 45.96% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 216 - color contains mainly: green. Hex color #4ED8B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ED8B0 is #B1274F. Grayscale: #AAAAAA. Windows color (decimal): -11609936 or 11589710. OLE color: 11589710.
HSL color Cylindrical-coordinate representation of color #4ED8B0: hue angle of 162.61º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ED8B0 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 216 | 176 | - |
| CMYK | 0.64 | 0 | 0.19 | 0.15 |
| HSL | 162.61º | 0.64% | 0.58% | - |
| HSV(B) | 162.61º | 0.64% | 0.85% | - |
| XYZ | 35.53 | 53.87 | 49.6 | - |
| YUV | 170.18 | 131.28 | 62.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 216 | 176 | 0.64 | 0 | 0.19 | 0.15 | 162.61 | 0.64 | 0.58 |
| Hex | 4E | D8 | B0 | 40 | 0 | 13 | F | A3 | 40 | 3A |
| Octal | 116 | 330 | 260 | 100 | 0 | 23 | 17 | 243 | 100 | 72 |
| Binary | 1001110 | 11011000 | 10110000 | 1000000 | 0 | 10011 | 1111 | 10100011 | 1000000 | 111010 |
Color Harmonies of #4ED8B0
Complementary color
Monochromatic Colors of #4ED8B0
Black with #4ED8B0
Text Example
Text Example
White with #4ED8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED8B0; }
p { color: rgb(78,216,176); }
H1.HeaderClassName
{
color: #4ED8B0;
}
.AnyTagClassName
{
color: #4ED8B0;
}
</style>
background-color css
<style>
a { background-color: #4ED8B0; }
a { background-color: rgb(78,216,176); }
div.DivClassName
{
background-color: #4ED8B0;
}
.BgClassName
{
background-color: #4ED8B0;
}
</style>
border-color css
<style>
span { border-color: #4ED8B0; }
span { border-color: rgb(78,216,176); }
td.TdClassName
{
border-color: #4ED8B0;
}
.TagClassName
{
border-color: #4ED8B0;
}
</style>