Shades of Ocean Green #50AD85
Tints of Ocean Green #50AD85
RGB
CMYK
RGB Variations
Color information
#50AD85 (or 0x50AD85) is known color: Ocean Green. HEX triplet: 50, AD and 85. RGB value is (80,173,133). Sum of RGB (Red+Green+Blue) = 80+173+133=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AD85 is #AF527A. Grayscale: #8C8C8C. Windows color (decimal): -11489915 or 8760656. OLE color: 8760656.
HSL color Cylindrical-coordinate representation of color #50AD85: hue angle of 154.19º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AD85 is Cyan = 0.54, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 173 | 133 | - |
| CMYK | 0.54 | 0 | 0.23 | 0.32 |
| HSL | 154.19º | 0.37% | 0.5% | - |
| HSV(B) | 154.19º | 0.54% | 0.68% | - |
| XYZ | 22.49 | 33.29 | 27.43 | - |
| YUV | 140.63 | 123.69 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 133 | 0.54 | 0 | 0.23 | 0.32 | 154.19 | 0.37 | 0.5 |
| Hex | 50 | AD | 85 | 36 | 0 | 17 | 20 | 9A | 25 | 32 |
| Octal | 120 | 255 | 205 | 66 | 0 | 27 | 40 | 232 | 45 | 62 |
| Binary | 1010000 | 10101101 | 10000101 | 110110 | 0 | 10111 | 100000 | 10011010 | 100101 | 110010 |
Color Harmonies of #50AD85
Complementary color
Monochromatic Colors of #50AD85
Black with #50AD85
Text Example
Text Example
White with #50AD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AD85; }
p { color: rgb(80,173,133); }
H1.HeaderClassName
{
color: #50AD85;
}
.AnyTagClassName
{
color: #50AD85;
}
</style>
background-color css
<style>
a { background-color: #50AD85; }
a { background-color: rgb(80,173,133); }
div.DivClassName
{
background-color: #50AD85;
}
.BgClassName
{
background-color: #50AD85;
}
</style>
border-color css
<style>
span { border-color: #50AD85; }
span { border-color: rgb(80,173,133); }
td.TdClassName
{
border-color: #50AD85;
}
.TagClassName
{
border-color: #50AD85;
}
</style>