Shades of Ocean Green #50AD69
Tints of Ocean Green #50AD69
RGB
CMYK
RGB Variations
Color information
#50AD69 (or 0x50AD69) is known color: Ocean Green. HEX triplet: 50, AD and 69. RGB value is (80,173,105). Sum of RGB (Red+Green+Blue) = 80+173+105=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 173 (67.97% from 255 or 48.32% from 358); Blue value is 105 (41.41% from 255 or 29.33% from 358); Max value from RGB is 173 - color contains mainly: green. Hex color #50AD69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AD69 is #AF5296. Grayscale: #898989. Windows color (decimal): -11489943 or 6925648. OLE color: 6925648.
HSL color Cylindrical-coordinate representation of color #50AD69: hue angle of 136.13º 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 #50AD69 is Cyan = 0.54, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 173 | 105 | - |
| CMYK | 0.54 | 0 | 0.39 | 0.32 |
| HSL | 136.13º | 0.37% | 0.5% | - |
| HSV(B) | 136.13º | 0.54% | 0.68% | - |
| XYZ | 20.8 | 32.61 | 18.56 | - |
| YUV | 137.44 | 109.69 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 173 | 105 | 0.54 | 0 | 0.39 | 0.32 | 136.13 | 0.37 | 0.5 |
| Hex | 50 | AD | 69 | 36 | 0 | 27 | 20 | 88 | 25 | 32 |
| Octal | 120 | 255 | 151 | 66 | 0 | 47 | 40 | 210 | 45 | 62 |
| Binary | 1010000 | 10101101 | 1101001 | 110110 | 0 | 100111 | 100000 | 10001000 | 100101 | 110010 |
Color Harmonies of #50AD69
Complementary color
Monochromatic Colors of #50AD69
Black with #50AD69
Text Example
Text Example
White with #50AD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AD69; }
p { color: rgb(80,173,105); }
H1.HeaderClassName
{
color: #50AD69;
}
.AnyTagClassName
{
color: #50AD69;
}
</style>
background-color css
<style>
a { background-color: #50AD69; }
a { background-color: rgb(80,173,105); }
div.DivClassName
{
background-color: #50AD69;
}
.BgClassName
{
background-color: #50AD69;
}
</style>
border-color css
<style>
span { border-color: #50AD69; }
span { border-color: rgb(80,173,105); }
td.TdClassName
{
border-color: #50AD69;
}
.TagClassName
{
border-color: #50AD69;
}
</style>