Shades of Ocean Green #50A977
Tints of Ocean Green #50A977
RGB
CMYK
RGB Variations
Color information
#50A977 (or 0x50A977) is known color: Ocean Green. HEX triplet: 50, A9 and 77. RGB value is (80,169,119). Sum of RGB (Red+Green+Blue) = 80+169+119=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 169 (66.41% from 255 or 45.92% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 169 - color contains mainly: green. Hex color #50A977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A977 is #AF5688. Grayscale: #888888. Windows color (decimal): -11490953 or 7842128. OLE color: 7842128.
HSL color Cylindrical-coordinate representation of color #50A977: hue angle of 146.29º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50A977 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 169 | 119 | - |
| CMYK | 0.53 | 0 | 0.30 | 0.34 |
| HSL | 146.29º | 0.36% | 0.49% | - |
| HSV(B) | 146.29º | 0.53% | 0.66% | - |
| XYZ | 20.83 | 31.41 | 22.42 | - |
| YUV | 136.69 | 118.01 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 169 | 119 | 0.53 | 0 | 0.30 | 0.34 | 146.29 | 0.36 | 0.49 |
| Hex | 50 | A9 | 77 | 35 | 0 | 1E | 22 | 92 | 24 | 31 |
| Octal | 120 | 251 | 167 | 65 | 0 | 36 | 42 | 222 | 44 | 61 |
| Binary | 1010000 | 10101001 | 1110111 | 110101 | 0 | 11110 | 100010 | 10010010 | 100100 | 110001 |
Color Harmonies of #50A977
Complementary color
Monochromatic Colors of #50A977
Black with #50A977
Text Example
Text Example
White with #50A977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A977; }
p { color: rgb(80,169,119); }
H1.HeaderClassName
{
color: #50A977;
}
.AnyTagClassName
{
color: #50A977;
}
</style>
background-color css
<style>
a { background-color: #50A977; }
a { background-color: rgb(80,169,119); }
div.DivClassName
{
background-color: #50A977;
}
.BgClassName
{
background-color: #50A977;
}
</style>
border-color css
<style>
span { border-color: #50A977; }
span { border-color: rgb(80,169,119); }
td.TdClassName
{
border-color: #50A977;
}
.TagClassName
{
border-color: #50A977;
}
</style>