Shades of Ocean Green #50A17A
Tints of Ocean Green #50A17A
RGB
CMYK
RGB Variations
Color information
#50A17A (or 0x50A17A) is known color: Ocean Green. HEX triplet: 50, A1 and 7A. RGB value is (80,161,122). Sum of RGB (Red+Green+Blue) = 80+161+122=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 161 - color contains mainly: green. Hex color #50A17A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A17A is #AF5E85. Grayscale: #848484. Windows color (decimal): -11492998 or 8036688. OLE color: 8036688.
HSL color Cylindrical-coordinate representation of color #50A17A: hue angle of 151.11º 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 #50A17A is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 80 | 161 | 122 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.37 |
| HSL | 151.11º | 0.34% | 0.47% | - |
| HSV(B) | 151.11º | 0.5% | 0.63% | - |
| XYZ | 19.57 | 28.6 | 22.9 | - |
| YUV | 132.34 | 122.16 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 161 | 122 | 0.50 | 0 | 0.24 | 0.37 | 151.11 | 0.34 | 0.47 |
| Hex | 50 | A1 | 7A | 32 | 0 | 18 | 25 | 97 | 22 | 2F |
| Octal | 120 | 241 | 172 | 62 | 0 | 30 | 45 | 227 | 42 | 57 |
| Binary | 1010000 | 10100001 | 1111010 | 110010 | 0 | 11000 | 100101 | 10010111 | 100010 | 101111 |
Color Harmonies of #50A17A
Complementary color
Monochromatic Colors of #50A17A
Black with #50A17A
Text Example
Text Example
White with #50A17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A17A; }
p { color: rgb(80,161,122); }
H1.HeaderClassName
{
color: #50A17A;
}
.AnyTagClassName
{
color: #50A17A;
}
</style>
background-color css
<style>
a { background-color: #50A17A; }
a { background-color: rgb(80,161,122); }
div.DivClassName
{
background-color: #50A17A;
}
.BgClassName
{
background-color: #50A17A;
}
</style>
border-color css
<style>
span { border-color: #50A17A; }
span { border-color: rgb(80,161,122); }
td.TdClassName
{
border-color: #50A17A;
}
.TagClassName
{
border-color: #50A17A;
}
</style>