Shades of Medium Aquamarine #4EDBAF
Tints of Medium Aquamarine #4EDBAF
RGB
CMYK
RGB Variations
Color information
#4EDBAF (or 0x4EDBAF) is known color: Medium Aquamarine. HEX triplet: 4E, DB and AF. RGB value is (78,219,175). Sum of RGB (Red+Green+Blue) = 78+219+175=472 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.53% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #4EDBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDBAF is #B12450. Grayscale: #ABABAB. Windows color (decimal): -11609169 or 11524942. OLE color: 11524942.
HSL color Cylindrical-coordinate representation of color #4EDBAF: hue angle of 161.28º 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 #4EDBAF is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 219 | 175 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.14 |
| HSL | 161.28º | 0.66% | 0.58% | - |
| HSV(B) | 161.28º | 0.64% | 0.86% | - |
| XYZ | 36.21 | 55.38 | 49.34 | - |
| YUV | 171.83 | 129.79 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 219 | 175 | 0.64 | 0 | 0.20 | 0.14 | 161.28 | 0.66 | 0.58 |
| Hex | 4E | DB | AF | 40 | 0 | 14 | E | A1 | 42 | 3A |
| Octal | 116 | 333 | 257 | 100 | 0 | 24 | 16 | 241 | 102 | 72 |
| Binary | 1001110 | 11011011 | 10101111 | 1000000 | 0 | 10100 | 1110 | 10100001 | 1000010 | 111010 |
Color Harmonies of #4EDBAF
Complementary color
Monochromatic Colors of #4EDBAF
Black with #4EDBAF
Text Example
Text Example
White with #4EDBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDBAF; }
p { color: rgb(78,219,175); }
H1.HeaderClassName
{
color: #4EDBAF;
}
.AnyTagClassName
{
color: #4EDBAF;
}
</style>
background-color css
<style>
a { background-color: #4EDBAF; }
a { background-color: rgb(78,219,175); }
div.DivClassName
{
background-color: #4EDBAF;
}
.BgClassName
{
background-color: #4EDBAF;
}
</style>
border-color css
<style>
span { border-color: #4EDBAF; }
span { border-color: rgb(78,219,175); }
td.TdClassName
{
border-color: #4EDBAF;
}
.TagClassName
{
border-color: #4EDBAF;
}
</style>