Shades of Medium Aquamarine #50E59C
Tints of Medium Aquamarine #50E59C
RGB
CMYK
RGB Variations
Color information
#50E59C (or 0x50E59C) is known color: Medium Aquamarine. HEX triplet: 50, E5 and 9C. RGB value is (80,229,156). Sum of RGB (Red+Green+Blue) = 80+229+156=465 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.20% from 465); Green value is 229 (89.84% from 255 or 49.25% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 229 - color contains mainly: green. Hex color #50E59C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50E59C is #AF1A63. Grayscale: #B0B0B0. Windows color (decimal): -11475556 or 10282320. OLE color: 10282320.
HSL color Cylindrical-coordinate representation of color #50E59C: hue angle of 150.6º 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 #50E59C is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 80 | 229 | 156 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.10 |
| HSL | 150.6º | 0.74% | 0.61% | - |
| HSV(B) | 150.6º | 0.65% | 0.9% | - |
| XYZ | 37.33 | 60.14 | 41.09 | - |
| YUV | 176.13 | 116.64 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 229 | 156 | 0.65 | 0 | 0.32 | 0.10 | 150.6 | 0.74 | 0.61 |
| Hex | 50 | E5 | 9C | 41 | 0 | 20 | A | 97 | 4A | 3D |
| Octal | 120 | 345 | 234 | 101 | 0 | 40 | 12 | 227 | 112 | 75 |
| Binary | 1010000 | 11100101 | 10011100 | 1000001 | 0 | 100000 | 1010 | 10010111 | 1001010 | 111101 |
Color Harmonies of #50E59C
Complementary color
Monochromatic Colors of #50E59C
Black with #50E59C
Text Example
Text Example
White with #50E59C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50E59C; }
p { color: rgb(80,229,156); }
H1.HeaderClassName
{
color: #50E59C;
}
.AnyTagClassName
{
color: #50E59C;
}
</style>
background-color css
<style>
a { background-color: #50E59C; }
a { background-color: rgb(80,229,156); }
div.DivClassName
{
background-color: #50E59C;
}
.BgClassName
{
background-color: #50E59C;
}
</style>
border-color css
<style>
span { border-color: #50E59C; }
span { border-color: rgb(80,229,156); }
td.TdClassName
{
border-color: #50E59C;
}
.TagClassName
{
border-color: #50E59C;
}
</style>