Shades of Medium Aquamarine #4EDCAF
Tints of Medium Aquamarine #4EDCAF
RGB
CMYK
RGB Variations
Color information
#4EDCAF (or 0x4EDCAF) is known color: Medium Aquamarine. HEX triplet: 4E, DC and AF. RGB value is (78,220,175). Sum of RGB (Red+Green+Blue) = 78+220+175=473 (62% of max value = 765). Red value is 78 (30.86% from 255 or 16.49% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #4EDCAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDCAF is #B12350. Grayscale: #ACACAC. Windows color (decimal): -11608913 or 11525198. OLE color: 11525198.
HSL color Cylindrical-coordinate representation of color #4EDCAF: hue angle of 160.99º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDCAF is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 78 | 220 | 175 | - |
| CMYK | 0.65 | 0 | 0.20 | 0.14 |
| HSL | 160.99º | 0.67% | 0.58% | - |
| HSV(B) | 160.99º | 0.65% | 0.86% | - |
| XYZ | 36.47 | 55.9 | 49.43 | - |
| YUV | 172.41 | 129.46 | 60.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 220 | 175 | 0.65 | 0 | 0.20 | 0.14 | 160.99 | 0.67 | 0.58 |
| Hex | 4E | DC | AF | 41 | 0 | 14 | E | A1 | 43 | 3A |
| Octal | 116 | 334 | 257 | 101 | 0 | 24 | 16 | 241 | 103 | 72 |
| Binary | 1001110 | 11011100 | 10101111 | 1000001 | 0 | 10100 | 1110 | 10100001 | 1000011 | 111010 |
Color Harmonies of #4EDCAF
Complementary color
Monochromatic Colors of #4EDCAF
Black with #4EDCAF
Text Example
Text Example
White with #4EDCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDCAF; }
p { color: rgb(78,220,175); }
H1.HeaderClassName
{
color: #4EDCAF;
}
.AnyTagClassName
{
color: #4EDCAF;
}
</style>
background-color css
<style>
a { background-color: #4EDCAF; }
a { background-color: rgb(78,220,175); }
div.DivClassName
{
background-color: #4EDCAF;
}
.BgClassName
{
background-color: #4EDCAF;
}
</style>
border-color css
<style>
span { border-color: #4EDCAF; }
span { border-color: rgb(78,220,175); }
td.TdClassName
{
border-color: #4EDCAF;
}
.TagClassName
{
border-color: #4EDCAF;
}
</style>