Shades of Medium Aquamarine #4DDBA4
Tints of Medium Aquamarine #4DDBA4
RGB
CMYK
RGB Variations
Color information
#4DDBA4 (or 0x4DDBA4) is known color: Medium Aquamarine. HEX triplet: 4D, DB and A4. RGB value is (77,219,164). Sum of RGB (Red+Green+Blue) = 77+219+164=460 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.74% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDBA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DDBA4 is #B2245B. Grayscale: #AAAAAA. Windows color (decimal): -11674716 or 10804045. OLE color: 10804045.
HSL color Cylindrical-coordinate representation of color #4DDBA4: hue angle of 156.76º 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 #4DDBA4 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 219 | 164 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.14 |
| HSL | 156.76º | 0.66% | 0.58% | - |
| HSV(B) | 156.76º | 0.65% | 0.86% | - |
| XYZ | 35.09 | 54.92 | 43.87 | - |
| YUV | 170.27 | 124.46 | 61.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 219 | 164 | 0.65 | 0 | 0.25 | 0.14 | 156.76 | 0.66 | 0.58 |
| Hex | 4D | DB | A4 | 41 | 0 | 19 | E | 9D | 42 | 3A |
| Octal | 115 | 333 | 244 | 101 | 0 | 31 | 16 | 235 | 102 | 72 |
| Binary | 1001101 | 11011011 | 10100100 | 1000001 | 0 | 11001 | 1110 | 10011101 | 1000010 | 111010 |
Color Harmonies of #4DDBA4
Complementary color
Monochromatic Colors of #4DDBA4
Black with #4DDBA4
Text Example
Text Example
White with #4DDBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDBA4; }
p { color: rgb(77,219,164); }
H1.HeaderClassName
{
color: #4DDBA4;
}
.AnyTagClassName
{
color: #4DDBA4;
}
</style>
background-color css
<style>
a { background-color: #4DDBA4; }
a { background-color: rgb(77,219,164); }
div.DivClassName
{
background-color: #4DDBA4;
}
.BgClassName
{
background-color: #4DDBA4;
}
</style>
border-color css
<style>
span { border-color: #4DDBA4; }
span { border-color: rgb(77,219,164); }
td.TdClassName
{
border-color: #4DDBA4;
}
.TagClassName
{
border-color: #4DDBA4;
}
</style>