Shades of Medium Aquamarine #50E5A8
Tints of Medium Aquamarine #50E5A8
RGB
CMYK
RGB Variations
Color information
#50E5A8 (or 0x50E5A8) is known color: Medium Aquamarine. HEX triplet: 50, E5 and A8. RGB value is (80,229,168). Sum of RGB (Red+Green+Blue) = 80+229+168=477 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.77% from 477); Green value is 229 (89.84% from 255 or 48.01% from 477); Blue value is 168 (66.02% from 255 or 35.22% from 477); Max value from RGB is 229 - color contains mainly: green. Hex color #50E5A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E5A8 is #AF1A57. Grayscale: #B1B1B1. Windows color (decimal): -11475544 or 11068752. OLE color: 11068752.
HSL color Cylindrical-coordinate representation of color #50E5A8: hue angle of 155.44º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50E5A8 is Cyan = 0.65, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 229 | 168 | - |
| CMYK | 0.65 | 0 | 0.27 | 0.10 |
| HSL | 155.44º | 0.74% | 0.61% | - |
| HSV(B) | 155.44º | 0.65% | 0.9% | - |
| XYZ | 38.4 | 60.57 | 46.71 | - |
| YUV | 177.5 | 122.64 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 229 | 168 | 0.65 | 0 | 0.27 | 0.10 | 155.44 | 0.74 | 0.61 |
| Hex | 50 | E5 | A8 | 41 | 0 | 1B | A | 9B | 4A | 3D |
| Octal | 120 | 345 | 250 | 101 | 0 | 33 | 12 | 233 | 112 | 75 |
| Binary | 1010000 | 11100101 | 10101000 | 1000001 | 0 | 11011 | 1010 | 10011011 | 1001010 | 111101 |
Color Harmonies of #50E5A8
Complementary color
Monochromatic Colors of #50E5A8
Black with #50E5A8
Text Example
Text Example
White with #50E5A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E5A8; }
p { color: rgb(80,229,168); }
H1.HeaderClassName
{
color: #50E5A8;
}
.AnyTagClassName
{
color: #50E5A8;
}
</style>
background-color css
<style>
a { background-color: #50E5A8; }
a { background-color: rgb(80,229,168); }
div.DivClassName
{
background-color: #50E5A8;
}
.BgClassName
{
background-color: #50E5A8;
}
</style>
border-color css
<style>
span { border-color: #50E5A8; }
span { border-color: rgb(80,229,168); }
td.TdClassName
{
border-color: #50E5A8;
}
.TagClassName
{
border-color: #50E5A8;
}
</style>