Shades of Ocean Green #509F7B
Tints of Ocean Green #509F7B
RGB
CMYK
RGB Variations
Color information
#509F7B (or 0x509F7B) is known color: Ocean Green. HEX triplet: 50, 9F and 7B. RGB value is (80,159,123). Sum of RGB (Red+Green+Blue) = 80+159+123=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 159 - color contains mainly: green. Hex color #509F7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509F7B is #AF6084. Grayscale: #838383. Windows color (decimal): -11493509 or 8101712. OLE color: 8101712.
HSL color Cylindrical-coordinate representation of color #509F7B: hue angle of 152.66º 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 #509F7B is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 159 | 123 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.38 |
| HSL | 152.66º | 0.33% | 0.47% | - |
| HSV(B) | 152.66º | 0.5% | 0.62% | - |
| XYZ | 19.28 | 27.93 | 23.11 | - |
| YUV | 131.28 | 123.33 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 159 | 123 | 0.50 | 0 | 0.23 | 0.38 | 152.66 | 0.33 | 0.47 |
| Hex | 50 | 9F | 7B | 32 | 0 | 17 | 26 | 99 | 21 | 2F |
| Octal | 120 | 237 | 173 | 62 | 0 | 27 | 46 | 231 | 41 | 57 |
| Binary | 1010000 | 10011111 | 1111011 | 110010 | 0 | 10111 | 100110 | 10011001 | 100001 | 101111 |
Color Harmonies of #509F7B
Complementary color
Monochromatic Colors of #509F7B
Black with #509F7B
Text Example
Text Example
White with #509F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #509F7B; }
p { color: rgb(80,159,123); }
H1.HeaderClassName
{
color: #509F7B;
}
.AnyTagClassName
{
color: #509F7B;
}
</style>
background-color css
<style>
a { background-color: #509F7B; }
a { background-color: rgb(80,159,123); }
div.DivClassName
{
background-color: #509F7B;
}
.BgClassName
{
background-color: #509F7B;
}
</style>
border-color css
<style>
span { border-color: #509F7B; }
span { border-color: rgb(80,159,123); }
td.TdClassName
{
border-color: #509F7B;
}
.TagClassName
{
border-color: #509F7B;
}
</style>