Shades of Ocean Green #50996B
Tints of Ocean Green #50996B
RGB
CMYK
RGB Variations
Color information
#50996B (or 0x50996B) is known color: Ocean Green. HEX triplet: 50, 99 and 6B. RGB value is (80,153,107). Sum of RGB (Red+Green+Blue) = 80+153+107=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #50996B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50996B is #AF6694. Grayscale: #7E7E7E. Windows color (decimal): -11495061 or 7051600. OLE color: 7051600.
HSL color Cylindrical-coordinate representation of color #50996B: hue angle of 142.19º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50996B is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 80 | 153 | 107 | - |
| CMYK | 0.48 | 0 | 0.30 | 0.4 |
| HSL | 142.19º | 0.31% | 0.46% | - |
| HSV(B) | 142.19º | 0.48% | 0.6% | - |
| XYZ | 17.35 | 25.55 | 17.93 | - |
| YUV | 125.93 | 117.32 | 95.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 153 | 107 | 0.48 | 0 | 0.30 | 0.4 | 142.19 | 0.31 | 0.46 |
| Hex | 50 | 99 | 6B | 30 | 0 | 1E | 28 | 8E | 1F | 2E |
| Octal | 120 | 231 | 153 | 60 | 0 | 36 | 50 | 216 | 37 | 56 |
| Binary | 1010000 | 10011001 | 1101011 | 110000 | 0 | 11110 | 101000 | 10001110 | 11111 | 101110 |
Color Harmonies of #50996B
Complementary color
Monochromatic Colors of #50996B
Black with #50996B
Text Example
Text Example
White with #50996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50996B; }
p { color: rgb(80,153,107); }
H1.HeaderClassName
{
color: #50996B;
}
.AnyTagClassName
{
color: #50996B;
}
</style>
background-color css
<style>
a { background-color: #50996B; }
a { background-color: rgb(80,153,107); }
div.DivClassName
{
background-color: #50996B;
}
.BgClassName
{
background-color: #50996B;
}
</style>
border-color css
<style>
span { border-color: #50996B; }
span { border-color: rgb(80,153,107); }
td.TdClassName
{
border-color: #50996B;
}
.TagClassName
{
border-color: #50996B;
}
</style>