Shades of Medium Aquamarine #4DDDA9
Tints of Medium Aquamarine #4DDDA9
RGB
CMYK
RGB Variations
Color information
#4DDDA9 (or 0x4DDDA9) is known color: Medium Aquamarine. HEX triplet: 4D, DD and A9. RGB value is (77,221,169). Sum of RGB (Red+Green+Blue) = 77+221+169=467 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.49% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 169 (66.41% from 255 or 36.19% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDDA9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDDA9 is #B22256. Grayscale: #ACACAC. Windows color (decimal): -11674199 or 11132237. OLE color: 11132237.
HSL color Cylindrical-coordinate representation of color #4DDDA9: hue angle of 158.33º 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 #4DDDA9 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 221 | 169 | - |
| CMYK | 0.65 | 0 | 0.24 | 0.13 |
| HSL | 158.33º | 0.68% | 0.58% | - |
| HSV(B) | 158.33º | 0.65% | 0.87% | - |
| XYZ | 36.08 | 56.16 | 46.47 | - |
| YUV | 172.02 | 126.29 | 60.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 221 | 169 | 0.65 | 0 | 0.24 | 0.13 | 158.33 | 0.68 | 0.58 |
| Hex | 4D | DD | A9 | 41 | 0 | 18 | D | 9E | 44 | 3A |
| Octal | 115 | 335 | 251 | 101 | 0 | 30 | 15 | 236 | 104 | 72 |
| Binary | 1001101 | 11011101 | 10101001 | 1000001 | 0 | 11000 | 1101 | 10011110 | 1000100 | 111010 |
Color Harmonies of #4DDDA9
Complementary color
Monochromatic Colors of #4DDDA9
Black with #4DDDA9
Text Example
Text Example
White with #4DDDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDDA9; }
p { color: rgb(77,221,169); }
H1.HeaderClassName
{
color: #4DDDA9;
}
.AnyTagClassName
{
color: #4DDDA9;
}
</style>
background-color css
<style>
a { background-color: #4DDDA9; }
a { background-color: rgb(77,221,169); }
div.DivClassName
{
background-color: #4DDDA9;
}
.BgClassName
{
background-color: #4DDDA9;
}
</style>
border-color css
<style>
span { border-color: #4DDDA9; }
span { border-color: rgb(77,221,169); }
td.TdClassName
{
border-color: #4DDDA9;
}
.TagClassName
{
border-color: #4DDDA9;
}
</style>