Shades of Medium Aquamarine #4DDAB1
Tints of Medium Aquamarine #4DDAB1
RGB
CMYK
RGB Variations
Color information
#4DDAB1 (or 0x4DDAB1) is known color: Medium Aquamarine. HEX triplet: 4D, DA and B1. RGB value is (77,218,177). Sum of RGB (Red+Green+Blue) = 77+218+177=472 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.31% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDAB1 is #B2254E. Grayscale: #ABABAB. Windows color (decimal): -11674959 or 11655757. OLE color: 11655757.
HSL color Cylindrical-coordinate representation of color #4DDAB1: hue angle of 162.55º degrees, saturation: 0.66, 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 #4DDAB1 is Cyan = 0.65, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 77 | 218 | 177 | - |
| CMYK | 0.65 | 0 | 0.19 | 0.15 |
| HSL | 162.55º | 0.66% | 0.58% | - |
| HSV(B) | 162.55º | 0.65% | 0.85% | - |
| XYZ | 36.07 | 54.89 | 50.29 | - |
| YUV | 171.17 | 131.29 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 218 | 177 | 0.65 | 0 | 0.19 | 0.15 | 162.55 | 0.66 | 0.58 |
| Hex | 4D | DA | B1 | 41 | 0 | 13 | F | A3 | 42 | 3A |
| Octal | 115 | 332 | 261 | 101 | 0 | 23 | 17 | 243 | 102 | 72 |
| Binary | 1001101 | 11011010 | 10110001 | 1000001 | 0 | 10011 | 1111 | 10100011 | 1000010 | 111010 |
Color Harmonies of #4DDAB1
Complementary color
Monochromatic Colors of #4DDAB1
Black with #4DDAB1
Text Example
Text Example
White with #4DDAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDAB1; }
p { color: rgb(77,218,177); }
H1.HeaderClassName
{
color: #4DDAB1;
}
.AnyTagClassName
{
color: #4DDAB1;
}
</style>
background-color css
<style>
a { background-color: #4DDAB1; }
a { background-color: rgb(77,218,177); }
div.DivClassName
{
background-color: #4DDAB1;
}
.BgClassName
{
background-color: #4DDAB1;
}
</style>
border-color css
<style>
span { border-color: #4DDAB1; }
span { border-color: rgb(77,218,177); }
td.TdClassName
{
border-color: #4DDAB1;
}
.TagClassName
{
border-color: #4DDAB1;
}
</style>