Shades of Ocean Green #50B57D
Tints of Ocean Green #50B57D
RGB
CMYK
RGB Variations
Color information
#50B57D (or 0x50B57D) is known color: Ocean Green. HEX triplet: 50, B5 and 7D. RGB value is (80,181,125). Sum of RGB (Red+Green+Blue) = 80+181+125=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 181 - color contains mainly: green. Hex color #50B57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B57D is #AF4A82. Grayscale: #909090. Windows color (decimal): -11487875 or 8238416. OLE color: 8238416.
HSL color Cylindrical-coordinate representation of color #50B57D: hue angle of 146.73º 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 #50B57D is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 181 | 125 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.29 |
| HSL | 146.73º | 0.41% | 0.51% | - |
| HSV(B) | 146.73º | 0.56% | 0.71% | - |
| XYZ | 23.53 | 36.23 | 25.16 | - |
| YUV | 144.42 | 117.04 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 181 | 125 | 0.56 | 0 | 0.31 | 0.29 | 146.73 | 0.41 | 0.51 |
| Hex | 50 | B5 | 7D | 38 | 0 | 1F | 1D | 93 | 29 | 33 |
| Octal | 120 | 265 | 175 | 70 | 0 | 37 | 35 | 223 | 51 | 63 |
| Binary | 1010000 | 10110101 | 1111101 | 111000 | 0 | 11111 | 11101 | 10010011 | 101001 | 110011 |
Color Harmonies of #50B57D
Complementary color
Monochromatic Colors of #50B57D
Black with #50B57D
Text Example
Text Example
White with #50B57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B57D; }
p { color: rgb(80,181,125); }
H1.HeaderClassName
{
color: #50B57D;
}
.AnyTagClassName
{
color: #50B57D;
}
</style>
background-color css
<style>
a { background-color: #50B57D; }
a { background-color: rgb(80,181,125); }
div.DivClassName
{
background-color: #50B57D;
}
.BgClassName
{
background-color: #50B57D;
}
</style>
border-color css
<style>
span { border-color: #50B57D; }
span { border-color: rgb(80,181,125); }
td.TdClassName
{
border-color: #50B57D;
}
.TagClassName
{
border-color: #50B57D;
}
</style>