Shades of Medium Aquamarine #4DDDAD
Tints of Medium Aquamarine #4DDDAD
RGB
CMYK
RGB Variations
Color information
#4DDDAD (or 0x4DDDAD) is known color: Medium Aquamarine. HEX triplet: 4D, DD and AD. RGB value is (77,221,173). Sum of RGB (Red+Green+Blue) = 77+221+173=471 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.35% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDDAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDDAD is #B22252. Grayscale: #ACACAC. Windows color (decimal): -11674195 or 11394381. OLE color: 11394381.
HSL color Cylindrical-coordinate representation of color #4DDDAD: hue angle of 160º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDDAD is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 221 | 173 | - |
| CMYK | 0.65 | 0 | 0.22 | 0.13 |
| HSL | 160º | 0.68% | 0.58% | - |
| HSV(B) | 160º | 0.65% | 0.87% | - |
| XYZ | 36.46 | 56.31 | 48.48 | - |
| YUV | 172.47 | 128.29 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 221 | 173 | 0.65 | 0 | 0.22 | 0.13 | 160 | 0.68 | 0.58 |
| Hex | 4D | DD | AD | 41 | 0 | 16 | D | A0 | 44 | 3A |
| Octal | 115 | 335 | 255 | 101 | 0 | 26 | 15 | 240 | 104 | 72 |
| Binary | 1001101 | 11011101 | 10101101 | 1000001 | 0 | 10110 | 1101 | 10100000 | 1000100 | 111010 |
Color Harmonies of #4DDDAD
Complementary color
Monochromatic Colors of #4DDDAD
Black with #4DDDAD
Text Example
Text Example
White with #4DDDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDDAD; }
p { color: rgb(77,221,173); }
H1.HeaderClassName
{
color: #4DDDAD;
}
.AnyTagClassName
{
color: #4DDDAD;
}
</style>
background-color css
<style>
a { background-color: #4DDDAD; }
a { background-color: rgb(77,221,173); }
div.DivClassName
{
background-color: #4DDDAD;
}
.BgClassName
{
background-color: #4DDDAD;
}
</style>
border-color css
<style>
span { border-color: #4DDDAD; }
span { border-color: rgb(77,221,173); }
td.TdClassName
{
border-color: #4DDDAD;
}
.TagClassName
{
border-color: #4DDDAD;
}
</style>