Shades of Ocean Green #50B276
Tints of Ocean Green #50B276
RGB
CMYK
RGB Variations
Color information
#50B276 (or 0x50B276) is known color: Ocean Green. HEX triplet: 50, B2 and 76. RGB value is (80,178,118). Sum of RGB (Red+Green+Blue) = 80+178+118=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 178 (69.92% from 255 or 47.34% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 178 - color contains mainly: green. Hex color #50B276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B276 is #AF4D89. Grayscale: #8D8D8D. Windows color (decimal): -11488650 or 7778896. OLE color: 7778896.
HSL color Cylindrical-coordinate representation of color #50B276: hue angle of 143.27º 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 #50B276 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 80 | 178 | 118 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.30 |
| HSL | 143.27º | 0.39% | 0.51% | - |
| HSV(B) | 143.27º | 0.55% | 0.7% | - |
| XYZ | 22.5 | 34.85 | 22.68 | - |
| YUV | 141.86 | 114.53 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 178 | 118 | 0.55 | 0 | 0.34 | 0.30 | 143.27 | 0.39 | 0.51 |
| Hex | 50 | B2 | 76 | 37 | 0 | 22 | 1E | 8F | 27 | 33 |
| Octal | 120 | 262 | 166 | 67 | 0 | 42 | 36 | 217 | 47 | 63 |
| Binary | 1010000 | 10110010 | 1110110 | 110111 | 0 | 100010 | 11110 | 10001111 | 100111 | 110011 |
Color Harmonies of #50B276
Complementary color
Monochromatic Colors of #50B276
Black with #50B276
Text Example
Text Example
White with #50B276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B276; }
p { color: rgb(80,178,118); }
H1.HeaderClassName
{
color: #50B276;
}
.AnyTagClassName
{
color: #50B276;
}
</style>
background-color css
<style>
a { background-color: #50B276; }
a { background-color: rgb(80,178,118); }
div.DivClassName
{
background-color: #50B276;
}
.BgClassName
{
background-color: #50B276;
}
</style>
border-color css
<style>
span { border-color: #50B276; }
span { border-color: rgb(80,178,118); }
td.TdClassName
{
border-color: #50B276;
}
.TagClassName
{
border-color: #50B276;
}
</style>