Shades of Ocean Green #50A987
Tints of Ocean Green #50A987
RGB
CMYK
RGB Variations
Color information
#50A987 (or 0x50A987) is known color: Ocean Green. HEX triplet: 50, A9 and 87. RGB value is (80,169,135). Sum of RGB (Red+Green+Blue) = 80+169+135=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 169 (66.41% from 255 or 44.01% from 384); Blue value is 135 (53.12% from 255 or 35.16% from 384); Max value from RGB is 169 - color contains mainly: green. Hex color #50A987 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A987 is #AF5678. Grayscale: #8A8A8A. Windows color (decimal): -11490937 or 8890704. OLE color: 8890704.
HSL color Cylindrical-coordinate representation of color #50A987: hue angle of 157.08º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50A987 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 169 | 135 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.34 |
| HSL | 157.08º | 0.36% | 0.49% | - |
| HSV(B) | 157.08º | 0.53% | 0.66% | - |
| XYZ | 21.87 | 31.83 | 27.91 | - |
| YUV | 138.51 | 126.01 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 169 | 135 | 0.53 | 0 | 0.20 | 0.34 | 157.08 | 0.36 | 0.49 |
| Hex | 50 | A9 | 87 | 35 | 0 | 14 | 22 | 9D | 24 | 31 |
| Octal | 120 | 251 | 207 | 65 | 0 | 24 | 42 | 235 | 44 | 61 |
| Binary | 1010000 | 10101001 | 10000111 | 110101 | 0 | 10100 | 100010 | 10011101 | 100100 | 110001 |
Color Harmonies of #50A987
Complementary color
Monochromatic Colors of #50A987
Black with #50A987
Text Example
Text Example
White with #50A987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A987; }
p { color: rgb(80,169,135); }
H1.HeaderClassName
{
color: #50A987;
}
.AnyTagClassName
{
color: #50A987;
}
</style>
background-color css
<style>
a { background-color: #50A987; }
a { background-color: rgb(80,169,135); }
div.DivClassName
{
background-color: #50A987;
}
.BgClassName
{
background-color: #50A987;
}
</style>
border-color css
<style>
span { border-color: #50A987; }
span { border-color: rgb(80,169,135); }
td.TdClassName
{
border-color: #50A987;
}
.TagClassName
{
border-color: #50A987;
}
</style>