Shades of Medium Aquamarine #4EDAAB
Tints of Medium Aquamarine #4EDAAB
RGB
CMYK
RGB Variations
Color information
#4EDAAB (or 0x4EDAAB) is known color: Medium Aquamarine. HEX triplet: 4E, DA and AB. RGB value is (78,218,171). Sum of RGB (Red+Green+Blue) = 78+218+171=467 (61% of max value = 765). Red value is 78 (30.86% from 255 or 16.70% from 467); Green value is 218 (85.55% from 255 or 46.68% from 467); Blue value is 171 (67.19% from 255 or 36.62% from 467); Max value from RGB is 218 - color contains mainly: green. Hex color #4EDAAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EDAAB is #B12554. Grayscale: #AAAAAA. Windows color (decimal): -11609429 or 11262542. OLE color: 11262542.
HSL color Cylindrical-coordinate representation of color #4EDAAB: hue angle of 159.86º degrees, saturation: 0.65, 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 #4EDAAB is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 218 | 171 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.15 |
| HSL | 159.86º | 0.65% | 0.58% | - |
| HSV(B) | 159.86º | 0.64% | 0.85% | - |
| XYZ | 35.56 | 54.7 | 47.21 | - |
| YUV | 170.78 | 128.12 | 61.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 218 | 171 | 0.64 | 0 | 0.22 | 0.15 | 159.86 | 0.65 | 0.58 |
| Hex | 4E | DA | AB | 40 | 0 | 16 | F | A0 | 41 | 3A |
| Octal | 116 | 332 | 253 | 100 | 0 | 26 | 17 | 240 | 101 | 72 |
| Binary | 1001110 | 11011010 | 10101011 | 1000000 | 0 | 10110 | 1111 | 10100000 | 1000001 | 111010 |
Color Harmonies of #4EDAAB
Complementary color
Monochromatic Colors of #4EDAAB
Black with #4EDAAB
Text Example
Text Example
White with #4EDAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDAAB; }
p { color: rgb(78,218,171); }
H1.HeaderClassName
{
color: #4EDAAB;
}
.AnyTagClassName
{
color: #4EDAAB;
}
</style>
background-color css
<style>
a { background-color: #4EDAAB; }
a { background-color: rgb(78,218,171); }
div.DivClassName
{
background-color: #4EDAAB;
}
.BgClassName
{
background-color: #4EDAAB;
}
</style>
border-color css
<style>
span { border-color: #4EDAAB; }
span { border-color: rgb(78,218,171); }
td.TdClassName
{
border-color: #4EDAAB;
}
.TagClassName
{
border-color: #4EDAAB;
}
</style>