Shades of Ocean Green #509B7A
Tints of Ocean Green #509B7A
RGB
CMYK
RGB Variations
Color information
#509B7A (or 0x509B7A) is known color: Ocean Green. HEX triplet: 50, 9B and 7A. RGB value is (80,155,122). Sum of RGB (Red+Green+Blue) = 80+155+122=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 155 - color contains mainly: green. Hex color #509B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B7A is #AF6485. Grayscale: #808080. Windows color (decimal): -11494534 or 8035152. OLE color: 8035152.
HSL color Cylindrical-coordinate representation of color #509B7A: hue angle of 153.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509B7A is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 155 | 122 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.39 |
| HSL | 153.6º | 0.32% | 0.46% | - |
| HSV(B) | 153.6º | 0.48% | 0.61% | - |
| XYZ | 18.54 | 26.55 | 22.56 | - |
| YUV | 128.81 | 124.15 | 93.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 122 | 0.48 | 0 | 0.21 | 0.39 | 153.6 | 0.32 | 0.46 |
| Hex | 50 | 9B | 7A | 30 | 0 | 15 | 27 | 9A | 20 | 2E |
| Octal | 120 | 233 | 172 | 60 | 0 | 25 | 47 | 232 | 40 | 56 |
| Binary | 1010000 | 10011011 | 1111010 | 110000 | 0 | 10101 | 100111 | 10011010 | 100000 | 101110 |
Color Harmonies of #509B7A
Complementary color
Monochromatic Colors of #509B7A
Black with #509B7A
Text Example
Text Example
White with #509B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509B7A; }
p { color: rgb(80,155,122); }
H1.HeaderClassName
{
color: #509B7A;
}
.AnyTagClassName
{
color: #509B7A;
}
</style>
background-color css
<style>
a { background-color: #509B7A; }
a { background-color: rgb(80,155,122); }
div.DivClassName
{
background-color: #509B7A;
}
.BgClassName
{
background-color: #509B7A;
}
</style>
border-color css
<style>
span { border-color: #509B7A; }
span { border-color: rgb(80,155,122); }
td.TdClassName
{
border-color: #509B7A;
}
.TagClassName
{
border-color: #509B7A;
}
</style>