Shades of Ocean Green #509F6A
Tints of Ocean Green #509F6A
RGB
CMYK
RGB Variations
Color information
#509F6A (or 0x509F6A) is known color: Ocean Green. HEX triplet: 50, 9F and 6A. RGB value is (80,159,106). Sum of RGB (Red+Green+Blue) = 80+159+106=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 159 - color contains mainly: green. Hex color #509F6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509F6A is #AF6095. Grayscale: #818181. Windows color (decimal): -11493526 or 6987600. OLE color: 6987600.
HSL color Cylindrical-coordinate representation of color #509F6A: hue angle of 139.75º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #509F6A is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 159 | 106 | - |
| CMYK | 0.50 | 0 | 0.33 | 0.38 |
| HSL | 139.75º | 0.33% | 0.47% | - |
| HSV(B) | 139.75º | 0.5% | 0.62% | - |
| XYZ | 18.31 | 27.54 | 17.99 | - |
| YUV | 129.34 | 114.83 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 159 | 106 | 0.50 | 0 | 0.33 | 0.38 | 139.75 | 0.33 | 0.47 |
| Hex | 50 | 9F | 6A | 32 | 0 | 21 | 26 | 8C | 21 | 2F |
| Octal | 120 | 237 | 152 | 62 | 0 | 41 | 46 | 214 | 41 | 57 |
| Binary | 1010000 | 10011111 | 1101010 | 110010 | 0 | 100001 | 100110 | 10001100 | 100001 | 101111 |
Color Harmonies of #509F6A
Complementary color
Monochromatic Colors of #509F6A
Black with #509F6A
Text Example
Text Example
White with #509F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509F6A; }
p { color: rgb(80,159,106); }
H1.HeaderClassName
{
color: #509F6A;
}
.AnyTagClassName
{
color: #509F6A;
}
</style>
background-color css
<style>
a { background-color: #509F6A; }
a { background-color: rgb(80,159,106); }
div.DivClassName
{
background-color: #509F6A;
}
.BgClassName
{
background-color: #509F6A;
}
</style>
border-color css
<style>
span { border-color: #509F6A; }
span { border-color: rgb(80,159,106); }
td.TdClassName
{
border-color: #509F6A;
}
.TagClassName
{
border-color: #509F6A;
}
</style>