Shades of Ocean Green #509874
Tints of Ocean Green #509874
RGB
CMYK
RGB Variations
Color information
#509874 (or 0x509874) is known color: Ocean Green. HEX triplet: 50, 98 and 74. RGB value is (80,152,116). Sum of RGB (Red+Green+Blue) = 80+152+116=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 116 (45.70% from 255 or 33.33% from 348); Max value from RGB is 152 - color contains mainly: green. Hex color #509874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509874 is #AF678B. Grayscale: #7E7E7E. Windows color (decimal): -11495308 or 7641168. OLE color: 7641168.
HSL color Cylindrical-coordinate representation of color #509874: hue angle of 150º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #509874 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 80 | 152 | 116 | - |
| CMYK | 0.47 | 0 | 0.24 | 0.40 |
| HSL | 150º | 0.31% | 0.45% | - |
| HSV(B) | 150º | 0.47% | 0.6% | - |
| XYZ | 17.69 | 25.42 | 20.5 | - |
| YUV | 126.37 | 122.15 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 152 | 116 | 0.47 | 0 | 0.24 | 0.40 | 150 | 0.31 | 0.45 |
| Hex | 50 | 98 | 74 | 2F | 0 | 18 | 28 | 96 | 1F | 2D |
| Octal | 120 | 230 | 164 | 57 | 0 | 30 | 50 | 226 | 37 | 55 |
| Binary | 1010000 | 10011000 | 1110100 | 101111 | 0 | 11000 | 101000 | 10010110 | 11111 | 101101 |
Color Harmonies of #509874
Complementary color
Monochromatic Colors of #509874
Black with #509874
Text Example
Text Example
White with #509874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509874; }
p { color: rgb(80,152,116); }
H1.HeaderClassName
{
color: #509874;
}
.AnyTagClassName
{
color: #509874;
}
</style>
background-color css
<style>
a { background-color: #509874; }
a { background-color: rgb(80,152,116); }
div.DivClassName
{
background-color: #509874;
}
.BgClassName
{
background-color: #509874;
}
</style>
border-color css
<style>
span { border-color: #509874; }
span { border-color: rgb(80,152,116); }
td.TdClassName
{
border-color: #509874;
}
.TagClassName
{
border-color: #509874;
}
</style>