Shades of Ocean Green #50B582
Tints of Ocean Green #50B582
RGB
CMYK
RGB Variations
Color information
#50B582 (or 0x50B582) is known color: Ocean Green. HEX triplet: 50, B5 and 82. RGB value is (80,181,130). Sum of RGB (Red+Green+Blue) = 80+181+130=391 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.46% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 181 - color contains mainly: green. Hex color #50B582 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B582 is #AF4A7D. Grayscale: #919191. Windows color (decimal): -11487870 or 8566096. OLE color: 8566096.
HSL color Cylindrical-coordinate representation of color #50B582: hue angle of 149.7º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B582 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 181 | 130 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.29 |
| HSL | 149.7º | 0.41% | 0.51% | - |
| HSV(B) | 149.7º | 0.56% | 0.71% | - |
| XYZ | 23.86 | 36.36 | 26.88 | - |
| YUV | 144.99 | 119.54 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 181 | 130 | 0.56 | 0 | 0.28 | 0.29 | 149.7 | 0.41 | 0.51 |
| Hex | 50 | B5 | 82 | 38 | 0 | 1C | 1D | 96 | 29 | 33 |
| Octal | 120 | 265 | 202 | 70 | 0 | 34 | 35 | 226 | 51 | 63 |
| Binary | 1010000 | 10110101 | 10000010 | 111000 | 0 | 11100 | 11101 | 10010110 | 101001 | 110011 |
Color Harmonies of #50B582
Complementary color
Monochromatic Colors of #50B582
Black with #50B582
Text Example
Text Example
White with #50B582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B582; }
p { color: rgb(80,181,130); }
H1.HeaderClassName
{
color: #50B582;
}
.AnyTagClassName
{
color: #50B582;
}
</style>
background-color css
<style>
a { background-color: #50B582; }
a { background-color: rgb(80,181,130); }
div.DivClassName
{
background-color: #50B582;
}
.BgClassName
{
background-color: #50B582;
}
</style>
border-color css
<style>
span { border-color: #50B582; }
span { border-color: rgb(80,181,130); }
td.TdClassName
{
border-color: #50B582;
}
.TagClassName
{
border-color: #50B582;
}
</style>