Shades of Medium Aquamarine #4DD8A0
Tints of Medium Aquamarine #4DD8A0
RGB
CMYK
RGB Variations
Color information
#4DD8A0 (or 0x4DD8A0) is known color: Medium Aquamarine. HEX triplet: 4D, D8 and A0. RGB value is (77,216,160). Sum of RGB (Red+Green+Blue) = 77+216+160=453 (60% of max value = 765). Red value is 77 (30.47% from 255 or 17.00% from 453); Green value is 216 (84.77% from 255 or 47.68% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 216 - color contains mainly: green. Hex color #4DD8A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD8A0 is #B2275F. Grayscale: #A8A8A8. Windows color (decimal): -11675488 or 10541133. OLE color: 10541133.
HSL color Cylindrical-coordinate representation of color #4DD8A0: hue angle of 155.83º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD8A0 is Cyan = 0.64, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 216 | 160 | - |
| CMYK | 0.64 | 0 | 0.26 | 0.15 |
| HSL | 155.83º | 0.64% | 0.57% | - |
| HSV(B) | 155.83º | 0.64% | 0.85% | - |
| XYZ | 33.96 | 53.23 | 41.74 | - |
| YUV | 168.06 | 123.45 | 63.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 216 | 160 | 0.64 | 0 | 0.26 | 0.15 | 155.83 | 0.64 | 0.57 |
| Hex | 4D | D8 | A0 | 40 | 0 | 1A | F | 9C | 40 | 39 |
| Octal | 115 | 330 | 240 | 100 | 0 | 32 | 17 | 234 | 100 | 71 |
| Binary | 1001101 | 11011000 | 10100000 | 1000000 | 0 | 11010 | 1111 | 10011100 | 1000000 | 111001 |
Color Harmonies of #4DD8A0
Complementary color
Monochromatic Colors of #4DD8A0
Black with #4DD8A0
Text Example
Text Example
White with #4DD8A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD8A0; }
p { color: rgb(77,216,160); }
H1.HeaderClassName
{
color: #4DD8A0;
}
.AnyTagClassName
{
color: #4DD8A0;
}
</style>
background-color css
<style>
a { background-color: #4DD8A0; }
a { background-color: rgb(77,216,160); }
div.DivClassName
{
background-color: #4DD8A0;
}
.BgClassName
{
background-color: #4DD8A0;
}
</style>
border-color css
<style>
span { border-color: #4DD8A0; }
span { border-color: rgb(77,216,160); }
td.TdClassName
{
border-color: #4DD8A0;
}
.TagClassName
{
border-color: #4DD8A0;
}
</style>