Shades of Medium Aquamarine #4DDCA4
Tints of Medium Aquamarine #4DDCA4
RGB
CMYK
RGB Variations
Color information
#4DDCA4 (or 0x4DDCA4) is known color: Medium Aquamarine. HEX triplet: 4D, DC and A4. RGB value is (77,220,164). Sum of RGB (Red+Green+Blue) = 77+220+164=461 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.70% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDCA4 is #B2235B. Grayscale: #AAAAAA. Windows color (decimal): -11674460 or 10804301. OLE color: 10804301.
HSL color Cylindrical-coordinate representation of color #4DDCA4: hue angle of 156.5º 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 #4DDCA4 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 220 | 164 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.14 |
| HSL | 156.5º | 0.67% | 0.58% | - |
| HSV(B) | 156.5º | 0.65% | 0.86% | - |
| XYZ | 35.35 | 55.44 | 43.96 | - |
| YUV | 170.86 | 124.12 | 61.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 220 | 164 | 0.65 | 0 | 0.25 | 0.14 | 156.5 | 0.67 | 0.58 |
| Hex | 4D | DC | A4 | 41 | 0 | 19 | E | 9D | 43 | 3A |
| Octal | 115 | 334 | 244 | 101 | 0 | 31 | 16 | 235 | 103 | 72 |
| Binary | 1001101 | 11011100 | 10100100 | 1000001 | 0 | 11001 | 1110 | 10011101 | 1000011 | 111010 |
Color Harmonies of #4DDCA4
Complementary color
Monochromatic Colors of #4DDCA4
Black with #4DDCA4
Text Example
Text Example
White with #4DDCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDCA4; }
p { color: rgb(77,220,164); }
H1.HeaderClassName
{
color: #4DDCA4;
}
.AnyTagClassName
{
color: #4DDCA4;
}
</style>
background-color css
<style>
a { background-color: #4DDCA4; }
a { background-color: rgb(77,220,164); }
div.DivClassName
{
background-color: #4DDCA4;
}
.BgClassName
{
background-color: #4DDCA4;
}
</style>
border-color css
<style>
span { border-color: #4DDCA4; }
span { border-color: rgb(77,220,164); }
td.TdClassName
{
border-color: #4DDCA4;
}
.TagClassName
{
border-color: #4DDCA4;
}
</style>