Shades of Medium Aquamarine #4DDCB0
Tints of Medium Aquamarine #4DDCB0
RGB
CMYK
RGB Variations
Color information
#4DDCB0 (or 0x4DDCB0) is known color: Medium Aquamarine. HEX triplet: 4D, DC and B0. RGB value is (77,220,176). Sum of RGB (Red+Green+Blue) = 77+220+176=473 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.28% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDCB0 is #B2234F. Grayscale: #ACACAC. Windows color (decimal): -11674448 or 11590733. OLE color: 11590733.
HSL color Cylindrical-coordinate representation of color #4DDCB0: hue angle of 161.54º 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 #4DDCB0 is Cyan = 0.65, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 220 | 176 | - |
| CMYK | 0.65 | 0 | 0.2 | 0.14 |
| HSL | 161.54º | 0.67% | 0.58% | - |
| HSV(B) | 161.54º | 0.65% | 0.86% | - |
| XYZ | 36.49 | 55.9 | 49.94 | - |
| YUV | 172.23 | 130.12 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 220 | 176 | 0.65 | 0 | 0.2 | 0.14 | 161.54 | 0.67 | 0.58 |
| Hex | 4D | DC | B0 | 41 | 0 | 14 | E | A2 | 43 | 3A |
| Octal | 115 | 334 | 260 | 101 | 0 | 24 | 16 | 242 | 103 | 72 |
| Binary | 1001101 | 11011100 | 10110000 | 1000001 | 0 | 10100 | 1110 | 10100010 | 1000011 | 111010 |
Color Harmonies of #4DDCB0
Complementary color
Monochromatic Colors of #4DDCB0
Black with #4DDCB0
Text Example
Text Example
White with #4DDCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDCB0; }
p { color: rgb(77,220,176); }
H1.HeaderClassName
{
color: #4DDCB0;
}
.AnyTagClassName
{
color: #4DDCB0;
}
</style>
background-color css
<style>
a { background-color: #4DDCB0; }
a { background-color: rgb(77,220,176); }
div.DivClassName
{
background-color: #4DDCB0;
}
.BgClassName
{
background-color: #4DDCB0;
}
</style>
border-color css
<style>
span { border-color: #4DDCB0; }
span { border-color: rgb(77,220,176); }
td.TdClassName
{
border-color: #4DDCB0;
}
.TagClassName
{
border-color: #4DDCB0;
}
</style>