Shades of Ocean Green #50A97C
Tints of Ocean Green #50A97C
RGB
CMYK
RGB Variations
Color information
#50A97C (or 0x50A97C) is known color: Ocean Green. HEX triplet: 50, A9 and 7C. RGB value is (80,169,124). Sum of RGB (Red+Green+Blue) = 80+169+124=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 169 (66.41% from 255 or 45.31% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 169 - color contains mainly: green. Hex color #50A97C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A97C is #AF5683. Grayscale: #898989. Windows color (decimal): -11490948 or 8169808. OLE color: 8169808.
HSL color Cylindrical-coordinate representation of color #50A97C: hue angle of 149.66º 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 #50A97C is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 169 | 124 | - |
| CMYK | 0.53 | 0 | 0.27 | 0.34 |
| HSL | 149.66º | 0.36% | 0.49% | - |
| HSV(B) | 149.66º | 0.53% | 0.66% | - |
| XYZ | 21.13 | 31.54 | 24.04 | - |
| YUV | 137.26 | 120.51 | 87.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 169 | 124 | 0.53 | 0 | 0.27 | 0.34 | 149.66 | 0.36 | 0.49 |
| Hex | 50 | A9 | 7C | 35 | 0 | 1B | 22 | 96 | 24 | 31 |
| Octal | 120 | 251 | 174 | 65 | 0 | 33 | 42 | 226 | 44 | 61 |
| Binary | 1010000 | 10101001 | 1111100 | 110101 | 0 | 11011 | 100010 | 10010110 | 100100 | 110001 |
Color Harmonies of #50A97C
Complementary color
Monochromatic Colors of #50A97C
Black with #50A97C
Text Example
Text Example
White with #50A97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A97C; }
p { color: rgb(80,169,124); }
H1.HeaderClassName
{
color: #50A97C;
}
.AnyTagClassName
{
color: #50A97C;
}
</style>
background-color css
<style>
a { background-color: #50A97C; }
a { background-color: rgb(80,169,124); }
div.DivClassName
{
background-color: #50A97C;
}
.BgClassName
{
background-color: #50A97C;
}
</style>
border-color css
<style>
span { border-color: #50A97C; }
span { border-color: rgb(80,169,124); }
td.TdClassName
{
border-color: #50A97C;
}
.TagClassName
{
border-color: #50A97C;
}
</style>