Shades of Medium Aquamarine #4DD9AB
Tints of Medium Aquamarine #4DD9AB
RGB
CMYK
RGB Variations
Color information
#4DD9AB (or 0x4DD9AB) is known color: Medium Aquamarine. HEX triplet: 4D, D9 and AB. RGB value is (77,217,171). Sum of RGB (Red+Green+Blue) = 77+217+171=465 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.56% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #4DD9AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD9AB is #B22654. Grayscale: #A9A9A9. Windows color (decimal): -11675221 or 11262285. OLE color: 11262285.
HSL color Cylindrical-coordinate representation of color #4DD9AB: hue angle of 160.29º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DD9AB is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 217 | 171 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.15 |
| HSL | 160.29º | 0.65% | 0.58% | - |
| HSV(B) | 160.29º | 0.65% | 0.85% | - |
| XYZ | 35.22 | 54.14 | 47.12 | - |
| YUV | 169.9 | 128.62 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 217 | 171 | 0.65 | 0 | 0.21 | 0.15 | 160.29 | 0.65 | 0.58 |
| Hex | 4D | D9 | AB | 41 | 0 | 15 | F | A0 | 41 | 3A |
| Octal | 115 | 331 | 253 | 101 | 0 | 25 | 17 | 240 | 101 | 72 |
| Binary | 1001101 | 11011001 | 10101011 | 1000001 | 0 | 10101 | 1111 | 10100000 | 1000001 | 111010 |
Color Harmonies of #4DD9AB
Complementary color
Monochromatic Colors of #4DD9AB
Black with #4DD9AB
Text Example
Text Example
White with #4DD9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD9AB; }
p { color: rgb(77,217,171); }
H1.HeaderClassName
{
color: #4DD9AB;
}
.AnyTagClassName
{
color: #4DD9AB;
}
</style>
background-color css
<style>
a { background-color: #4DD9AB; }
a { background-color: rgb(77,217,171); }
div.DivClassName
{
background-color: #4DD9AB;
}
.BgClassName
{
background-color: #4DD9AB;
}
</style>
border-color css
<style>
span { border-color: #4DD9AB; }
span { border-color: rgb(77,217,171); }
td.TdClassName
{
border-color: #4DD9AB;
}
.TagClassName
{
border-color: #4DD9AB;
}
</style>