Shades of Medium Aquamarine #4DD8A6
Tints of Medium Aquamarine #4DD8A6
RGB
CMYK
RGB Variations
Color information
#4DD8A6 (or 0x4DD8A6) is known color: Medium Aquamarine. HEX triplet: 4D, D8 and A6. RGB value is (77,216,166). Sum of RGB (Red+Green+Blue) = 77+216+166=459 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.78% from 459); Green value is 216 (84.77% from 255 or 47.06% from 459); Blue value is 166 (65.23% from 255 or 36.17% from 459); Max value from RGB is 216 - color contains mainly: green. Hex color #4DD8A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD8A6 is #B22759. Grayscale: #A8A8A8. Windows color (decimal): -11675482 or 10934349. OLE color: 10934349.
HSL color Cylindrical-coordinate representation of color #4DD8A6: hue angle of 158.42º 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 #4DD8A6 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 216 | 166 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.15 |
| HSL | 158.42º | 0.64% | 0.57% | - |
| HSV(B) | 158.42º | 0.64% | 0.85% | - |
| XYZ | 34.5 | 53.44 | 44.57 | - |
| YUV | 168.74 | 126.45 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 216 | 166 | 0.64 | 0 | 0.23 | 0.15 | 158.42 | 0.64 | 0.57 |
| Hex | 4D | D8 | A6 | 40 | 0 | 17 | F | 9E | 40 | 39 |
| Octal | 115 | 330 | 246 | 100 | 0 | 27 | 17 | 236 | 100 | 71 |
| Binary | 1001101 | 11011000 | 10100110 | 1000000 | 0 | 10111 | 1111 | 10011110 | 1000000 | 111001 |
Color Harmonies of #4DD8A6
Complementary color
Monochromatic Colors of #4DD8A6
Black with #4DD8A6
Text Example
Text Example
White with #4DD8A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD8A6; }
p { color: rgb(77,216,166); }
H1.HeaderClassName
{
color: #4DD8A6;
}
.AnyTagClassName
{
color: #4DD8A6;
}
</style>
background-color css
<style>
a { background-color: #4DD8A6; }
a { background-color: rgb(77,216,166); }
div.DivClassName
{
background-color: #4DD8A6;
}
.BgClassName
{
background-color: #4DD8A6;
}
</style>
border-color css
<style>
span { border-color: #4DD8A6; }
span { border-color: rgb(77,216,166); }
td.TdClassName
{
border-color: #4DD8A6;
}
.TagClassName
{
border-color: #4DD8A6;
}
</style>