Shades of Ocean Green #50A868
Tints of Ocean Green #50A868
RGB
CMYK
RGB Variations
Color information
#50A868 (or 0x50A868) is known color: Ocean Green. HEX triplet: 50, A8 and 68. RGB value is (80,168,104). Sum of RGB (Red+Green+Blue) = 80+168+104=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 168 (66.02% from 255 or 47.73% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 168 - color contains mainly: green. Hex color #50A868 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A868 is #AF5797. Grayscale: #868686. Windows color (decimal): -11491224 or 6858832. OLE color: 6858832.
HSL color Cylindrical-coordinate representation of color #50A868: hue angle of 136.36º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A868 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 168 | 104 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.34 |
| HSL | 136.36º | 0.35% | 0.49% | - |
| HSV(B) | 136.36º | 0.52% | 0.66% | - |
| XYZ | 19.81 | 30.71 | 17.98 | - |
| YUV | 134.39 | 110.85 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 168 | 104 | 0.52 | 0 | 0.38 | 0.34 | 136.36 | 0.35 | 0.49 |
| Hex | 50 | A8 | 68 | 34 | 0 | 26 | 22 | 88 | 23 | 31 |
| Octal | 120 | 250 | 150 | 64 | 0 | 46 | 42 | 210 | 43 | 61 |
| Binary | 1010000 | 10101000 | 1101000 | 110100 | 0 | 100110 | 100010 | 10001000 | 100011 | 110001 |
Color Harmonies of #50A868
Complementary color
Monochromatic Colors of #50A868
Black with #50A868
Text Example
Text Example
White with #50A868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A868; }
p { color: rgb(80,168,104); }
H1.HeaderClassName
{
color: #50A868;
}
.AnyTagClassName
{
color: #50A868;
}
</style>
background-color css
<style>
a { background-color: #50A868; }
a { background-color: rgb(80,168,104); }
div.DivClassName
{
background-color: #50A868;
}
.BgClassName
{
background-color: #50A868;
}
</style>
border-color css
<style>
span { border-color: #50A868; }
span { border-color: rgb(80,168,104); }
td.TdClassName
{
border-color: #50A868;
}
.TagClassName
{
border-color: #50A868;
}
</style>