Shades of Medium Aquamarine #4DD5A4
Tints of Medium Aquamarine #4DD5A4
RGB
CMYK
RGB Variations
Color information
#4DD5A4 (or 0x4DD5A4) is known color: Medium Aquamarine. HEX triplet: 4D, D5 and A4. RGB value is (77,213,164). Sum of RGB (Red+Green+Blue) = 77+213+164=454 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.96% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #4DD5A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD5A4 is #B22A5B. Grayscale: #A6A6A6. Windows color (decimal): -11676252 or 10802509. OLE color: 10802509.
HSL color Cylindrical-coordinate representation of color #4DD5A4: hue angle of 158.38º 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 #4DD5A4 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 77 | 213 | 164 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.16 |
| HSL | 158.38º | 0.62% | 0.57% | - |
| HSV(B) | 158.38º | 0.64% | 0.84% | - |
| XYZ | 33.56 | 51.85 | 43.36 | - |
| YUV | 166.75 | 126.44 | 63.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 213 | 164 | 0.64 | 0 | 0.23 | 0.16 | 158.38 | 0.62 | 0.57 |
| Hex | 4D | D5 | A4 | 40 | 0 | 17 | 10 | 9E | 3E | 39 |
| Octal | 115 | 325 | 244 | 100 | 0 | 27 | 20 | 236 | 76 | 71 |
| Binary | 1001101 | 11010101 | 10100100 | 1000000 | 0 | 10111 | 10000 | 10011110 | 111110 | 111001 |
Color Harmonies of #4DD5A4
Complementary color
Monochromatic Colors of #4DD5A4
Black with #4DD5A4
Text Example
Text Example
White with #4DD5A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DD5A4; }
p { color: rgb(77,213,164); }
H1.HeaderClassName
{
color: #4DD5A4;
}
.AnyTagClassName
{
color: #4DD5A4;
}
</style>
background-color css
<style>
a { background-color: #4DD5A4; }
a { background-color: rgb(77,213,164); }
div.DivClassName
{
background-color: #4DD5A4;
}
.BgClassName
{
background-color: #4DD5A4;
}
</style>
border-color css
<style>
span { border-color: #4DD5A4; }
span { border-color: rgb(77,213,164); }
td.TdClassName
{
border-color: #4DD5A4;
}
.TagClassName
{
border-color: #4DD5A4;
}
</style>