Shades of Medium Aquamarine #4DDDAA
Tints of Medium Aquamarine #4DDDAA
RGB
CMYK
RGB Variations
Color information
#4DDDAA (or 0x4DDDAA) is known color: Medium Aquamarine. HEX triplet: 4D, DD and AA. RGB value is (77,221,170). Sum of RGB (Red+Green+Blue) = 77+221+170=468 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.45% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDDAA is #B22255. Grayscale: #ACACAC. Windows color (decimal): -11674198 or 11197773. OLE color: 11197773.
HSL color Cylindrical-coordinate representation of color #4DDDAA: hue angle of 158.75º 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 #4DDDAA is Cyan = 0.65, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 221 | 170 | - |
| CMYK | 0.65 | 0 | 0.23 | 0.13 |
| HSL | 158.75º | 0.68% | 0.58% | - |
| HSV(B) | 158.75º | 0.65% | 0.87% | - |
| XYZ | 36.17 | 56.19 | 46.97 | - |
| YUV | 172.13 | 126.79 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 221 | 170 | 0.65 | 0 | 0.23 | 0.13 | 158.75 | 0.68 | 0.58 |
| Hex | 4D | DD | AA | 41 | 0 | 17 | D | 9F | 44 | 3A |
| Octal | 115 | 335 | 252 | 101 | 0 | 27 | 15 | 237 | 104 | 72 |
| Binary | 1001101 | 11011101 | 10101010 | 1000001 | 0 | 10111 | 1101 | 10011111 | 1000100 | 111010 |
Color Harmonies of #4DDDAA
Complementary color
Monochromatic Colors of #4DDDAA
Black with #4DDDAA
Text Example
Text Example
White with #4DDDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDDAA; }
p { color: rgb(77,221,170); }
H1.HeaderClassName
{
color: #4DDDAA;
}
.AnyTagClassName
{
color: #4DDDAA;
}
</style>
background-color css
<style>
a { background-color: #4DDDAA; }
a { background-color: rgb(77,221,170); }
div.DivClassName
{
background-color: #4DDDAA;
}
.BgClassName
{
background-color: #4DDDAA;
}
</style>
border-color css
<style>
span { border-color: #4DDDAA; }
span { border-color: rgb(77,221,170); }
td.TdClassName
{
border-color: #4DDDAA;
}
.TagClassName
{
border-color: #4DDDAA;
}
</style>