Shades of Ocean Green #50A16D
Tints of Ocean Green #50A16D
RGB
CMYK
RGB Variations
Color information
#50A16D (or 0x50A16D) is known color: Ocean Green. HEX triplet: 50, A1 and 6D. RGB value is (80,161,109). Sum of RGB (Red+Green+Blue) = 80+161+109=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 161 (63.28% from 255 or 46% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 161 - color contains mainly: green. Hex color #50A16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A16D is #AF5E92. Grayscale: #828282. Windows color (decimal): -11493011 or 7184720. OLE color: 7184720.
HSL color Cylindrical-coordinate representation of color #50A16D: hue angle of 141.48º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50A16D is Cyan = 0.50, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 161 | 109 | - |
| CMYK | 0.50 | 0 | 0.32 | 0.37 |
| HSL | 141.48º | 0.34% | 0.47% | - |
| HSV(B) | 141.48º | 0.5% | 0.63% | - |
| XYZ | 18.81 | 28.3 | 18.94 | - |
| YUV | 130.85 | 115.66 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 161 | 109 | 0.50 | 0 | 0.32 | 0.37 | 141.48 | 0.34 | 0.47 |
| Hex | 50 | A1 | 6D | 32 | 0 | 20 | 25 | 8D | 22 | 2F |
| Octal | 120 | 241 | 155 | 62 | 0 | 40 | 45 | 215 | 42 | 57 |
| Binary | 1010000 | 10100001 | 1101101 | 110010 | 0 | 100000 | 100101 | 10001101 | 100010 | 101111 |
Color Harmonies of #50A16D
Complementary color
Monochromatic Colors of #50A16D
Black with #50A16D
Text Example
Text Example
White with #50A16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A16D; }
p { color: rgb(80,161,109); }
H1.HeaderClassName
{
color: #50A16D;
}
.AnyTagClassName
{
color: #50A16D;
}
</style>
background-color css
<style>
a { background-color: #50A16D; }
a { background-color: rgb(80,161,109); }
div.DivClassName
{
background-color: #50A16D;
}
.BgClassName
{
background-color: #50A16D;
}
</style>
border-color css
<style>
span { border-color: #50A16D; }
span { border-color: rgb(80,161,109); }
td.TdClassName
{
border-color: #50A16D;
}
.TagClassName
{
border-color: #50A16D;
}
</style>