Shades of Ocean Green #509D6B
Tints of Ocean Green #509D6B
RGB
CMYK
RGB Variations
Color information
#509D6B (or 0x509D6B) is known color: Ocean Green. HEX triplet: 50, 9D and 6B. RGB value is (80,157,107). Sum of RGB (Red+Green+Blue) = 80+157+107=344 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.26% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 157 - color contains mainly: green. Hex color #509D6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509D6B is #AF6294. Grayscale: #808080. Windows color (decimal): -11494037 or 7052624. OLE color: 7052624.
HSL color Cylindrical-coordinate representation of color #509D6B: hue angle of 141.04º 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 #509D6B is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 157 | 107 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.38 |
| HSL | 141.04º | 0.32% | 0.46% | - |
| HSV(B) | 141.04º | 0.49% | 0.62% | - |
| XYZ | 18.02 | 26.88 | 18.15 | - |
| YUV | 128.28 | 115.99 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 157 | 107 | 0.49 | 0 | 0.32 | 0.38 | 141.04 | 0.32 | 0.46 |
| Hex | 50 | 9D | 6B | 31 | 0 | 20 | 26 | 8D | 20 | 2E |
| Octal | 120 | 235 | 153 | 61 | 0 | 40 | 46 | 215 | 40 | 56 |
| Binary | 1010000 | 10011101 | 1101011 | 110001 | 0 | 100000 | 100110 | 10001101 | 100000 | 101110 |
Color Harmonies of #509D6B
Complementary color
Monochromatic Colors of #509D6B
Black with #509D6B
Text Example
Text Example
White with #509D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509D6B; }
p { color: rgb(80,157,107); }
H1.HeaderClassName
{
color: #509D6B;
}
.AnyTagClassName
{
color: #509D6B;
}
</style>
background-color css
<style>
a { background-color: #509D6B; }
a { background-color: rgb(80,157,107); }
div.DivClassName
{
background-color: #509D6B;
}
.BgClassName
{
background-color: #509D6B;
}
</style>
border-color css
<style>
span { border-color: #509D6B; }
span { border-color: rgb(80,157,107); }
td.TdClassName
{
border-color: #509D6B;
}
.TagClassName
{
border-color: #509D6B;
}
</style>