Shades of Ocean Green #50B47C
Tints of Ocean Green #50B47C
RGB
CMYK
RGB Variations
Color information
#50B47C (or 0x50B47C) is known color: Ocean Green. HEX triplet: 50, B4 and 7C. RGB value is (80,180,124). Sum of RGB (Red+Green+Blue) = 80+180+124=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #50B47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B47C is #AF4B83. Grayscale: #8F8F8F. Windows color (decimal): -11488132 or 8172624. OLE color: 8172624.
HSL color Cylindrical-coordinate representation of color #50B47C: hue angle of 146.4º degrees, saturation: 0.4, 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 #50B47C is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 180 | 124 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.29 |
| HSL | 146.4º | 0.4% | 0.51% | - |
| HSV(B) | 146.4º | 0.56% | 0.71% | - |
| XYZ | 23.27 | 35.8 | 24.75 | - |
| YUV | 143.72 | 116.87 | 82.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 180 | 124 | 0.56 | 0 | 0.31 | 0.29 | 146.4 | 0.4 | 0.51 |
| Hex | 50 | B4 | 7C | 38 | 0 | 1F | 1D | 92 | 28 | 33 |
| Octal | 120 | 264 | 174 | 70 | 0 | 37 | 35 | 222 | 50 | 63 |
| Binary | 1010000 | 10110100 | 1111100 | 111000 | 0 | 11111 | 11101 | 10010010 | 101000 | 110011 |
Color Harmonies of #50B47C
Complementary color
Monochromatic Colors of #50B47C
Black with #50B47C
Text Example
Text Example
White with #50B47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B47C; }
p { color: rgb(80,180,124); }
H1.HeaderClassName
{
color: #50B47C;
}
.AnyTagClassName
{
color: #50B47C;
}
</style>
background-color css
<style>
a { background-color: #50B47C; }
a { background-color: rgb(80,180,124); }
div.DivClassName
{
background-color: #50B47C;
}
.BgClassName
{
background-color: #50B47C;
}
</style>
border-color css
<style>
span { border-color: #50B47C; }
span { border-color: rgb(80,180,124); }
td.TdClassName
{
border-color: #50B47C;
}
.TagClassName
{
border-color: #50B47C;
}
</style>