Shades of Ocean Green #509B7B
Tints of Ocean Green #509B7B
RGB
CMYK
RGB Variations
Color information
#509B7B (or 0x509B7B) is known color: Ocean Green. HEX triplet: 50, 9B and 7B. RGB value is (80,155,123). Sum of RGB (Red+Green+Blue) = 80+155+123=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 155 (60.94% from 255 or 43.30% from 358); Blue value is 123 (48.44% from 255 or 34.36% from 358); Max value from RGB is 155 - color contains mainly: green. Hex color #509B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509B7B is #AF6484. Grayscale: #808080. Windows color (decimal): -11494533 or 8100688. OLE color: 8100688.
HSL color Cylindrical-coordinate representation of color #509B7B: hue angle of 154.4º 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 #509B7B is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 155 | 123 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.39 |
| HSL | 154.4º | 0.32% | 0.46% | - |
| HSV(B) | 154.4º | 0.48% | 0.61% | - |
| XYZ | 18.6 | 26.58 | 22.89 | - |
| YUV | 128.93 | 124.65 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 155 | 123 | 0.48 | 0 | 0.21 | 0.39 | 154.4 | 0.32 | 0.46 |
| Hex | 50 | 9B | 7B | 30 | 0 | 15 | 27 | 9A | 20 | 2E |
| Octal | 120 | 233 | 173 | 60 | 0 | 25 | 47 | 232 | 40 | 56 |
| Binary | 1010000 | 10011011 | 1111011 | 110000 | 0 | 10101 | 100111 | 10011010 | 100000 | 101110 |
Color Harmonies of #509B7B
Complementary color
Monochromatic Colors of #509B7B
Black with #509B7B
Text Example
Text Example
White with #509B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509B7B; }
p { color: rgb(80,155,123); }
H1.HeaderClassName
{
color: #509B7B;
}
.AnyTagClassName
{
color: #509B7B;
}
</style>
background-color css
<style>
a { background-color: #509B7B; }
a { background-color: rgb(80,155,123); }
div.DivClassName
{
background-color: #509B7B;
}
.BgClassName
{
background-color: #509B7B;
}
</style>
border-color css
<style>
span { border-color: #509B7B; }
span { border-color: rgb(80,155,123); }
td.TdClassName
{
border-color: #509B7B;
}
.TagClassName
{
border-color: #509B7B;
}
</style>