Shades of Medium Aquamarine #4DD5A1
Tints of Medium Aquamarine #4DD5A1
RGB
CMYK
RGB Variations
Color information
#4DD5A1 (or 0x4DD5A1) is known color: Medium Aquamarine. HEX triplet: 4D, D5 and A1. RGB value is (77,213,161). Sum of RGB (Red+Green+Blue) = 77+213+161=451 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.07% from 451); Green value is 213 (83.59% from 255 or 47.23% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 213 - color contains mainly: green. Hex color #4DD5A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD5A1 is #B22A5E. Grayscale: #A6A6A6. Windows color (decimal): -11676255 or 10605901. OLE color: 10605901.
HSL color Cylindrical-coordinate representation of color #4DD5A1: hue angle of 157.06º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD5A1 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 213 | 161 | - |
| CMYK | 0.64 | 0 | 0.24 | 0.16 |
| HSL | 157.06º | 0.62% | 0.57% | - |
| HSV(B) | 157.06º | 0.64% | 0.84% | - |
| XYZ | 33.29 | 51.74 | 41.95 | - |
| YUV | 166.41 | 124.94 | 64.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 213 | 161 | 0.64 | 0 | 0.24 | 0.16 | 157.06 | 0.62 | 0.57 |
| Hex | 4D | D5 | A1 | 40 | 0 | 18 | 10 | 9D | 3E | 39 |
| Octal | 115 | 325 | 241 | 100 | 0 | 30 | 20 | 235 | 76 | 71 |
| Binary | 1001101 | 11010101 | 10100001 | 1000000 | 0 | 11000 | 10000 | 10011101 | 111110 | 111001 |
Color Harmonies of #4DD5A1
Complementary color
Monochromatic Colors of #4DD5A1
Black with #4DD5A1
Text Example
Text Example
White with #4DD5A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD5A1; }
p { color: rgb(77,213,161); }
H1.HeaderClassName
{
color: #4DD5A1;
}
.AnyTagClassName
{
color: #4DD5A1;
}
</style>
background-color css
<style>
a { background-color: #4DD5A1; }
a { background-color: rgb(77,213,161); }
div.DivClassName
{
background-color: #4DD5A1;
}
.BgClassName
{
background-color: #4DD5A1;
}
</style>
border-color css
<style>
span { border-color: #4DD5A1; }
span { border-color: rgb(77,213,161); }
td.TdClassName
{
border-color: #4DD5A1;
}
.TagClassName
{
border-color: #4DD5A1;
}
</style>