Shades of Medium Aquamarine #50E4A6
Tints of Medium Aquamarine #50E4A6
RGB
CMYK
RGB Variations
Color information
#50E4A6 (or 0x50E4A6) is known color: Medium Aquamarine. HEX triplet: 50, E4 and A6. RGB value is (80,228,166). Sum of RGB (Red+Green+Blue) = 80+228+166=474 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.88% from 474); Green value is 228 (89.45% from 255 or 48.10% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 228 - color contains mainly: green. Hex color #50E4A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E4A6 is #AF1B59. Grayscale: #B0B0B0. Windows color (decimal): -11475802 or 10937424. OLE color: 10937424.
HSL color Cylindrical-coordinate representation of color #50E4A6: hue angle of 154.86º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E4A6 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 80 | 228 | 166 | - |
| CMYK | 0.65 | 0 | 0.27 | 0.11 |
| HSL | 154.86º | 0.73% | 0.6% | - |
| HSV(B) | 154.86º | 0.65% | 0.89% | - |
| XYZ | 37.93 | 59.95 | 45.65 | - |
| YUV | 176.68 | 121.97 | 59.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 228 | 166 | 0.65 | 0 | 0.27 | 0.11 | 154.86 | 0.73 | 0.6 |
| Hex | 50 | E4 | A6 | 41 | 0 | 1B | B | 9B | 49 | 3C |
| Octal | 120 | 344 | 246 | 101 | 0 | 33 | 13 | 233 | 111 | 74 |
| Binary | 1010000 | 11100100 | 10100110 | 1000001 | 0 | 11011 | 1011 | 10011011 | 1001001 | 111100 |
Color Harmonies of #50E4A6
Complementary color
Monochromatic Colors of #50E4A6
Black with #50E4A6
Text Example
Text Example
White with #50E4A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E4A6; }
p { color: rgb(80,228,166); }
H1.HeaderClassName
{
color: #50E4A6;
}
.AnyTagClassName
{
color: #50E4A6;
}
</style>
background-color css
<style>
a { background-color: #50E4A6; }
a { background-color: rgb(80,228,166); }
div.DivClassName
{
background-color: #50E4A6;
}
.BgClassName
{
background-color: #50E4A6;
}
</style>
border-color css
<style>
span { border-color: #50E4A6; }
span { border-color: rgb(80,228,166); }
td.TdClassName
{
border-color: #50E4A6;
}
.TagClassName
{
border-color: #50E4A6;
}
</style>