Shades of Medium Aquamarine #4DDCAD
Tints of Medium Aquamarine #4DDCAD
RGB
CMYK
RGB Variations
Color information
#4DDCAD (or 0x4DDCAD) is known color: Medium Aquamarine. HEX triplet: 4D, DC and AD. RGB value is (77,220,173). Sum of RGB (Red+Green+Blue) = 77+220+173=470 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.38% from 470); Green value is 220 (86.33% from 255 or 46.81% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDCAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDCAD is #B22352. Grayscale: #ABABAB. Windows color (decimal): -11674451 or 11394125. OLE color: 11394125.
HSL color Cylindrical-coordinate representation of color #4DDCAD: hue angle of 160.28º 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 #4DDCAD is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 220 | 173 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.14 |
| HSL | 160.28º | 0.67% | 0.58% | - |
| HSV(B) | 160.28º | 0.65% | 0.86% | - |
| XYZ | 36.2 | 55.78 | 48.39 | - |
| YUV | 171.89 | 128.62 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 220 | 173 | 0.65 | 0 | 0.21 | 0.14 | 160.28 | 0.67 | 0.58 |
| Hex | 4D | DC | AD | 41 | 0 | 15 | E | A0 | 43 | 3A |
| Octal | 115 | 334 | 255 | 101 | 0 | 25 | 16 | 240 | 103 | 72 |
| Binary | 1001101 | 11011100 | 10101101 | 1000001 | 0 | 10101 | 1110 | 10100000 | 1000011 | 111010 |
Color Harmonies of #4DDCAD
Complementary color
Monochromatic Colors of #4DDCAD
Black with #4DDCAD
Text Example
Text Example
White with #4DDCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDCAD; }
p { color: rgb(77,220,173); }
H1.HeaderClassName
{
color: #4DDCAD;
}
.AnyTagClassName
{
color: #4DDCAD;
}
</style>
background-color css
<style>
a { background-color: #4DDCAD; }
a { background-color: rgb(77,220,173); }
div.DivClassName
{
background-color: #4DDCAD;
}
.BgClassName
{
background-color: #4DDCAD;
}
</style>
border-color css
<style>
span { border-color: #4DDCAD; }
span { border-color: rgb(77,220,173); }
td.TdClassName
{
border-color: #4DDCAD;
}
.TagClassName
{
border-color: #4DDCAD;
}
</style>