Shades of Medium Aquamarine #50D39D
Tints of Medium Aquamarine #50D39D
RGB
CMYK
RGB Variations
Color information
#50D39D (or 0x50D39D) is known color: Medium Aquamarine. HEX triplet: 50, D3 and 9D. RGB value is (80,211,157). Sum of RGB (Red+Green+Blue) = 80+211+157=448 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.86% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 211 - color contains mainly: green. Hex color #50D39D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50D39D is #AF2C62. Grayscale: #A5A5A5. Windows color (decimal): -11480163 or 10343248. OLE color: 10343248.
HSL color Cylindrical-coordinate representation of color #50D39D: hue angle of 155.27º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #50D39D is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 211 | 157 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.17 |
| HSL | 155.27º | 0.6% | 0.57% | - |
| HSV(B) | 155.27º | 0.62% | 0.83% | - |
| XYZ | 32.69 | 50.73 | 39.97 | - |
| YUV | 165.68 | 123.1 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 211 | 157 | 0.62 | 0 | 0.26 | 0.17 | 155.27 | 0.6 | 0.57 |
| Hex | 50 | D3 | 9D | 3E | 0 | 1A | 11 | 9B | 3C | 39 |
| Octal | 120 | 323 | 235 | 76 | 0 | 32 | 21 | 233 | 74 | 71 |
| Binary | 1010000 | 11010011 | 10011101 | 111110 | 0 | 11010 | 10001 | 10011011 | 111100 | 111001 |
Color Harmonies of #50D39D
Complementary color
Monochromatic Colors of #50D39D
Black with #50D39D
Text Example
Text Example
White with #50D39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D39D; }
p { color: rgb(80,211,157); }
H1.HeaderClassName
{
color: #50D39D;
}
.AnyTagClassName
{
color: #50D39D;
}
</style>
background-color css
<style>
a { background-color: #50D39D; }
a { background-color: rgb(80,211,157); }
div.DivClassName
{
background-color: #50D39D;
}
.BgClassName
{
background-color: #50D39D;
}
</style>
border-color css
<style>
span { border-color: #50D39D; }
span { border-color: rgb(80,211,157); }
td.TdClassName
{
border-color: #50D39D;
}
.TagClassName
{
border-color: #50D39D;
}
</style>