Shades of Ocean Green #50A86C
Tints of Ocean Green #50A86C
RGB
CMYK
RGB Variations
Color information
#50A86C (or 0x50A86C) is known color: Ocean Green. HEX triplet: 50, A8 and 6C. RGB value is (80,168,108). Sum of RGB (Red+Green+Blue) = 80+168+108=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 168 - color contains mainly: green. Hex color #50A86C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A86C is #AF5793. Grayscale: #878787. Windows color (decimal): -11491220 or 7120976. OLE color: 7120976.
HSL color Cylindrical-coordinate representation of color #50A86C: hue angle of 139.09º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A86C is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 168 | 108 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.34 |
| HSL | 139.09º | 0.35% | 0.49% | - |
| HSV(B) | 139.09º | 0.52% | 0.66% | - |
| XYZ | 20.02 | 30.79 | 19.08 | - |
| YUV | 134.85 | 112.85 | 88.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 168 | 108 | 0.52 | 0 | 0.36 | 0.34 | 139.09 | 0.35 | 0.49 |
| Hex | 50 | A8 | 6C | 34 | 0 | 24 | 22 | 8B | 23 | 31 |
| Octal | 120 | 250 | 154 | 64 | 0 | 44 | 42 | 213 | 43 | 61 |
| Binary | 1010000 | 10101000 | 1101100 | 110100 | 0 | 100100 | 100010 | 10001011 | 100011 | 110001 |
Color Harmonies of #50A86C
Complementary color
Monochromatic Colors of #50A86C
Black with #50A86C
Text Example
Text Example
White with #50A86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A86C; }
p { color: rgb(80,168,108); }
H1.HeaderClassName
{
color: #50A86C;
}
.AnyTagClassName
{
color: #50A86C;
}
</style>
background-color css
<style>
a { background-color: #50A86C; }
a { background-color: rgb(80,168,108); }
div.DivClassName
{
background-color: #50A86C;
}
.BgClassName
{
background-color: #50A86C;
}
</style>
border-color css
<style>
span { border-color: #50A86C; }
span { border-color: rgb(80,168,108); }
td.TdClassName
{
border-color: #50A86C;
}
.TagClassName
{
border-color: #50A86C;
}
</style>