Shades of Medium Aquamarine #4DDBA3
Tints of Medium Aquamarine #4DDBA3
RGB
CMYK
RGB Variations
Color information
#4DDBA3 (or 0x4DDBA3) is known color: Medium Aquamarine. HEX triplet: 4D, DB and A3. RGB value is (77,219,163). Sum of RGB (Red+Green+Blue) = 77+219+163=459 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.78% from 459); Green value is 219 (85.94% from 255 or 47.71% from 459); Blue value is 163 (64.06% from 255 or 35.51% from 459); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDBA3 is #B2245C. Grayscale: #AAAAAA. Windows color (decimal): -11674717 or 10738509. OLE color: 10738509.
HSL color Cylindrical-coordinate representation of color #4DDBA3: hue angle of 156.34º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDBA3 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 219 | 163 | - |
| CMYK | 0.65 | 0 | 0.26 | 0.14 |
| HSL | 156.34º | 0.66% | 0.58% | - |
| HSV(B) | 156.34º | 0.65% | 0.86% | - |
| XYZ | 35 | 54.89 | 43.4 | - |
| YUV | 170.16 | 123.96 | 61.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 219 | 163 | 0.65 | 0 | 0.26 | 0.14 | 156.34 | 0.66 | 0.58 |
| Hex | 4D | DB | A3 | 41 | 0 | 1A | E | 9C | 42 | 3A |
| Octal | 115 | 333 | 243 | 101 | 0 | 32 | 16 | 234 | 102 | 72 |
| Binary | 1001101 | 11011011 | 10100011 | 1000001 | 0 | 11010 | 1110 | 10011100 | 1000010 | 111010 |
Color Harmonies of #4DDBA3
Complementary color
Monochromatic Colors of #4DDBA3
Black with #4DDBA3
Text Example
Text Example
White with #4DDBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDBA3; }
p { color: rgb(77,219,163); }
H1.HeaderClassName
{
color: #4DDBA3;
}
.AnyTagClassName
{
color: #4DDBA3;
}
</style>
background-color css
<style>
a { background-color: #4DDBA3; }
a { background-color: rgb(77,219,163); }
div.DivClassName
{
background-color: #4DDBA3;
}
.BgClassName
{
background-color: #4DDBA3;
}
</style>
border-color css
<style>
span { border-color: #4DDBA3; }
span { border-color: rgb(77,219,163); }
td.TdClassName
{
border-color: #4DDBA3;
}
.TagClassName
{
border-color: #4DDBA3;
}
</style>