Shades of Ocean Green #50AC71
Tints of Ocean Green #50AC71
RGB
CMYK
RGB Variations
Color information
#50AC71 (or 0x50AC71) is known color: Ocean Green. HEX triplet: 50, AC and 71. RGB value is (80,172,113). Sum of RGB (Red+Green+Blue) = 80+172+113=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 172 (67.58% from 255 or 47.12% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 172 - color contains mainly: green. Hex color #50AC71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AC71 is #AF538E. Grayscale: #898989. Windows color (decimal): -11490191 or 7449680. OLE color: 7449680.
HSL color Cylindrical-coordinate representation of color #50AC71: hue angle of 141.52º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50AC71 is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 172 | 113 | - |
| CMYK | 0.53 | 0 | 0.34 | 0.33 |
| HSL | 141.52º | 0.37% | 0.49% | - |
| HSV(B) | 141.52º | 0.53% | 0.67% | - |
| XYZ | 21.04 | 32.4 | 20.77 | - |
| YUV | 137.77 | 114.02 | 86.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 172 | 113 | 0.53 | 0 | 0.34 | 0.33 | 141.52 | 0.37 | 0.49 |
| Hex | 50 | AC | 71 | 35 | 0 | 22 | 21 | 8E | 25 | 31 |
| Octal | 120 | 254 | 161 | 65 | 0 | 42 | 41 | 216 | 45 | 61 |
| Binary | 1010000 | 10101100 | 1110001 | 110101 | 0 | 100010 | 100001 | 10001110 | 100101 | 110001 |
Color Harmonies of #50AC71
Complementary color
Monochromatic Colors of #50AC71
Black with #50AC71
Text Example
Text Example
White with #50AC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AC71; }
p { color: rgb(80,172,113); }
H1.HeaderClassName
{
color: #50AC71;
}
.AnyTagClassName
{
color: #50AC71;
}
</style>
background-color css
<style>
a { background-color: #50AC71; }
a { background-color: rgb(80,172,113); }
div.DivClassName
{
background-color: #50AC71;
}
.BgClassName
{
background-color: #50AC71;
}
</style>
border-color css
<style>
span { border-color: #50AC71; }
span { border-color: rgb(80,172,113); }
td.TdClassName
{
border-color: #50AC71;
}
.TagClassName
{
border-color: #50AC71;
}
</style>