Shades of Ocean Green #50B57A
Tints of Ocean Green #50B57A
RGB
CMYK
RGB Variations
Color information
#50B57A (or 0x50B57A) is known color: Ocean Green. HEX triplet: 50, B5 and 7A. RGB value is (80,181,122). Sum of RGB (Red+Green+Blue) = 80+181+122=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 181 (71.09% from 255 or 47.26% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 181 - color contains mainly: green. Hex color #50B57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B57A is #AF4A85. Grayscale: #909090. Windows color (decimal): -11487878 or 8041808. OLE color: 8041808.
HSL color Cylindrical-coordinate representation of color #50B57A: hue angle of 144.95º 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 #50B57A is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 181 | 122 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.29 |
| HSL | 144.95º | 0.41% | 0.51% | - |
| HSV(B) | 144.95º | 0.56% | 0.71% | - |
| XYZ | 23.34 | 36.16 | 24.16 | - |
| YUV | 144.08 | 115.54 | 82.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 181 | 122 | 0.56 | 0 | 0.33 | 0.29 | 144.95 | 0.41 | 0.51 |
| Hex | 50 | B5 | 7A | 38 | 0 | 21 | 1D | 91 | 29 | 33 |
| Octal | 120 | 265 | 172 | 70 | 0 | 41 | 35 | 221 | 51 | 63 |
| Binary | 1010000 | 10110101 | 1111010 | 111000 | 0 | 100001 | 11101 | 10010001 | 101001 | 110011 |
Color Harmonies of #50B57A
Complementary color
Monochromatic Colors of #50B57A
Black with #50B57A
Text Example
Text Example
White with #50B57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B57A; }
p { color: rgb(80,181,122); }
H1.HeaderClassName
{
color: #50B57A;
}
.AnyTagClassName
{
color: #50B57A;
}
</style>
background-color css
<style>
a { background-color: #50B57A; }
a { background-color: rgb(80,181,122); }
div.DivClassName
{
background-color: #50B57A;
}
.BgClassName
{
background-color: #50B57A;
}
</style>
border-color css
<style>
span { border-color: #50B57A; }
span { border-color: rgb(80,181,122); }
td.TdClassName
{
border-color: #50B57A;
}
.TagClassName
{
border-color: #50B57A;
}
</style>