Shades of Ocean Green #509D7E
Tints of Ocean Green #509D7E
RGB
CMYK
RGB Variations
Color information
#509D7E (or 0x509D7E) is known color: Ocean Green. HEX triplet: 50, 9D and 7E. RGB value is (80,157,126). Sum of RGB (Red+Green+Blue) = 80+157+126=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 157 (61.72% from 255 or 43.25% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 157 - color contains mainly: green. Hex color #509D7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509D7E is #AF6281. Grayscale: #828282. Windows color (decimal): -11494018 or 8297808. OLE color: 8297808.
HSL color Cylindrical-coordinate representation of color #509D7E: hue angle of 155.84º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #509D7E is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 157 | 126 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.38 |
| HSL | 155.84º | 0.32% | 0.46% | - |
| HSV(B) | 155.84º | 0.49% | 0.62% | - |
| XYZ | 19.13 | 27.33 | 24 | - |
| YUV | 130.44 | 125.49 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 126 | 0.49 | 0 | 0.20 | 0.38 | 155.84 | 0.32 | 0.46 |
| Hex | 50 | 9D | 7E | 31 | 0 | 14 | 26 | 9C | 20 | 2E |
| Octal | 120 | 235 | 176 | 61 | 0 | 24 | 46 | 234 | 40 | 56 |
| Binary | 1010000 | 10011101 | 1111110 | 110001 | 0 | 10100 | 100110 | 10011100 | 100000 | 101110 |
Color Harmonies of #509D7E
Complementary color
Monochromatic Colors of #509D7E
Black with #509D7E
Text Example
Text Example
White with #509D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509D7E; }
p { color: rgb(80,157,126); }
H1.HeaderClassName
{
color: #509D7E;
}
.AnyTagClassName
{
color: #509D7E;
}
</style>
background-color css
<style>
a { background-color: #509D7E; }
a { background-color: rgb(80,157,126); }
div.DivClassName
{
background-color: #509D7E;
}
.BgClassName
{
background-color: #509D7E;
}
</style>
border-color css
<style>
span { border-color: #509D7E; }
span { border-color: rgb(80,157,126); }
td.TdClassName
{
border-color: #509D7E;
}
.TagClassName
{
border-color: #509D7E;
}
</style>