Shades of Ocean Green #50A077
Tints of Ocean Green #50A077
RGB
CMYK
RGB Variations
Color information
#50A077 (or 0x50A077) is known color: Ocean Green. HEX triplet: 50, A0 and 77. RGB value is (80,160,119). Sum of RGB (Red+Green+Blue) = 80+160+119=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 160 - color contains mainly: green. Hex color #50A077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A077 is #AF5F88. Grayscale: #838383. Windows color (decimal): -11493257 or 7839824. OLE color: 7839824.
HSL color Cylindrical-coordinate representation of color #50A077: hue angle of 149.25º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50A077 is Cyan = 0.5, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 160 | 119 | - |
| CMYK | 0.5 | 0 | 0.26 | 0.37 |
| HSL | 149.25º | 0.33% | 0.47% | - |
| HSV(B) | 149.25º | 0.5% | 0.63% | - |
| XYZ | 19.21 | 28.18 | 21.88 | - |
| YUV | 131.41 | 121 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 160 | 119 | 0.5 | 0 | 0.26 | 0.37 | 149.25 | 0.33 | 0.47 |
| Hex | 50 | A0 | 77 | 32 | 0 | 1A | 25 | 95 | 21 | 2F |
| Octal | 120 | 240 | 167 | 62 | 0 | 32 | 45 | 225 | 41 | 57 |
| Binary | 1010000 | 10100000 | 1110111 | 110010 | 0 | 11010 | 100101 | 10010101 | 100001 | 101111 |
Color Harmonies of #50A077
Complementary color
Monochromatic Colors of #50A077
Black with #50A077
Text Example
Text Example
White with #50A077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A077; }
p { color: rgb(80,160,119); }
H1.HeaderClassName
{
color: #50A077;
}
.AnyTagClassName
{
color: #50A077;
}
</style>
background-color css
<style>
a { background-color: #50A077; }
a { background-color: rgb(80,160,119); }
div.DivClassName
{
background-color: #50A077;
}
.BgClassName
{
background-color: #50A077;
}
</style>
border-color css
<style>
span { border-color: #50A077; }
span { border-color: rgb(80,160,119); }
td.TdClassName
{
border-color: #50A077;
}
.TagClassName
{
border-color: #50A077;
}
</style>