Shades of Medium Aquamarine #4DDDA1
Tints of Medium Aquamarine #4DDDA1
RGB
CMYK
RGB Variations
Color information
#4DDDA1 (or 0x4DDDA1) is known color: Medium Aquamarine. HEX triplet: 4D, DD and A1. RGB value is (77,221,161). Sum of RGB (Red+Green+Blue) = 77+221+161=459 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.78% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDDA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDDA1 is #B2225E. Grayscale: #ABABAB. Windows color (decimal): -11674207 or 10607949. OLE color: 10607949.
HSL color Cylindrical-coordinate representation of color #4DDDA1: hue angle of 155º 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 #4DDDA1 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 221 | 161 | - |
| CMYK | 0.65 | 0 | 0.27 | 0.13 |
| HSL | 155º | 0.68% | 0.58% | - |
| HSV(B) | 155º | 0.65% | 0.87% | - |
| XYZ | 35.35 | 55.86 | 42.64 | - |
| YUV | 171.1 | 122.29 | 60.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 221 | 161 | 0.65 | 0 | 0.27 | 0.13 | 155 | 0.68 | 0.58 |
| Hex | 4D | DD | A1 | 41 | 0 | 1B | D | 9B | 44 | 3A |
| Octal | 115 | 335 | 241 | 101 | 0 | 33 | 15 | 233 | 104 | 72 |
| Binary | 1001101 | 11011101 | 10100001 | 1000001 | 0 | 11011 | 1101 | 10011011 | 1000100 | 111010 |
Color Harmonies of #4DDDA1
Complementary color
Monochromatic Colors of #4DDDA1
Black with #4DDDA1
Text Example
Text Example
White with #4DDDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDDA1; }
p { color: rgb(77,221,161); }
H1.HeaderClassName
{
color: #4DDDA1;
}
.AnyTagClassName
{
color: #4DDDA1;
}
</style>
background-color css
<style>
a { background-color: #4DDDA1; }
a { background-color: rgb(77,221,161); }
div.DivClassName
{
background-color: #4DDDA1;
}
.BgClassName
{
background-color: #4DDDA1;
}
</style>
border-color css
<style>
span { border-color: #4DDDA1; }
span { border-color: rgb(77,221,161); }
td.TdClassName
{
border-color: #4DDDA1;
}
.TagClassName
{
border-color: #4DDDA1;
}
</style>