Shades of Medium Aquamarine #4DFFAB
Tints of Medium Aquamarine #4DFFAB
RGB
CMYK
RGB Variations
Color information
#4DFFAB (or 0x4DFFAB) is known color: Medium Aquamarine. HEX triplet: 4D, FF and AB. RGB value is (77,255,171). Sum of RGB (Red+Green+Blue) = 77+255+171=503 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.31% from 503); Green value is 255 (100% from 255 or 50.70% from 503); Blue value is 171 (67.19% from 255 or 34.00% from 503); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFFAB is #B20054. Grayscale: #C0C0C0. Windows color (decimal): -11665493 or 11272013. OLE color: 11272013.
HSL color Cylindrical-coordinate representation of color #4DFFAB: hue angle of 151.69º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DFFAB is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 171 | - |
| CMYK | 0.70 | 0 | 0.33 | 0 |
| HSL | 151.69º | 1% | 0.65% | - |
| HSV(B) | 151.69º | 0.7% | 1% | - |
| XYZ | 46.17 | 76.04 | 50.77 | - |
| YUV | 192.2 | 116.03 | 45.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 171 | 0.70 | 0 | 0.33 | 0 | 151.69 | 1 | 0.65 |
| Hex | 4D | FF | AB | 46 | 0 | 21 | 0 | 98 | 64 | 41 |
| Octal | 115 | 377 | 253 | 106 | 0 | 41 | 0 | 230 | 144 | 101 |
| Binary | 1001101 | 11111111 | 10101011 | 1000110 | 0 | 100001 | 0 | 10011000 | 1100100 | 1000001 |
Color Harmonies of #4DFFAB
Complementary color
Monochromatic Colors of #4DFFAB
Black with #4DFFAB
Text Example
Text Example
White with #4DFFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFAB; }
p { color: rgb(77,255,171); }
H1.HeaderClassName
{
color: #4DFFAB;
}
.AnyTagClassName
{
color: #4DFFAB;
}
</style>
background-color css
<style>
a { background-color: #4DFFAB; }
a { background-color: rgb(77,255,171); }
div.DivClassName
{
background-color: #4DFFAB;
}
.BgClassName
{
background-color: #4DFFAB;
}
</style>
border-color css
<style>
span { border-color: #4DFFAB; }
span { border-color: rgb(77,255,171); }
td.TdClassName
{
border-color: #4DFFAB;
}
.TagClassName
{
border-color: #4DFFAB;
}
</style>