Shades of Ocean Green #50AD6D
Tints of Ocean Green #50AD6D
RGB
CMYK
RGB Variations
Color information
#50AD6D (or 0x50AD6D) is known color: Ocean Green. HEX triplet: 50, AD and 6D. RGB value is (80,173,109). Sum of RGB (Red+Green+Blue) = 80+173+109=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 173 (67.97% from 255 or 47.79% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AD6D is #AF5292. Grayscale: #8A8A8A. Windows color (decimal): -11489939 or 7187792. OLE color: 7187792.
HSL color Cylindrical-coordinate representation of color #50AD6D: hue angle of 138.71º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AD6D is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 173 | 109 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.32 |
| HSL | 138.71º | 0.37% | 0.5% | - |
| HSV(B) | 138.71º | 0.54% | 0.68% | - |
| XYZ | 21.01 | 32.7 | 19.67 | - |
| YUV | 137.9 | 111.69 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 109 | 0.54 | 0 | 0.37 | 0.32 | 138.71 | 0.37 | 0.5 |
| Hex | 50 | AD | 6D | 36 | 0 | 25 | 20 | 8B | 25 | 32 |
| Octal | 120 | 255 | 155 | 66 | 0 | 45 | 40 | 213 | 45 | 62 |
| Binary | 1010000 | 10101101 | 1101101 | 110110 | 0 | 100101 | 100000 | 10001011 | 100101 | 110010 |
Color Harmonies of #50AD6D
Complementary color
Monochromatic Colors of #50AD6D
Black with #50AD6D
Text Example
Text Example
White with #50AD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AD6D; }
p { color: rgb(80,173,109); }
H1.HeaderClassName
{
color: #50AD6D;
}
.AnyTagClassName
{
color: #50AD6D;
}
</style>
background-color css
<style>
a { background-color: #50AD6D; }
a { background-color: rgb(80,173,109); }
div.DivClassName
{
background-color: #50AD6D;
}
.BgClassName
{
background-color: #50AD6D;
}
</style>
border-color css
<style>
span { border-color: #50AD6D; }
span { border-color: rgb(80,173,109); }
td.TdClassName
{
border-color: #50AD6D;
}
.TagClassName
{
border-color: #50AD6D;
}
</style>