Shades of Ocean Green #50926C
Tints of Ocean Green #50926C
RGB
CMYK
RGB Variations
Color information
#50926C (or 0x50926C) is known color: Ocean Green. HEX triplet: 50, 92 and 6C. RGB value is (80,146,108). Sum of RGB (Red+Green+Blue) = 80+146+108=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #50926C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50926C is #AF6D93. Grayscale: #7A7A7A. Windows color (decimal): -11496852 or 7115344. OLE color: 7115344.
HSL color Cylindrical-coordinate representation of color #50926C: hue angle of 145.45º 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 #50926C is Cyan = 0.45, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 80 | 146 | 108 | - |
| CMYK | 0.45 | 0 | 0.26 | 0.43 |
| HSL | 145.45º | 0.29% | 0.44% | - |
| HSV(B) | 145.45º | 0.45% | 0.57% | - |
| XYZ | 16.29 | 23.35 | 17.83 | - |
| YUV | 121.93 | 120.13 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 146 | 108 | 0.45 | 0 | 0.26 | 0.43 | 145.45 | 0.29 | 0.44 |
| Hex | 50 | 92 | 6C | 2D | 0 | 1A | 2B | 91 | 1D | 2C |
| Octal | 120 | 222 | 154 | 55 | 0 | 32 | 53 | 221 | 35 | 54 |
| Binary | 1010000 | 10010010 | 1101100 | 101101 | 0 | 11010 | 101011 | 10010001 | 11101 | 101100 |
Color Harmonies of #50926C
Complementary color
Monochromatic Colors of #50926C
Black with #50926C
Text Example
Text Example
White with #50926C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50926C; }
p { color: rgb(80,146,108); }
H1.HeaderClassName
{
color: #50926C;
}
.AnyTagClassName
{
color: #50926C;
}
</style>
background-color css
<style>
a { background-color: #50926C; }
a { background-color: rgb(80,146,108); }
div.DivClassName
{
background-color: #50926C;
}
.BgClassName
{
background-color: #50926C;
}
</style>
border-color css
<style>
span { border-color: #50926C; }
span { border-color: rgb(80,146,108); }
td.TdClassName
{
border-color: #50926C;
}
.TagClassName
{
border-color: #50926C;
}
</style>