Shades of Medium Aquamarine #4DFFAA
Tints of Medium Aquamarine #4DFFAA
RGB
CMYK
RGB Variations
Color information
#4DFFAA (or 0x4DFFAA) is known color: Medium Aquamarine. HEX triplet: 4D, FF and AA. RGB value is (77,255,170). Sum of RGB (Red+Green+Blue) = 77+255+170=502 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.34% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 170 (66.80% from 255 or 33.86% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #4DFFAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4DFFAA is #B20055. Grayscale: #C0C0C0. Windows color (decimal): -11665494 or 11206477. OLE color: 11206477.
HSL color Cylindrical-coordinate representation of color #4DFFAA: hue angle of 151.35º 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 #4DFFAA is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 77 | 255 | 170 | - |
| CMYK | 0.70 | 0 | 0.33 | 0 |
| HSL | 151.35º | 1% | 0.65% | - |
| HSV(B) | 151.35º | 0.7% | 1% | - |
| XYZ | 46.08 | 76 | 50.27 | - |
| YUV | 192.09 | 115.53 | 45.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 255 | 170 | 0.70 | 0 | 0.33 | 0 | 151.35 | 1 | 0.65 |
| Hex | 4D | FF | AA | 46 | 0 | 21 | 0 | 97 | 64 | 41 |
| Octal | 115 | 377 | 252 | 106 | 0 | 41 | 0 | 227 | 144 | 101 |
| Binary | 1001101 | 11111111 | 10101010 | 1000110 | 0 | 100001 | 0 | 10010111 | 1100100 | 1000001 |
Color Harmonies of #4DFFAA
Complementary color
Monochromatic Colors of #4DFFAA
Black with #4DFFAA
Text Example
Text Example
White with #4DFFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DFFAA; }
p { color: rgb(77,255,170); }
H1.HeaderClassName
{
color: #4DFFAA;
}
.AnyTagClassName
{
color: #4DFFAA;
}
</style>
background-color css
<style>
a { background-color: #4DFFAA; }
a { background-color: rgb(77,255,170); }
div.DivClassName
{
background-color: #4DFFAA;
}
.BgClassName
{
background-color: #4DFFAA;
}
</style>
border-color css
<style>
span { border-color: #4DFFAA; }
span { border-color: rgb(77,255,170); }
td.TdClassName
{
border-color: #4DFFAA;
}
.TagClassName
{
border-color: #4DFFAA;
}
</style>