Shades of Ocean Green #509575
Tints of Ocean Green #509575
RGB
CMYK
RGB Variations
Color information
#509575 (or 0x509575) is known color: Ocean Green. HEX triplet: 50, 95 and 75. RGB value is (80,149,117). Sum of RGB (Red+Green+Blue) = 80+149+117=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 117 (46.09% from 255 or 33.82% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #509575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509575 is #AF6A8A. Grayscale: #7C7C7C. Windows color (decimal): -11496075 or 7705936. OLE color: 7705936.
HSL color Cylindrical-coordinate representation of color #509575: hue angle of 152.17º 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 #509575 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 149 | 117 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.42 |
| HSL | 152.17º | 0.3% | 0.45% | - |
| HSV(B) | 152.17º | 0.46% | 0.58% | - |
| XYZ | 17.27 | 24.48 | 20.65 | - |
| YUV | 124.72 | 123.64 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 149 | 117 | 0.46 | 0 | 0.21 | 0.42 | 152.17 | 0.3 | 0.45 |
| Hex | 50 | 95 | 75 | 2E | 0 | 15 | 2A | 98 | 1E | 2D |
| Octal | 120 | 225 | 165 | 56 | 0 | 25 | 52 | 230 | 36 | 55 |
| Binary | 1010000 | 10010101 | 1110101 | 101110 | 0 | 10101 | 101010 | 10011000 | 11110 | 101101 |
Color Harmonies of #509575
Complementary color
Monochromatic Colors of #509575
Black with #509575
Text Example
Text Example
White with #509575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509575; }
p { color: rgb(80,149,117); }
H1.HeaderClassName
{
color: #509575;
}
.AnyTagClassName
{
color: #509575;
}
</style>
background-color css
<style>
a { background-color: #509575; }
a { background-color: rgb(80,149,117); }
div.DivClassName
{
background-color: #509575;
}
.BgClassName
{
background-color: #509575;
}
</style>
border-color css
<style>
span { border-color: #509575; }
span { border-color: rgb(80,149,117); }
td.TdClassName
{
border-color: #509575;
}
.TagClassName
{
border-color: #509575;
}
</style>