Shades of Ocean Green #50A973
Tints of Ocean Green #50A973
RGB
CMYK
RGB Variations
Color information
#50A973 (or 0x50A973) is known color: Ocean Green. HEX triplet: 50, A9 and 73. RGB value is (80,169,115). Sum of RGB (Red+Green+Blue) = 80+169+115=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 169 (66.41% from 255 or 46.43% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 169 - color contains mainly: green. Hex color #50A973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A973 is #AF568C. Grayscale: #888888. Windows color (decimal): -11490957 or 7579984. OLE color: 7579984.
HSL color Cylindrical-coordinate representation of color #50A973: hue angle of 143.6º 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 #50A973 is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 169 | 115 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.34 |
| HSL | 143.6º | 0.36% | 0.49% | - |
| HSV(B) | 143.6º | 0.53% | 0.66% | - |
| XYZ | 20.59 | 31.32 | 21.18 | - |
| YUV | 136.23 | 116.01 | 87.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 169 | 115 | 0.53 | 0 | 0.32 | 0.34 | 143.6 | 0.36 | 0.49 |
| Hex | 50 | A9 | 73 | 35 | 0 | 20 | 22 | 90 | 24 | 31 |
| Octal | 120 | 251 | 163 | 65 | 0 | 40 | 42 | 220 | 44 | 61 |
| Binary | 1010000 | 10101001 | 1110011 | 110101 | 0 | 100000 | 100010 | 10010000 | 100100 | 110001 |
Color Harmonies of #50A973
Complementary color
Monochromatic Colors of #50A973
Black with #50A973
Text Example
Text Example
White with #50A973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A973; }
p { color: rgb(80,169,115); }
H1.HeaderClassName
{
color: #50A973;
}
.AnyTagClassName
{
color: #50A973;
}
</style>
background-color css
<style>
a { background-color: #50A973; }
a { background-color: rgb(80,169,115); }
div.DivClassName
{
background-color: #50A973;
}
.BgClassName
{
background-color: #50A973;
}
</style>
border-color css
<style>
span { border-color: #50A973; }
span { border-color: rgb(80,169,115); }
td.TdClassName
{
border-color: #50A973;
}
.TagClassName
{
border-color: #50A973;
}
</style>