Shades of Ocean Green #50A986
Tints of Ocean Green #50A986
RGB
CMYK
RGB Variations
Color information
#50A986 (or 0x50A986) is known color: Ocean Green. HEX triplet: 50, A9 and 86. RGB value is (80,169,134). Sum of RGB (Red+Green+Blue) = 80+169+134=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 169 (66.41% from 255 or 44.13% from 383); Blue value is 134 (52.73% from 255 or 34.99% from 383); Max value from RGB is 169 - color contains mainly: green. Hex color #50A986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A986 is #AF5679. Grayscale: #8A8A8A. Windows color (decimal): -11490938 or 8825168. OLE color: 8825168.
HSL color Cylindrical-coordinate representation of color #50A986: hue angle of 156.4º 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 #50A986 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 169 | 134 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.34 |
| HSL | 156.4º | 0.36% | 0.49% | - |
| HSV(B) | 156.4º | 0.53% | 0.66% | - |
| XYZ | 21.8 | 31.8 | 27.54 | - |
| YUV | 138.4 | 125.51 | 86.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 169 | 134 | 0.53 | 0 | 0.21 | 0.34 | 156.4 | 0.36 | 0.49 |
| Hex | 50 | A9 | 86 | 35 | 0 | 15 | 22 | 9C | 24 | 31 |
| Octal | 120 | 251 | 206 | 65 | 0 | 25 | 42 | 234 | 44 | 61 |
| Binary | 1010000 | 10101001 | 10000110 | 110101 | 0 | 10101 | 100010 | 10011100 | 100100 | 110001 |
Color Harmonies of #50A986
Complementary color
Monochromatic Colors of #50A986
Black with #50A986
Text Example
Text Example
White with #50A986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A986; }
p { color: rgb(80,169,134); }
H1.HeaderClassName
{
color: #50A986;
}
.AnyTagClassName
{
color: #50A986;
}
</style>
background-color css
<style>
a { background-color: #50A986; }
a { background-color: rgb(80,169,134); }
div.DivClassName
{
background-color: #50A986;
}
.BgClassName
{
background-color: #50A986;
}
</style>
border-color css
<style>
span { border-color: #50A986; }
span { border-color: rgb(80,169,134); }
td.TdClassName
{
border-color: #50A986;
}
.TagClassName
{
border-color: #50A986;
}
</style>