Shades of Medium Aquamarine #4DDBB5
Tints of Medium Aquamarine #4DDBB5
RGB
CMYK
RGB Variations
Color information
#4DDBB5 (or 0x4DDBB5) is known color: Medium Aquamarine. HEX triplet: 4D, DB and B5. RGB value is (77,219,181). Sum of RGB (Red+Green+Blue) = 77+219+181=477 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.14% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #4DDBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDBB5 is #B2244A. Grayscale: #ACACAC. Windows color (decimal): -11674699 or 11918157. OLE color: 11918157.
HSL color Cylindrical-coordinate representation of color #4DDBB5: hue angle of 163.94º 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 #4DDBB5 is Cyan = 0.65, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 219 | 181 | - |
| CMYK | 0.65 | 0 | 0.17 | 0.14 |
| HSL | 163.94º | 0.66% | 0.58% | - |
| HSV(B) | 163.94º | 0.65% | 0.86% | - |
| XYZ | 36.73 | 55.58 | 52.51 | - |
| YUV | 172.21 | 132.96 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 219 | 181 | 0.65 | 0 | 0.17 | 0.14 | 163.94 | 0.66 | 0.58 |
| Hex | 4D | DB | B5 | 41 | 0 | 11 | E | A4 | 42 | 3A |
| Octal | 115 | 333 | 265 | 101 | 0 | 21 | 16 | 244 | 102 | 72 |
| Binary | 1001101 | 11011011 | 10110101 | 1000001 | 0 | 10001 | 1110 | 10100100 | 1000010 | 111010 |
Color Harmonies of #4DDBB5
Complementary color
Monochromatic Colors of #4DDBB5
Black with #4DDBB5
Text Example
Text Example
White with #4DDBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDBB5; }
p { color: rgb(77,219,181); }
H1.HeaderClassName
{
color: #4DDBB5;
}
.AnyTagClassName
{
color: #4DDBB5;
}
</style>
background-color css
<style>
a { background-color: #4DDBB5; }
a { background-color: rgb(77,219,181); }
div.DivClassName
{
background-color: #4DDBB5;
}
.BgClassName
{
background-color: #4DDBB5;
}
</style>
border-color css
<style>
span { border-color: #4DDBB5; }
span { border-color: rgb(77,219,181); }
td.TdClassName
{
border-color: #4DDBB5;
}
.TagClassName
{
border-color: #4DDBB5;
}
</style>