Shades of Medium Aquamarine #4DDDA8
Tints of Medium Aquamarine #4DDDA8
RGB
CMYK
RGB Variations
Color information
#4DDDA8 (or 0x4DDDA8) is known color: Medium Aquamarine. HEX triplet: 4D, DD and A8. RGB value is (77,221,168). Sum of RGB (Red+Green+Blue) = 77+221+168=466 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.52% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 168 (66.02% from 255 or 36.05% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDDA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDDA8 is #B22257. Grayscale: #ABABAB. Windows color (decimal): -11674200 or 11066701. OLE color: 11066701.
HSL color Cylindrical-coordinate representation of color #4DDDA8: hue angle of 157.92º 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 #4DDDA8 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 77 | 221 | 168 | - |
| CMYK | 0.65 | 0 | 0.24 | 0.13 |
| HSL | 157.92º | 0.68% | 0.58% | - |
| HSV(B) | 157.92º | 0.65% | 0.87% | - |
| XYZ | 35.98 | 56.12 | 45.98 | - |
| YUV | 171.9 | 125.79 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 221 | 168 | 0.65 | 0 | 0.24 | 0.13 | 157.92 | 0.68 | 0.58 |
| Hex | 4D | DD | A8 | 41 | 0 | 18 | D | 9E | 44 | 3A |
| Octal | 115 | 335 | 250 | 101 | 0 | 30 | 15 | 236 | 104 | 72 |
| Binary | 1001101 | 11011101 | 10101000 | 1000001 | 0 | 11000 | 1101 | 10011110 | 1000100 | 111010 |
Color Harmonies of #4DDDA8
Complementary color
Monochromatic Colors of #4DDDA8
Black with #4DDDA8
Text Example
Text Example
White with #4DDDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDDA8; }
p { color: rgb(77,221,168); }
H1.HeaderClassName
{
color: #4DDDA8;
}
.AnyTagClassName
{
color: #4DDDA8;
}
</style>
background-color css
<style>
a { background-color: #4DDDA8; }
a { background-color: rgb(77,221,168); }
div.DivClassName
{
background-color: #4DDDA8;
}
.BgClassName
{
background-color: #4DDDA8;
}
</style>
border-color css
<style>
span { border-color: #4DDDA8; }
span { border-color: rgb(77,221,168); }
td.TdClassName
{
border-color: #4DDDA8;
}
.TagClassName
{
border-color: #4DDDA8;
}
</style>