Shades of Ocean Green #50B669
Tints of Ocean Green #50B669
RGB
CMYK
RGB Variations
Color information
#50B669 (or 0x50B669) is known color: Ocean Green. HEX triplet: 50, B6 and 69. RGB value is (80,182,105). Sum of RGB (Red+Green+Blue) = 80+182+105=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 182 (71.48% from 255 or 49.59% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 182 - color contains mainly: green. Hex color #50B669 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B669 is #AF4996. Grayscale: #8E8E8E. Windows color (decimal): -11487639 or 6927952. OLE color: 6927952.
HSL color Cylindrical-coordinate representation of color #50B669: hue angle of 134.71º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B669 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 182 | 105 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.29 |
| HSL | 134.71º | 0.41% | 0.51% | - |
| HSV(B) | 134.71º | 0.56% | 0.71% | - |
| XYZ | 22.59 | 36.18 | 19.16 | - |
| YUV | 142.72 | 106.71 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 182 | 105 | 0.56 | 0 | 0.42 | 0.29 | 134.71 | 0.41 | 0.51 |
| Hex | 50 | B6 | 69 | 38 | 0 | 2A | 1D | 87 | 29 | 33 |
| Octal | 120 | 266 | 151 | 70 | 0 | 52 | 35 | 207 | 51 | 63 |
| Binary | 1010000 | 10110110 | 1101001 | 111000 | 0 | 101010 | 11101 | 10000111 | 101001 | 110011 |
Color Harmonies of #50B669
Complementary color
Monochromatic Colors of #50B669
Black with #50B669
Text Example
Text Example
White with #50B669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B669; }
p { color: rgb(80,182,105); }
H1.HeaderClassName
{
color: #50B669;
}
.AnyTagClassName
{
color: #50B669;
}
</style>
background-color css
<style>
a { background-color: #50B669; }
a { background-color: rgb(80,182,105); }
div.DivClassName
{
background-color: #50B669;
}
.BgClassName
{
background-color: #50B669;
}
</style>
border-color css
<style>
span { border-color: #50B669; }
span { border-color: rgb(80,182,105); }
td.TdClassName
{
border-color: #50B669;
}
.TagClassName
{
border-color: #50B669;
}
</style>