Shades of Ocean Green #50B37E
Tints of Ocean Green #50B37E
RGB
CMYK
RGB Variations
Color information
#50B37E (or 0x50B37E) is known color: Ocean Green. HEX triplet: 50, B3 and 7E. RGB value is (80,179,126). Sum of RGB (Red+Green+Blue) = 80+179+126=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #50B37E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B37E is #AF4C81. Grayscale: #8F8F8F. Windows color (decimal): -11488386 or 8303440. OLE color: 8303440.
HSL color Cylindrical-coordinate representation of color #50B37E: hue angle of 147.88º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B37E is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 80 | 179 | 126 | - |
| CMYK | 0.55 | 0 | 0.30 | 0.30 |
| HSL | 147.88º | 0.39% | 0.51% | - |
| HSV(B) | 147.88º | 0.55% | 0.7% | - |
| XYZ | 23.19 | 35.45 | 25.36 | - |
| YUV | 143.36 | 118.2 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 179 | 126 | 0.55 | 0 | 0.30 | 0.30 | 147.88 | 0.39 | 0.51 |
| Hex | 50 | B3 | 7E | 37 | 0 | 1E | 1E | 94 | 27 | 33 |
| Octal | 120 | 263 | 176 | 67 | 0 | 36 | 36 | 224 | 47 | 63 |
| Binary | 1010000 | 10110011 | 1111110 | 110111 | 0 | 11110 | 11110 | 10010100 | 100111 | 110011 |
Color Harmonies of #50B37E
Complementary color
Monochromatic Colors of #50B37E
Black with #50B37E
Text Example
Text Example
White with #50B37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B37E; }
p { color: rgb(80,179,126); }
H1.HeaderClassName
{
color: #50B37E;
}
.AnyTagClassName
{
color: #50B37E;
}
</style>
background-color css
<style>
a { background-color: #50B37E; }
a { background-color: rgb(80,179,126); }
div.DivClassName
{
background-color: #50B37E;
}
.BgClassName
{
background-color: #50B37E;
}
</style>
border-color css
<style>
span { border-color: #50B37E; }
span { border-color: rgb(80,179,126); }
td.TdClassName
{
border-color: #50B37E;
}
.TagClassName
{
border-color: #50B37E;
}
</style>