Shades of Medium Aquamarine #4EEDAB
Tints of Medium Aquamarine #4EEDAB
RGB
CMYK
RGB Variations
Color information
#4EEDAB (or 0x4EEDAB) is known color: Medium Aquamarine. HEX triplet: 4E, ED and AB. RGB value is (78,237,171). Sum of RGB (Red+Green+Blue) = 78+237+171=486 (64% of max value = 765). Red value is 78 (30.86% from 255 or 16.05% from 486); Green value is 237 (92.97% from 255 or 48.77% from 486); Blue value is 171 (67.19% from 255 or 35.19% from 486); Max value from RGB is 237 - color contains mainly: green. Hex color #4EEDAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4EEDAB is #B11254. Grayscale: #B6B6B6. Windows color (decimal): -11604565 or 11267406. OLE color: 11267406.
HSL color Cylindrical-coordinate representation of color #4EEDAB: hue angle of 155.09º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEDAB is Cyan = 0.67, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 78 | 237 | 171 | - |
| CMYK | 0.67 | 0 | 0.28 | 0.07 |
| HSL | 155.09º | 0.82% | 0.62% | - |
| HSV(B) | 155.09º | 0.67% | 0.93% | - |
| XYZ | 40.78 | 65.13 | 48.95 | - |
| YUV | 181.94 | 121.82 | 53.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 237 | 171 | 0.67 | 0 | 0.28 | 0.07 | 155.09 | 0.82 | 0.62 |
| Hex | 4E | ED | AB | 43 | 0 | 1C | 7 | 9B | 52 | 3E |
| Octal | 116 | 355 | 253 | 103 | 0 | 34 | 7 | 233 | 122 | 76 |
| Binary | 1001110 | 11101101 | 10101011 | 1000011 | 0 | 11100 | 111 | 10011011 | 1010010 | 111110 |
Color Harmonies of #4EEDAB
Complementary color
Monochromatic Colors of #4EEDAB
Black with #4EEDAB
Text Example
Text Example
White with #4EEDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EEDAB; }
p { color: rgb(78,237,171); }
H1.HeaderClassName
{
color: #4EEDAB;
}
.AnyTagClassName
{
color: #4EEDAB;
}
</style>
background-color css
<style>
a { background-color: #4EEDAB; }
a { background-color: rgb(78,237,171); }
div.DivClassName
{
background-color: #4EEDAB;
}
.BgClassName
{
background-color: #4EEDAB;
}
</style>
border-color css
<style>
span { border-color: #4EEDAB; }
span { border-color: rgb(78,237,171); }
td.TdClassName
{
border-color: #4EEDAB;
}
.TagClassName
{
border-color: #4EEDAB;
}
</style>