Shades of Medium Aquamarine #4DDCB5
Tints of Medium Aquamarine #4DDCB5
RGB
CMYK
RGB Variations
Color information
#4DDCB5 (or 0x4DDCB5) is known color: Medium Aquamarine. HEX triplet: 4D, DC and B5. RGB value is (77,220,181). Sum of RGB (Red+Green+Blue) = 77+220+181=478 (63% of max value = 765). Red value is 77 (30.47% from 255 or 16.11% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #4DDCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDCB5 is #B2234A. Grayscale: #ACACAC. Windows color (decimal): -11674443 or 11918413. OLE color: 11918413.
HSL color Cylindrical-coordinate representation of color #4DDCB5: hue angle of 163.64º degrees, saturation: 0.67, 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 #4DDCB5 is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 77 | 220 | 181 | - |
| CMYK | 0.65 | 0 | 0.18 | 0.14 |
| HSL | 163.64º | 0.67% | 0.58% | - |
| HSV(B) | 163.64º | 0.65% | 0.86% | - |
| XYZ | 36.99 | 56.1 | 52.59 | - |
| YUV | 172.8 | 132.62 | 59.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 220 | 181 | 0.65 | 0 | 0.18 | 0.14 | 163.64 | 0.67 | 0.58 |
| Hex | 4D | DC | B5 | 41 | 0 | 12 | E | A4 | 43 | 3A |
| Octal | 115 | 334 | 265 | 101 | 0 | 22 | 16 | 244 | 103 | 72 |
| Binary | 1001101 | 11011100 | 10110101 | 1000001 | 0 | 10010 | 1110 | 10100100 | 1000011 | 111010 |
Color Harmonies of #4DDCB5
Complementary color
Monochromatic Colors of #4DDCB5
Black with #4DDCB5
Text Example
Text Example
White with #4DDCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DDCB5; }
p { color: rgb(77,220,181); }
H1.HeaderClassName
{
color: #4DDCB5;
}
.AnyTagClassName
{
color: #4DDCB5;
}
</style>
background-color css
<style>
a { background-color: #4DDCB5; }
a { background-color: rgb(77,220,181); }
div.DivClassName
{
background-color: #4DDCB5;
}
.BgClassName
{
background-color: #4DDCB5;
}
</style>
border-color css
<style>
span { border-color: #4DDCB5; }
span { border-color: rgb(77,220,181); }
td.TdClassName
{
border-color: #4DDCB5;
}
.TagClassName
{
border-color: #4DDCB5;
}
</style>