Shades of Ocean Green #50B77C
Tints of Ocean Green #50B77C
RGB
CMYK
RGB Variations
Color information
#50B77C (or 0x50B77C) is known color: Ocean Green. HEX triplet: 50, B7 and 7C. RGB value is (80,183,124). Sum of RGB (Red+Green+Blue) = 80+183+124=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 183 - color contains mainly: green. Hex color #50B77C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B77C is #AF4883. Grayscale: #919191. Windows color (decimal): -11487364 or 8173392. OLE color: 8173392.
HSL color Cylindrical-coordinate representation of color #50B77C: hue angle of 145.63º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B77C is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 183 | 124 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.28 |
| HSL | 145.63º | 0.42% | 0.52% | - |
| HSV(B) | 145.63º | 0.56% | 0.72% | - |
| XYZ | 23.88 | 37.03 | 24.96 | - |
| YUV | 145.48 | 115.88 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 183 | 124 | 0.56 | 0 | 0.32 | 0.28 | 145.63 | 0.42 | 0.52 |
| Hex | 50 | B7 | 7C | 38 | 0 | 20 | 1C | 92 | 2A | 34 |
| Octal | 120 | 267 | 174 | 70 | 0 | 40 | 34 | 222 | 52 | 64 |
| Binary | 1010000 | 10110111 | 1111100 | 111000 | 0 | 100000 | 11100 | 10010010 | 101010 | 110100 |
Color Harmonies of #50B77C
Complementary color
Monochromatic Colors of #50B77C
Black with #50B77C
Text Example
Text Example
White with #50B77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B77C; }
p { color: rgb(80,183,124); }
H1.HeaderClassName
{
color: #50B77C;
}
.AnyTagClassName
{
color: #50B77C;
}
</style>
background-color css
<style>
a { background-color: #50B77C; }
a { background-color: rgb(80,183,124); }
div.DivClassName
{
background-color: #50B77C;
}
.BgClassName
{
background-color: #50B77C;
}
</style>
border-color css
<style>
span { border-color: #50B77C; }
span { border-color: rgb(80,183,124); }
td.TdClassName
{
border-color: #50B77C;
}
.TagClassName
{
border-color: #50B77C;
}
</style>