Shades of Ocean Green #50A171
Tints of Ocean Green #50A171
RGB
CMYK
RGB Variations
Color information
#50A171 (or 0x50A171) is known color: Ocean Green. HEX triplet: 50, A1 and 71. RGB value is (80,161,113). Sum of RGB (Red+Green+Blue) = 80+161+113=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 161 - color contains mainly: green. Hex color #50A171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A171 is #AF5E8E. Grayscale: #838383. Windows color (decimal): -11493007 or 7446864. OLE color: 7446864.
HSL color Cylindrical-coordinate representation of color #50A171: hue angle of 144.44º 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 #50A171 is Cyan = 0.50, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 161 | 113 | - |
| CMYK | 0.50 | 0 | 0.30 | 0.37 |
| HSL | 144.44º | 0.34% | 0.47% | - |
| HSV(B) | 144.44º | 0.5% | 0.63% | - |
| XYZ | 19.03 | 28.39 | 20.1 | - |
| YUV | 131.31 | 117.66 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 161 | 113 | 0.50 | 0 | 0.30 | 0.37 | 144.44 | 0.34 | 0.47 |
| Hex | 50 | A1 | 71 | 32 | 0 | 1E | 25 | 90 | 22 | 2F |
| Octal | 120 | 241 | 161 | 62 | 0 | 36 | 45 | 220 | 42 | 57 |
| Binary | 1010000 | 10100001 | 1110001 | 110010 | 0 | 11110 | 100101 | 10010000 | 100010 | 101111 |
Color Harmonies of #50A171
Complementary color
Monochromatic Colors of #50A171
Black with #50A171
Text Example
Text Example
White with #50A171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A171; }
p { color: rgb(80,161,113); }
H1.HeaderClassName
{
color: #50A171;
}
.AnyTagClassName
{
color: #50A171;
}
</style>
background-color css
<style>
a { background-color: #50A171; }
a { background-color: rgb(80,161,113); }
div.DivClassName
{
background-color: #50A171;
}
.BgClassName
{
background-color: #50A171;
}
</style>
border-color css
<style>
span { border-color: #50A171; }
span { border-color: rgb(80,161,113); }
td.TdClassName
{
border-color: #50A171;
}
.TagClassName
{
border-color: #50A171;
}
</style>