Shades of Medium Aquamarine #4DEDA0
Tints of Medium Aquamarine #4DEDA0
RGB
CMYK
RGB Variations
Color information
#4DEDA0 (or 0x4DEDA0) is known color: Medium Aquamarine. HEX triplet: 4D, ED and A0. RGB value is (77,237,160). Sum of RGB (Red+Green+Blue) = 77+237+160=474 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.24% from 474); Green value is 237 (92.97% from 255 or 50% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 237 - color contains mainly: green. Hex color #4DEDA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DEDA0 is #B2125F. Grayscale: #B4B4B4. Windows color (decimal): -11670112 or 10546509. OLE color: 10546509.
HSL color Cylindrical-coordinate representation of color #4DEDA0: hue angle of 151.12º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DEDA0 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 77 | 237 | 160 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.07 |
| HSL | 151.13º | 0.82% | 0.62% | - |
| HSV(B) | 151.13º | 0.68% | 0.93% | - |
| XYZ | 39.69 | 64.68 | 43.65 | - |
| YUV | 180.38 | 116.49 | 54.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 237 | 160 | 0.68 | 0 | 0.32 | 0.07 | 151.13 | 0.82 | 0.62 |
| Hex | 4D | ED | A0 | 44 | 0 | 20 | 7 | 97 | 52 | 3E |
| Octal | 115 | 355 | 240 | 104 | 0 | 40 | 7 | 227 | 122 | 76 |
| Binary | 1001101 | 11101101 | 10100000 | 1000100 | 0 | 100000 | 111 | 10010111 | 1010010 | 111110 |
Color Harmonies of #4DEDA0
Complementary color
Monochromatic Colors of #4DEDA0
Black with #4DEDA0
Text Example
Text Example
White with #4DEDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DEDA0; }
p { color: rgb(77,237,160); }
H1.HeaderClassName
{
color: #4DEDA0;
}
.AnyTagClassName
{
color: #4DEDA0;
}
</style>
background-color css
<style>
a { background-color: #4DEDA0; }
a { background-color: rgb(77,237,160); }
div.DivClassName
{
background-color: #4DEDA0;
}
.BgClassName
{
background-color: #4DEDA0;
}
</style>
border-color css
<style>
span { border-color: #4DEDA0; }
span { border-color: rgb(77,237,160); }
td.TdClassName
{
border-color: #4DEDA0;
}
.TagClassName
{
border-color: #4DEDA0;
}
</style>