Shades of Ocean Green #50986E
Tints of Ocean Green #50986E
RGB
CMYK
RGB Variations
Color information
#50986E (or 0x50986E) is known color: Ocean Green. HEX triplet: 50, 98 and 6E. RGB value is (80,152,110). Sum of RGB (Red+Green+Blue) = 80+152+110=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #50986E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50986E is #AF6791. Grayscale: #7D7D7D. Windows color (decimal): -11495314 or 7247952. OLE color: 7247952.
HSL color Cylindrical-coordinate representation of color #50986E: hue angle of 145º 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 #50986E is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 152 | 110 | - |
| CMYK | 0.47 | 0 | 0.28 | 0.40 |
| HSL | 145º | 0.31% | 0.45% | - |
| HSV(B) | 145º | 0.47% | 0.6% | - |
| XYZ | 17.35 | 25.29 | 18.72 | - |
| YUV | 125.68 | 119.15 | 95.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 152 | 110 | 0.47 | 0 | 0.28 | 0.40 | 145 | 0.31 | 0.45 |
| Hex | 50 | 98 | 6E | 2F | 0 | 1C | 28 | 91 | 1F | 2D |
| Octal | 120 | 230 | 156 | 57 | 0 | 34 | 50 | 221 | 37 | 55 |
| Binary | 1010000 | 10011000 | 1101110 | 101111 | 0 | 11100 | 101000 | 10010001 | 11111 | 101101 |
Color Harmonies of #50986E
Complementary color
Monochromatic Colors of #50986E
Black with #50986E
Text Example
Text Example
White with #50986E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50986E; }
p { color: rgb(80,152,110); }
H1.HeaderClassName
{
color: #50986E;
}
.AnyTagClassName
{
color: #50986E;
}
</style>
background-color css
<style>
a { background-color: #50986E; }
a { background-color: rgb(80,152,110); }
div.DivClassName
{
background-color: #50986E;
}
.BgClassName
{
background-color: #50986E;
}
</style>
border-color css
<style>
span { border-color: #50986E; }
span { border-color: rgb(80,152,110); }
td.TdClassName
{
border-color: #50986E;
}
.TagClassName
{
border-color: #50986E;
}
</style>