Shades of Medium Aquamarine #4DD8A3
Tints of Medium Aquamarine #4DD8A3
RGB
CMYK
RGB Variations
Color information
#4DD8A3 (or 0x4DD8A3) is known color: Medium Aquamarine. HEX triplet: 4D, D8 and A3. RGB value is (77,216,163). Sum of RGB (Red+Green+Blue) = 77+216+163=456 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.89% from 456); Green value is 216 (84.77% from 255 or 47.37% from 456); Blue value is 163 (64.06% from 255 or 35.75% from 456); Max value from RGB is 216 - color contains mainly: green. Hex color #4DD8A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD8A3 is #B2275C. Grayscale: #A8A8A8. Windows color (decimal): -11675485 or 10737741. OLE color: 10737741.
HSL color Cylindrical-coordinate representation of color #4DD8A3: hue angle of 157.12º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD8A3 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 216 | 163 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.15 |
| HSL | 157.12º | 0.64% | 0.57% | - |
| HSV(B) | 157.12º | 0.64% | 0.85% | - |
| XYZ | 34.23 | 53.33 | 43.14 | - |
| YUV | 168.4 | 124.95 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 216 | 163 | 0.64 | 0 | 0.25 | 0.15 | 157.12 | 0.64 | 0.57 |
| Hex | 4D | D8 | A3 | 40 | 0 | 19 | F | 9D | 40 | 39 |
| Octal | 115 | 330 | 243 | 100 | 0 | 31 | 17 | 235 | 100 | 71 |
| Binary | 1001101 | 11011000 | 10100011 | 1000000 | 0 | 11001 | 1111 | 10011101 | 1000000 | 111001 |
Color Harmonies of #4DD8A3
Complementary color
Monochromatic Colors of #4DD8A3
Black with #4DD8A3
Text Example
Text Example
White with #4DD8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD8A3; }
p { color: rgb(77,216,163); }
H1.HeaderClassName
{
color: #4DD8A3;
}
.AnyTagClassName
{
color: #4DD8A3;
}
</style>
background-color css
<style>
a { background-color: #4DD8A3; }
a { background-color: rgb(77,216,163); }
div.DivClassName
{
background-color: #4DD8A3;
}
.BgClassName
{
background-color: #4DD8A3;
}
</style>
border-color css
<style>
span { border-color: #4DD8A3; }
span { border-color: rgb(77,216,163); }
td.TdClassName
{
border-color: #4DD8A3;
}
.TagClassName
{
border-color: #4DD8A3;
}
</style>