Shades of Ocean Green #50B67C
Tints of Ocean Green #50B67C
RGB
CMYK
RGB Variations
Color information
#50B67C (or 0x50B67C) is known color: Ocean Green. HEX triplet: 50, B6 and 7C. RGB value is (80,182,124). Sum of RGB (Red+Green+Blue) = 80+182+124=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 182 - color contains mainly: green. Hex color #50B67C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B67C is #AF4983. Grayscale: #919191. Windows color (decimal): -11487620 or 8173136. OLE color: 8173136.
HSL color Cylindrical-coordinate representation of color #50B67C: hue angle of 145.88º 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 #50B67C is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 182 | 124 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.29 |
| HSL | 145.88º | 0.41% | 0.51% | - |
| HSV(B) | 145.88º | 0.56% | 0.71% | - |
| XYZ | 23.67 | 36.62 | 24.89 | - |
| YUV | 144.89 | 116.21 | 81.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 182 | 124 | 0.56 | 0 | 0.32 | 0.29 | 145.88 | 0.41 | 0.51 |
| Hex | 50 | B6 | 7C | 38 | 0 | 20 | 1D | 92 | 29 | 33 |
| Octal | 120 | 266 | 174 | 70 | 0 | 40 | 35 | 222 | 51 | 63 |
| Binary | 1010000 | 10110110 | 1111100 | 111000 | 0 | 100000 | 11101 | 10010010 | 101001 | 110011 |
Color Harmonies of #50B67C
Complementary color
Monochromatic Colors of #50B67C
Black with #50B67C
Text Example
Text Example
White with #50B67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B67C; }
p { color: rgb(80,182,124); }
H1.HeaderClassName
{
color: #50B67C;
}
.AnyTagClassName
{
color: #50B67C;
}
</style>
background-color css
<style>
a { background-color: #50B67C; }
a { background-color: rgb(80,182,124); }
div.DivClassName
{
background-color: #50B67C;
}
.BgClassName
{
background-color: #50B67C;
}
</style>
border-color css
<style>
span { border-color: #50B67C; }
span { border-color: rgb(80,182,124); }
td.TdClassName
{
border-color: #50B67C;
}
.TagClassName
{
border-color: #50B67C;
}
</style>