Shades of Ocean Green #50B477
Tints of Ocean Green #50B477
RGB
CMYK
RGB Variations
Color information
#50B477 (or 0x50B477) is known color: Ocean Green. HEX triplet: 50, B4 and 77. RGB value is (80,180,119). Sum of RGB (Red+Green+Blue) = 80+180+119=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 180 (70.70% from 255 or 47.49% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 180 - color contains mainly: green. Hex color #50B477 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B477 is #AF4B88. Grayscale: #8F8F8F. Windows color (decimal): -11488137 or 7844944. OLE color: 7844944.
HSL color Cylindrical-coordinate representation of color #50B477: hue angle of 143.4º degrees, saturation: 0.4, 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 #50B477 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 180 | 119 | - |
| CMYK | 0.56 | 0 | 0.34 | 0.29 |
| HSL | 143.4º | 0.4% | 0.51% | - |
| HSV(B) | 143.4º | 0.56% | 0.71% | - |
| XYZ | 22.96 | 35.68 | 23.13 | - |
| YUV | 143.15 | 114.37 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 180 | 119 | 0.56 | 0 | 0.34 | 0.29 | 143.4 | 0.4 | 0.51 |
| Hex | 50 | B4 | 77 | 38 | 0 | 22 | 1D | 8F | 28 | 33 |
| Octal | 120 | 264 | 167 | 70 | 0 | 42 | 35 | 217 | 50 | 63 |
| Binary | 1010000 | 10110100 | 1110111 | 111000 | 0 | 100010 | 11101 | 10001111 | 101000 | 110011 |
Color Harmonies of #50B477
Complementary color
Monochromatic Colors of #50B477
Black with #50B477
Text Example
Text Example
White with #50B477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B477; }
p { color: rgb(80,180,119); }
H1.HeaderClassName
{
color: #50B477;
}
.AnyTagClassName
{
color: #50B477;
}
</style>
background-color css
<style>
a { background-color: #50B477; }
a { background-color: rgb(80,180,119); }
div.DivClassName
{
background-color: #50B477;
}
.BgClassName
{
background-color: #50B477;
}
</style>
border-color css
<style>
span { border-color: #50B477; }
span { border-color: rgb(80,180,119); }
td.TdClassName
{
border-color: #50B477;
}
.TagClassName
{
border-color: #50B477;
}
</style>