Shades of Medium Aquamarine #4DDBA7
Tints of Medium Aquamarine #4DDBA7
RGB
CMYK
RGB Variations
Color information
#4DDBA7 (or 0x4DDBA7) is known color: Medium Aquamarine. HEX triplet: 4D, DB and A7. RGB value is (77,219,167). Sum of RGB (Red+Green+Blue) = 77+219+167=463 (61% of max value = 765). Red value is 77 (30.47% from 255 or 16.63% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 167 (65.62% from 255 or 36.07% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDBA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDBA7 is #B22458. Grayscale: #AAAAAA. Windows color (decimal): -11674713 or 11000653. OLE color: 11000653.
HSL color Cylindrical-coordinate representation of color #4DDBA7: hue angle of 158.03º 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 #4DDBA7 is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 219 | 167 | - |
| CMYK | 0.65 | 0 | 0.24 | 0.14 |
| HSL | 158.03º | 0.66% | 0.58% | - |
| HSV(B) | 158.03º | 0.65% | 0.86% | - |
| XYZ | 35.37 | 55.03 | 45.32 | - |
| YUV | 170.61 | 125.96 | 61.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 219 | 167 | 0.65 | 0 | 0.24 | 0.14 | 158.03 | 0.66 | 0.58 |
| Hex | 4D | DB | A7 | 41 | 0 | 18 | E | 9E | 42 | 3A |
| Octal | 115 | 333 | 247 | 101 | 0 | 30 | 16 | 236 | 102 | 72 |
| Binary | 1001101 | 11011011 | 10100111 | 1000001 | 0 | 11000 | 1110 | 10011110 | 1000010 | 111010 |
Color Harmonies of #4DDBA7
Complementary color
Monochromatic Colors of #4DDBA7
Black with #4DDBA7
Text Example
Text Example
White with #4DDBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDBA7; }
p { color: rgb(77,219,167); }
H1.HeaderClassName
{
color: #4DDBA7;
}
.AnyTagClassName
{
color: #4DDBA7;
}
</style>
background-color css
<style>
a { background-color: #4DDBA7; }
a { background-color: rgb(77,219,167); }
div.DivClassName
{
background-color: #4DDBA7;
}
.BgClassName
{
background-color: #4DDBA7;
}
</style>
border-color css
<style>
span { border-color: #4DDBA7; }
span { border-color: rgb(77,219,167); }
td.TdClassName
{
border-color: #4DDBA7;
}
.TagClassName
{
border-color: #4DDBA7;
}
</style>