Shades of Ocean Green #509576
Tints of Ocean Green #509576
RGB
CMYK
RGB Variations
Color information
#509576 (or 0x509576) is known color: Ocean Green. HEX triplet: 50, 95 and 76. RGB value is (80,149,118). Sum of RGB (Red+Green+Blue) = 80+149+118=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 149 (58.59% from 255 or 42.94% from 347); Blue value is 118 (46.48% from 255 or 34.01% from 347); Max value from RGB is 149 - color contains mainly: green. Hex color #509576 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509576 is #AF6A89. Grayscale: #7C7C7C. Windows color (decimal): -11496074 or 7771472. OLE color: 7771472.
HSL color Cylindrical-coordinate representation of color #509576: hue angle of 153.04º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #509576 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 149 | 118 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.42 |
| HSL | 153.04º | 0.3% | 0.45% | - |
| HSV(B) | 153.04º | 0.46% | 0.58% | - |
| XYZ | 17.33 | 24.51 | 20.96 | - |
| YUV | 124.84 | 124.14 | 96.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 149 | 118 | 0.46 | 0 | 0.21 | 0.42 | 153.04 | 0.3 | 0.45 |
| Hex | 50 | 95 | 76 | 2E | 0 | 15 | 2A | 99 | 1E | 2D |
| Octal | 120 | 225 | 166 | 56 | 0 | 25 | 52 | 231 | 36 | 55 |
| Binary | 1010000 | 10010101 | 1110110 | 101110 | 0 | 10101 | 101010 | 10011001 | 11110 | 101101 |
Color Harmonies of #509576
Complementary color
Monochromatic Colors of #509576
Black with #509576
Text Example
Text Example
White with #509576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509576; }
p { color: rgb(80,149,118); }
H1.HeaderClassName
{
color: #509576;
}
.AnyTagClassName
{
color: #509576;
}
</style>
background-color css
<style>
a { background-color: #509576; }
a { background-color: rgb(80,149,118); }
div.DivClassName
{
background-color: #509576;
}
.BgClassName
{
background-color: #509576;
}
</style>
border-color css
<style>
span { border-color: #509576; }
span { border-color: rgb(80,149,118); }
td.TdClassName
{
border-color: #509576;
}
.TagClassName
{
border-color: #509576;
}
</style>