Shades of Ocean Green #50AB73
Tints of Ocean Green #50AB73
RGB
CMYK
RGB Variations
Color information
#50AB73 (or 0x50AB73) is known color: Ocean Green. HEX triplet: 50, AB and 73. RGB value is (80,171,115). Sum of RGB (Red+Green+Blue) = 80+171+115=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AB73 is #AF548C. Grayscale: #898989. Windows color (decimal): -11490445 or 7580496. OLE color: 7580496.
HSL color Cylindrical-coordinate representation of color #50AB73: hue angle of 143.08º degrees, saturation: 0.36, 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 #50AB73 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 171 | 115 | - |
| CMYK | 0.53 | 0 | 0.33 | 0.33 |
| HSL | 143.08º | 0.36% | 0.49% | - |
| HSV(B) | 143.08º | 0.53% | 0.67% | - |
| XYZ | 20.97 | 32.07 | 21.3 | - |
| YUV | 137.41 | 115.35 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 171 | 115 | 0.53 | 0 | 0.33 | 0.33 | 143.08 | 0.36 | 0.49 |
| Hex | 50 | AB | 73 | 35 | 0 | 21 | 21 | 8F | 24 | 31 |
| Octal | 120 | 253 | 163 | 65 | 0 | 41 | 41 | 217 | 44 | 61 |
| Binary | 1010000 | 10101011 | 1110011 | 110101 | 0 | 100001 | 100001 | 10001111 | 100100 | 110001 |
Color Harmonies of #50AB73
Complementary color
Monochromatic Colors of #50AB73
Black with #50AB73
Text Example
Text Example
White with #50AB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AB73; }
p { color: rgb(80,171,115); }
H1.HeaderClassName
{
color: #50AB73;
}
.AnyTagClassName
{
color: #50AB73;
}
</style>
background-color css
<style>
a { background-color: #50AB73; }
a { background-color: rgb(80,171,115); }
div.DivClassName
{
background-color: #50AB73;
}
.BgClassName
{
background-color: #50AB73;
}
</style>
border-color css
<style>
span { border-color: #50AB73; }
span { border-color: rgb(80,171,115); }
td.TdClassName
{
border-color: #50AB73;
}
.TagClassName
{
border-color: #50AB73;
}
</style>