Shades of Ocean Green #50B26B
Tints of Ocean Green #50B26B
RGB
CMYK
RGB Variations
Color information
#50B26B (or 0x50B26B) is known color: Ocean Green. HEX triplet: 50, B2 and 6B. RGB value is (80,178,107). Sum of RGB (Red+Green+Blue) = 80+178+107=365 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.92% from 365); Green value is 178 (69.92% from 255 or 48.77% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 178 - color contains mainly: green. Hex color #50B26B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B26B is #AF4D94. Grayscale: #8C8C8C. Windows color (decimal): -11488661 or 7058000. OLE color: 7058000.
HSL color Cylindrical-coordinate representation of color #50B26B: hue angle of 136.53º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B26B is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 80 | 178 | 107 | - |
| CMYK | 0.55 | 0 | 0.40 | 0.30 |
| HSL | 136.53º | 0.39% | 0.51% | - |
| HSV(B) | 136.53º | 0.55% | 0.7% | - |
| XYZ | 21.88 | 34.61 | 19.44 | - |
| YUV | 140.6 | 109.03 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 178 | 107 | 0.55 | 0 | 0.40 | 0.30 | 136.53 | 0.39 | 0.51 |
| Hex | 50 | B2 | 6B | 37 | 0 | 28 | 1E | 89 | 27 | 33 |
| Octal | 120 | 262 | 153 | 67 | 0 | 50 | 36 | 211 | 47 | 63 |
| Binary | 1010000 | 10110010 | 1101011 | 110111 | 0 | 101000 | 11110 | 10001001 | 100111 | 110011 |
Color Harmonies of #50B26B
Complementary color
Monochromatic Colors of #50B26B
Black with #50B26B
Text Example
Text Example
White with #50B26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B26B; }
p { color: rgb(80,178,107); }
H1.HeaderClassName
{
color: #50B26B;
}
.AnyTagClassName
{
color: #50B26B;
}
</style>
background-color css
<style>
a { background-color: #50B26B; }
a { background-color: rgb(80,178,107); }
div.DivClassName
{
background-color: #50B26B;
}
.BgClassName
{
background-color: #50B26B;
}
</style>
border-color css
<style>
span { border-color: #50B26B; }
span { border-color: rgb(80,178,107); }
td.TdClassName
{
border-color: #50B26B;
}
.TagClassName
{
border-color: #50B26B;
}
</style>