Shades of Ocean Green #50A17C
Tints of Ocean Green #50A17C
RGB
CMYK
RGB Variations
Color information
#50A17C (or 0x50A17C) is known color: Ocean Green. HEX triplet: 50, A1 and 7C. RGB value is (80,161,124). Sum of RGB (Red+Green+Blue) = 80+161+124=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 161 (63.28% from 255 or 44.11% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 161 - color contains mainly: green. Hex color #50A17C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A17C is #AF5E83. Grayscale: #848484. Windows color (decimal): -11492996 or 8167760. OLE color: 8167760.
HSL color Cylindrical-coordinate representation of color #50A17C: hue angle of 152.59º degrees, saturation: 0.34, 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 #50A17C is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 161 | 124 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.37 |
| HSL | 152.59º | 0.34% | 0.47% | - |
| HSV(B) | 152.59º | 0.5% | 0.63% | - |
| XYZ | 19.69 | 28.65 | 23.56 | - |
| YUV | 132.56 | 123.16 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 161 | 124 | 0.50 | 0 | 0.23 | 0.37 | 152.59 | 0.34 | 0.47 |
| Hex | 50 | A1 | 7C | 32 | 0 | 17 | 25 | 99 | 22 | 2F |
| Octal | 120 | 241 | 174 | 62 | 0 | 27 | 45 | 231 | 42 | 57 |
| Binary | 1010000 | 10100001 | 1111100 | 110010 | 0 | 10111 | 100101 | 10011001 | 100010 | 101111 |
Color Harmonies of #50A17C
Complementary color
Monochromatic Colors of #50A17C
Black with #50A17C
Text Example
Text Example
White with #50A17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A17C; }
p { color: rgb(80,161,124); }
H1.HeaderClassName
{
color: #50A17C;
}
.AnyTagClassName
{
color: #50A17C;
}
</style>
background-color css
<style>
a { background-color: #50A17C; }
a { background-color: rgb(80,161,124); }
div.DivClassName
{
background-color: #50A17C;
}
.BgClassName
{
background-color: #50A17C;
}
</style>
border-color css
<style>
span { border-color: #50A17C; }
span { border-color: rgb(80,161,124); }
td.TdClassName
{
border-color: #50A17C;
}
.TagClassName
{
border-color: #50A17C;
}
</style>