Shades of Medium Aquamarine #4DD9AC
Tints of Medium Aquamarine #4DD9AC
RGB
CMYK
RGB Variations
Color information
#4DD9AC (or 0x4DD9AC) is known color: Medium Aquamarine. HEX triplet: 4D, D9 and AC. RGB value is (77,217,172). Sum of RGB (Red+Green+Blue) = 77+217+172=466 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.52% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #4DD9AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD9AC is #B22653. Grayscale: #AAAAAA. Windows color (decimal): -11675220 or 11327821. OLE color: 11327821.
HSL color Cylindrical-coordinate representation of color #4DD9AC: hue angle of 160.71º 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 #4DD9AC is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 217 | 172 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.15 |
| HSL | 160.71º | 0.65% | 0.58% | - |
| HSV(B) | 160.71º | 0.65% | 0.85% | - |
| XYZ | 35.32 | 54.18 | 47.63 | - |
| YUV | 170.01 | 129.12 | 61.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 217 | 172 | 0.65 | 0 | 0.21 | 0.15 | 160.71 | 0.65 | 0.58 |
| Hex | 4D | D9 | AC | 41 | 0 | 15 | F | A1 | 41 | 3A |
| Octal | 115 | 331 | 254 | 101 | 0 | 25 | 17 | 241 | 101 | 72 |
| Binary | 1001101 | 11011001 | 10101100 | 1000001 | 0 | 10101 | 1111 | 10100001 | 1000001 | 111010 |
Color Harmonies of #4DD9AC
Complementary color
Monochromatic Colors of #4DD9AC
Black with #4DD9AC
Text Example
Text Example
White with #4DD9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD9AC; }
p { color: rgb(77,217,172); }
H1.HeaderClassName
{
color: #4DD9AC;
}
.AnyTagClassName
{
color: #4DD9AC;
}
</style>
background-color css
<style>
a { background-color: #4DD9AC; }
a { background-color: rgb(77,217,172); }
div.DivClassName
{
background-color: #4DD9AC;
}
.BgClassName
{
background-color: #4DD9AC;
}
</style>
border-color css
<style>
span { border-color: #4DD9AC; }
span { border-color: rgb(77,217,172); }
td.TdClassName
{
border-color: #4DD9AC;
}
.TagClassName
{
border-color: #4DD9AC;
}
</style>