Shades of Ocean Green #50B57B
Tints of Ocean Green #50B57B
RGB
CMYK
RGB Variations
Color information
#50B57B (or 0x50B57B) is known color: Ocean Green. HEX triplet: 50, B5 and 7B. RGB value is (80,181,123). Sum of RGB (Red+Green+Blue) = 80+181+123=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 181 - color contains mainly: green. Hex color #50B57B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B57B is #AF4A84. Grayscale: #909090. Windows color (decimal): -11487877 or 8107344. OLE color: 8107344.
HSL color Cylindrical-coordinate representation of color #50B57B: hue angle of 145.54º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B57B is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 181 | 123 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.29 |
| HSL | 145.54º | 0.41% | 0.51% | - |
| HSV(B) | 145.54º | 0.56% | 0.71% | - |
| XYZ | 23.41 | 36.18 | 24.49 | - |
| YUV | 144.19 | 116.04 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 181 | 123 | 0.56 | 0 | 0.32 | 0.29 | 145.54 | 0.41 | 0.51 |
| Hex | 50 | B5 | 7B | 38 | 0 | 20 | 1D | 92 | 29 | 33 |
| Octal | 120 | 265 | 173 | 70 | 0 | 40 | 35 | 222 | 51 | 63 |
| Binary | 1010000 | 10110101 | 1111011 | 111000 | 0 | 100000 | 11101 | 10010010 | 101001 | 110011 |
Color Harmonies of #50B57B
Complementary color
Monochromatic Colors of #50B57B
Black with #50B57B
Text Example
Text Example
White with #50B57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B57B; }
p { color: rgb(80,181,123); }
H1.HeaderClassName
{
color: #50B57B;
}
.AnyTagClassName
{
color: #50B57B;
}
</style>
background-color css
<style>
a { background-color: #50B57B; }
a { background-color: rgb(80,181,123); }
div.DivClassName
{
background-color: #50B57B;
}
.BgClassName
{
background-color: #50B57B;
}
</style>
border-color css
<style>
span { border-color: #50B57B; }
span { border-color: rgb(80,181,123); }
td.TdClassName
{
border-color: #50B57B;
}
.TagClassName
{
border-color: #50B57B;
}
</style>