Shades of Ocean Green #509C78
Tints of Ocean Green #509C78
RGB
CMYK
RGB Variations
Color information
#509C78 (or 0x509C78) is known color: Ocean Green. HEX triplet: 50, 9C and 78. RGB value is (80,156,120). Sum of RGB (Red+Green+Blue) = 80+156+120=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 156 (61.33% from 255 or 43.82% from 356); Blue value is 120 (47.27% from 255 or 33.71% from 356); Max value from RGB is 156 - color contains mainly: green. Hex color #509C78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509C78 is #AF6387. Grayscale: #818181. Windows color (decimal): -11494280 or 7904336. OLE color: 7904336.
HSL color Cylindrical-coordinate representation of color #509C78: hue angle of 151.58º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509C78 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 156 | 120 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.39 |
| HSL | 151.58º | 0.32% | 0.46% | - |
| HSV(B) | 151.58º | 0.49% | 0.61% | - |
| XYZ | 18.59 | 26.84 | 21.97 | - |
| YUV | 129.17 | 122.82 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 156 | 120 | 0.49 | 0 | 0.23 | 0.39 | 151.58 | 0.32 | 0.46 |
| Hex | 50 | 9C | 78 | 31 | 0 | 17 | 27 | 98 | 20 | 2E |
| Octal | 120 | 234 | 170 | 61 | 0 | 27 | 47 | 230 | 40 | 56 |
| Binary | 1010000 | 10011100 | 1111000 | 110001 | 0 | 10111 | 100111 | 10011000 | 100000 | 101110 |
Color Harmonies of #509C78
Complementary color
Monochromatic Colors of #509C78
Black with #509C78
Text Example
Text Example
White with #509C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509C78; }
p { color: rgb(80,156,120); }
H1.HeaderClassName
{
color: #509C78;
}
.AnyTagClassName
{
color: #509C78;
}
</style>
background-color css
<style>
a { background-color: #509C78; }
a { background-color: rgb(80,156,120); }
div.DivClassName
{
background-color: #509C78;
}
.BgClassName
{
background-color: #509C78;
}
</style>
border-color css
<style>
span { border-color: #509C78; }
span { border-color: rgb(80,156,120); }
td.TdClassName
{
border-color: #509C78;
}
.TagClassName
{
border-color: #509C78;
}
</style>