Shades of Ocean Green #50AC78
Tints of Ocean Green #50AC78
RGB
CMYK
RGB Variations
Color information
#50AC78 (or 0x50AC78) is known color: Ocean Green. HEX triplet: 50, AC and 78. RGB value is (80,172,120). Sum of RGB (Red+Green+Blue) = 80+172+120=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AC78 is #AF5387. Grayscale: #8A8A8A. Windows color (decimal): -11490184 or 7908432. OLE color: 7908432.
HSL color Cylindrical-coordinate representation of color #50AC78: hue angle of 146.09º 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 #50AC78 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 172 | 120 | - |
| CMYK | 0.53 | 0 | 0.30 | 0.33 |
| HSL | 146.09º | 0.37% | 0.49% | - |
| HSV(B) | 146.09º | 0.53% | 0.67% | - |
| XYZ | 21.45 | 32.57 | 22.92 | - |
| YUV | 138.56 | 117.52 | 86.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 172 | 120 | 0.53 | 0 | 0.30 | 0.33 | 146.09 | 0.37 | 0.49 |
| Hex | 50 | AC | 78 | 35 | 0 | 1E | 21 | 92 | 25 | 31 |
| Octal | 120 | 254 | 170 | 65 | 0 | 36 | 41 | 222 | 45 | 61 |
| Binary | 1010000 | 10101100 | 1111000 | 110101 | 0 | 11110 | 100001 | 10010010 | 100101 | 110001 |
Color Harmonies of #50AC78
Complementary color
Monochromatic Colors of #50AC78
Black with #50AC78
Text Example
Text Example
White with #50AC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AC78; }
p { color: rgb(80,172,120); }
H1.HeaderClassName
{
color: #50AC78;
}
.AnyTagClassName
{
color: #50AC78;
}
</style>
background-color css
<style>
a { background-color: #50AC78; }
a { background-color: rgb(80,172,120); }
div.DivClassName
{
background-color: #50AC78;
}
.BgClassName
{
background-color: #50AC78;
}
</style>
border-color css
<style>
span { border-color: #50AC78; }
span { border-color: rgb(80,172,120); }
td.TdClassName
{
border-color: #50AC78;
}
.TagClassName
{
border-color: #50AC78;
}
</style>