Shades of Medium Aquamarine #50E599
Tints of Medium Aquamarine #50E599
RGB
CMYK
RGB Variations
Color information
#50E599 (or 0x50E599) is known color: Medium Aquamarine. HEX triplet: 50, E5 and 99. RGB value is (80,229,153). Sum of RGB (Red+Green+Blue) = 80+229+153=462 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.32% from 462); Green value is 229 (89.84% from 255 or 49.57% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 229 - color contains mainly: green. Hex color #50E599 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E599 is #AF1A66. Grayscale: #AFAFAF. Windows color (decimal): -11475559 or 10085712. OLE color: 10085712.
HSL color Cylindrical-coordinate representation of color #50E599: hue angle of 149.4º 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 #50E599 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 229 | 153 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.10 |
| HSL | 149.4º | 0.74% | 0.61% | - |
| HSV(B) | 149.4º | 0.65% | 0.9% | - |
| XYZ | 37.08 | 60.04 | 39.77 | - |
| YUV | 175.79 | 115.14 | 59.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 229 | 153 | 0.65 | 0 | 0.33 | 0.10 | 149.4 | 0.74 | 0.61 |
| Hex | 50 | E5 | 99 | 41 | 0 | 21 | A | 95 | 4A | 3D |
| Octal | 120 | 345 | 231 | 101 | 0 | 41 | 12 | 225 | 112 | 75 |
| Binary | 1010000 | 11100101 | 10011001 | 1000001 | 0 | 100001 | 1010 | 10010101 | 1001010 | 111101 |
Color Harmonies of #50E599
Complementary color
Monochromatic Colors of #50E599
Black with #50E599
Text Example
Text Example
White with #50E599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E599; }
p { color: rgb(80,229,153); }
H1.HeaderClassName
{
color: #50E599;
}
.AnyTagClassName
{
color: #50E599;
}
</style>
background-color css
<style>
a { background-color: #50E599; }
a { background-color: rgb(80,229,153); }
div.DivClassName
{
background-color: #50E599;
}
.BgClassName
{
background-color: #50E599;
}
</style>
border-color css
<style>
span { border-color: #50E599; }
span { border-color: rgb(80,229,153); }
td.TdClassName
{
border-color: #50E599;
}
.TagClassName
{
border-color: #50E599;
}
</style>