Shades of Ocean Green #50AC85
Tints of Ocean Green #50AC85
RGB
CMYK
RGB Variations
Color information
#50AC85 (or 0x50AC85) is known color: Ocean Green. HEX triplet: 50, AC and 85. RGB value is (80,172,133). Sum of RGB (Red+Green+Blue) = 80+172+133=385 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.78% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AC85 is #AF537A. Grayscale: #8C8C8C. Windows color (decimal): -11490171 or 8760400. OLE color: 8760400.
HSL color Cylindrical-coordinate representation of color #50AC85: hue angle of 154.57º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50AC85 is Cyan = 0.53, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 172 | 133 | - |
| CMYK | 0.53 | 0 | 0.23 | 0.33 |
| HSL | 154.57º | 0.37% | 0.49% | - |
| HSV(B) | 154.57º | 0.53% | 0.67% | - |
| XYZ | 22.29 | 32.9 | 27.37 | - |
| YUV | 140.05 | 124.02 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 172 | 133 | 0.53 | 0 | 0.23 | 0.33 | 154.57 | 0.37 | 0.49 |
| Hex | 50 | AC | 85 | 35 | 0 | 17 | 21 | 9B | 25 | 31 |
| Octal | 120 | 254 | 205 | 65 | 0 | 27 | 41 | 233 | 45 | 61 |
| Binary | 1010000 | 10101100 | 10000101 | 110101 | 0 | 10111 | 100001 | 10011011 | 100101 | 110001 |
Color Harmonies of #50AC85
Complementary color
Monochromatic Colors of #50AC85
Black with #50AC85
Text Example
Text Example
White with #50AC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AC85; }
p { color: rgb(80,172,133); }
H1.HeaderClassName
{
color: #50AC85;
}
.AnyTagClassName
{
color: #50AC85;
}
</style>
background-color css
<style>
a { background-color: #50AC85; }
a { background-color: rgb(80,172,133); }
div.DivClassName
{
background-color: #50AC85;
}
.BgClassName
{
background-color: #50AC85;
}
</style>
border-color css
<style>
span { border-color: #50AC85; }
span { border-color: rgb(80,172,133); }
td.TdClassName
{
border-color: #50AC85;
}
.TagClassName
{
border-color: #50AC85;
}
</style>