Shades of Ocean Green #50936F
Tints of Ocean Green #50936F
RGB
CMYK
RGB Variations
Color information
#50936F (or 0x50936F) is known color: Ocean Green. HEX triplet: 50, 93 and 6F. RGB value is (80,147,111). Sum of RGB (Red+Green+Blue) = 80+147+111=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #50936F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50936F is #AF6C90. Grayscale: #7A7A7A. Windows color (decimal): -11496593 or 7312208. OLE color: 7312208.
HSL color Cylindrical-coordinate representation of color #50936F: hue angle of 147.76º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50936F is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 147 | 111 | - |
| CMYK | 0.46 | 0 | 0.24 | 0.42 |
| HSL | 147.76º | 0.3% | 0.45% | - |
| HSV(B) | 147.76º | 0.46% | 0.58% | - |
| XYZ | 16.61 | 23.72 | 18.74 | - |
| YUV | 122.86 | 121.3 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 147 | 111 | 0.46 | 0 | 0.24 | 0.42 | 147.76 | 0.3 | 0.45 |
| Hex | 50 | 93 | 6F | 2E | 0 | 18 | 2A | 94 | 1E | 2D |
| Octal | 120 | 223 | 157 | 56 | 0 | 30 | 52 | 224 | 36 | 55 |
| Binary | 1010000 | 10010011 | 1101111 | 101110 | 0 | 11000 | 101010 | 10010100 | 11110 | 101101 |
Color Harmonies of #50936F
Complementary color
Monochromatic Colors of #50936F
Black with #50936F
Text Example
Text Example
White with #50936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50936F; }
p { color: rgb(80,147,111); }
H1.HeaderClassName
{
color: #50936F;
}
.AnyTagClassName
{
color: #50936F;
}
</style>
background-color css
<style>
a { background-color: #50936F; }
a { background-color: rgb(80,147,111); }
div.DivClassName
{
background-color: #50936F;
}
.BgClassName
{
background-color: #50936F;
}
</style>
border-color css
<style>
span { border-color: #50936F; }
span { border-color: rgb(80,147,111); }
td.TdClassName
{
border-color: #50936F;
}
.TagClassName
{
border-color: #50936F;
}
</style>