Shades of Medium Aquamarine #4DDDA4
Tints of Medium Aquamarine #4DDDA4
RGB
CMYK
RGB Variations
Color information
#4DDDA4 (or 0x4DDDA4) is known color: Medium Aquamarine. HEX triplet: 4D, DD and A4. RGB value is (77,221,164). Sum of RGB (Red+Green+Blue) = 77+221+164=462 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.67% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDDA4 is #B2225B. Grayscale: #ABABAB. Windows color (decimal): -11674204 or 10804557. OLE color: 10804557.
HSL color Cylindrical-coordinate representation of color #4DDDA4: hue angle of 156.25º 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 #4DDDA4 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 221 | 164 | - |
| CMYK | 0.65 | 0 | 0.26 | 0.13 |
| HSL | 156.25º | 0.68% | 0.58% | - |
| HSV(B) | 156.25º | 0.65% | 0.87% | - |
| XYZ | 35.62 | 55.97 | 44.05 | - |
| YUV | 171.45 | 123.79 | 60.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 221 | 164 | 0.65 | 0 | 0.26 | 0.13 | 156.25 | 0.68 | 0.58 |
| Hex | 4D | DD | A4 | 41 | 0 | 1A | D | 9C | 44 | 3A |
| Octal | 115 | 335 | 244 | 101 | 0 | 32 | 15 | 234 | 104 | 72 |
| Binary | 1001101 | 11011101 | 10100100 | 1000001 | 0 | 11010 | 1101 | 10011100 | 1000100 | 111010 |
Color Harmonies of #4DDDA4
Complementary color
Monochromatic Colors of #4DDDA4
Black with #4DDDA4
Text Example
Text Example
White with #4DDDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDDA4; }
p { color: rgb(77,221,164); }
H1.HeaderClassName
{
color: #4DDDA4;
}
.AnyTagClassName
{
color: #4DDDA4;
}
</style>
background-color css
<style>
a { background-color: #4DDDA4; }
a { background-color: rgb(77,221,164); }
div.DivClassName
{
background-color: #4DDDA4;
}
.BgClassName
{
background-color: #4DDDA4;
}
</style>
border-color css
<style>
span { border-color: #4DDDA4; }
span { border-color: rgb(77,221,164); }
td.TdClassName
{
border-color: #4DDDA4;
}
.TagClassName
{
border-color: #4DDDA4;
}
</style>