Shades of Ocean Green #50986B
Tints of Ocean Green #50986B
RGB
CMYK
RGB Variations
Color information
#50986B (or 0x50986B) is known color: Ocean Green. HEX triplet: 50, 98 and 6B. RGB value is (80,152,107). Sum of RGB (Red+Green+Blue) = 80+152+107=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 152 (59.77% from 255 or 44.84% from 339); Blue value is 107 (42.19% from 255 or 31.56% from 339); Max value from RGB is 152 - color contains mainly: green. Hex color #50986B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50986B is #AF6794. Grayscale: #7D7D7D. Windows color (decimal): -11495317 or 7051344. OLE color: 7051344.
HSL color Cylindrical-coordinate representation of color #50986B: hue angle of 142.5º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #50986B is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 152 | 107 | - |
| CMYK | 0.47 | 0 | 0.30 | 0.40 |
| HSL | 142.5º | 0.31% | 0.45% | - |
| HSV(B) | 142.5º | 0.47% | 0.6% | - |
| XYZ | 17.19 | 25.22 | 17.87 | - |
| YUV | 125.34 | 117.65 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 152 | 107 | 0.47 | 0 | 0.30 | 0.40 | 142.5 | 0.31 | 0.45 |
| Hex | 50 | 98 | 6B | 2F | 0 | 1E | 28 | 8E | 1F | 2D |
| Octal | 120 | 230 | 153 | 57 | 0 | 36 | 50 | 216 | 37 | 55 |
| Binary | 1010000 | 10011000 | 1101011 | 101111 | 0 | 11110 | 101000 | 10001110 | 11111 | 101101 |
Color Harmonies of #50986B
Complementary color
Monochromatic Colors of #50986B
Black with #50986B
Text Example
Text Example
White with #50986B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50986B; }
p { color: rgb(80,152,107); }
H1.HeaderClassName
{
color: #50986B;
}
.AnyTagClassName
{
color: #50986B;
}
</style>
background-color css
<style>
a { background-color: #50986B; }
a { background-color: rgb(80,152,107); }
div.DivClassName
{
background-color: #50986B;
}
.BgClassName
{
background-color: #50986B;
}
</style>
border-color css
<style>
span { border-color: #50986B; }
span { border-color: rgb(80,152,107); }
td.TdClassName
{
border-color: #50986B;
}
.TagClassName
{
border-color: #50986B;
}
</style>