Shades of Ocean Green #50926F
Tints of Ocean Green #50926F
RGB
CMYK
RGB Variations
Color information
#50926F (or 0x50926F) is known color: Ocean Green. HEX triplet: 50, 92 and 6F. RGB value is (80,146,111). Sum of RGB (Red+Green+Blue) = 80+146+111=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 146 - color contains mainly: green. Hex color #50926F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50926F is #AF6D90. Grayscale: #7A7A7A. Windows color (decimal): -11496849 or 7311952. OLE color: 7311952.
HSL color Cylindrical-coordinate representation of color #50926F: hue angle of 148.18º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #50926F is Cyan = 0.45, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 146 | 111 | - |
| CMYK | 0.45 | 0 | 0.24 | 0.43 |
| HSL | 148.18º | 0.29% | 0.44% | - |
| HSV(B) | 148.18º | 0.45% | 0.57% | - |
| XYZ | 16.46 | 23.41 | 18.69 | - |
| YUV | 122.28 | 121.63 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 111 | 0.45 | 0 | 0.24 | 0.43 | 148.18 | 0.29 | 0.44 |
| Hex | 50 | 92 | 6F | 2D | 0 | 18 | 2B | 94 | 1D | 2C |
| Octal | 120 | 222 | 157 | 55 | 0 | 30 | 53 | 224 | 35 | 54 |
| Binary | 1010000 | 10010010 | 1101111 | 101101 | 0 | 11000 | 101011 | 10010100 | 11101 | 101100 |
Color Harmonies of #50926F
Complementary color
Monochromatic Colors of #50926F
Black with #50926F
Text Example
Text Example
White with #50926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50926F; }
p { color: rgb(80,146,111); }
H1.HeaderClassName
{
color: #50926F;
}
.AnyTagClassName
{
color: #50926F;
}
</style>
background-color css
<style>
a { background-color: #50926F; }
a { background-color: rgb(80,146,111); }
div.DivClassName
{
background-color: #50926F;
}
.BgClassName
{
background-color: #50926F;
}
</style>
border-color css
<style>
span { border-color: #50926F; }
span { border-color: rgb(80,146,111); }
td.TdClassName
{
border-color: #50926F;
}
.TagClassName
{
border-color: #50926F;
}
</style>