Shades of Medium Aquamarine #4DFFA8
Tints of Medium Aquamarine #4DFFA8
RGB
CMYK
RGB Variations
Color information
#4DFFA8 (or 0x4DFFA8) is known color: Medium Aquamarine. HEX triplet: 4D, FF and A8. RGB value is (77,255,168). Sum of RGB (Red+Green+Blue) = 77+255+168=500 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.4% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 168 (66.02% from 255 or 33.6% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFFA8 is #B20057. Grayscale: #C0C0C0. Windows color (decimal): -11665496 or 11075405. OLE color: 11075405.
HSL color Cylindrical-coordinate representation of color #4DFFA8: hue angle of 150.67º 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 #4DFFA8 is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 168 | - |
| CMYK | 0.70 | 0 | 0.34 | 0 |
| HSL | 150.67º | 1% | 0.65% | - |
| HSV(B) | 150.67º | 0.7% | 1% | - |
| XYZ | 45.89 | 75.92 | 49.28 | - |
| YUV | 191.86 | 114.53 | 46.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 168 | 0.70 | 0 | 0.34 | 0 | 150.67 | 1 | 0.65 |
| Hex | 4D | FF | A8 | 46 | 0 | 22 | 0 | 97 | 64 | 41 |
| Octal | 115 | 377 | 250 | 106 | 0 | 42 | 0 | 227 | 144 | 101 |
| Binary | 1001101 | 11111111 | 10101000 | 1000110 | 0 | 100010 | 0 | 10010111 | 1100100 | 1000001 |
Color Harmonies of #4DFFA8
Complementary color
Monochromatic Colors of #4DFFA8
Black with #4DFFA8
Text Example
Text Example
White with #4DFFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFA8; }
p { color: rgb(77,255,168); }
H1.HeaderClassName
{
color: #4DFFA8;
}
.AnyTagClassName
{
color: #4DFFA8;
}
</style>
background-color css
<style>
a { background-color: #4DFFA8; }
a { background-color: rgb(77,255,168); }
div.DivClassName
{
background-color: #4DFFA8;
}
.BgClassName
{
background-color: #4DFFA8;
}
</style>
border-color css
<style>
span { border-color: #4DFFA8; }
span { border-color: rgb(77,255,168); }
td.TdClassName
{
border-color: #4DFFA8;
}
.TagClassName
{
border-color: #4DFFA8;
}
</style>