Shades of Ocean Green #50B886
Tints of Ocean Green #50B886
RGB
CMYK
RGB Variations
Color information
#50B886 (or 0x50B886) is known color: Ocean Green. HEX triplet: 50, B8 and 86. RGB value is (80,184,134). Sum of RGB (Red+Green+Blue) = 80+184+134=398 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.10% from 398); Green value is 184 (72.27% from 255 or 46.23% from 398); Blue value is 134 (52.73% from 255 or 33.67% from 398); Max value from RGB is 184 - color contains mainly: green. Hex color #50B886 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B886 is #AF4779. Grayscale: #939393. Windows color (decimal): -11487098 or 8829008. OLE color: 8829008.
HSL color Cylindrical-coordinate representation of color #50B886: hue angle of 151.15º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B886 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 80 | 184 | 134 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.28 |
| HSL | 151.15º | 0.42% | 0.52% | - |
| HSV(B) | 151.15º | 0.57% | 0.72% | - |
| XYZ | 24.75 | 37.71 | 28.53 | - |
| YUV | 147.2 | 120.54 | 80.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 184 | 134 | 0.57 | 0 | 0.27 | 0.28 | 151.15 | 0.42 | 0.52 |
| Hex | 50 | B8 | 86 | 39 | 0 | 1B | 1C | 97 | 2A | 34 |
| Octal | 120 | 270 | 206 | 71 | 0 | 33 | 34 | 227 | 52 | 64 |
| Binary | 1010000 | 10111000 | 10000110 | 111001 | 0 | 11011 | 11100 | 10010111 | 101010 | 110100 |
Color Harmonies of #50B886
Complementary color
Monochromatic Colors of #50B886
Black with #50B886
Text Example
Text Example
White with #50B886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B886; }
p { color: rgb(80,184,134); }
H1.HeaderClassName
{
color: #50B886;
}
.AnyTagClassName
{
color: #50B886;
}
</style>
background-color css
<style>
a { background-color: #50B886; }
a { background-color: rgb(80,184,134); }
div.DivClassName
{
background-color: #50B886;
}
.BgClassName
{
background-color: #50B886;
}
</style>
border-color css
<style>
span { border-color: #50B886; }
span { border-color: rgb(80,184,134); }
td.TdClassName
{
border-color: #50B886;
}
.TagClassName
{
border-color: #50B886;
}
</style>