Shades of Ocean Green #50B27E
Tints of Ocean Green #50B27E
RGB
CMYK
RGB Variations
Color information
#50B27E (or 0x50B27E) is known color: Ocean Green. HEX triplet: 50, B2 and 7E. RGB value is (80,178,126). Sum of RGB (Red+Green+Blue) = 80+178+126=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 178 (69.92% from 255 or 46.35% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 178 - color contains mainly: green. Hex color #50B27E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B27E is #AF4D81. Grayscale: #8E8E8E. Windows color (decimal): -11488642 or 8303184. OLE color: 8303184.
HSL color Cylindrical-coordinate representation of color #50B27E: hue angle of 148.16º 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 #50B27E is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 80 | 178 | 126 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.30 |
| HSL | 148.16º | 0.39% | 0.51% | - |
| HSV(B) | 148.16º | 0.55% | 0.7% | - |
| XYZ | 22.99 | 35.05 | 25.29 | - |
| YUV | 142.77 | 118.53 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 178 | 126 | 0.55 | 0 | 0.29 | 0.30 | 148.16 | 0.39 | 0.51 |
| Hex | 50 | B2 | 7E | 37 | 0 | 1D | 1E | 94 | 27 | 33 |
| Octal | 120 | 262 | 176 | 67 | 0 | 35 | 36 | 224 | 47 | 63 |
| Binary | 1010000 | 10110010 | 1111110 | 110111 | 0 | 11101 | 11110 | 10010100 | 100111 | 110011 |
Color Harmonies of #50B27E
Complementary color
Monochromatic Colors of #50B27E
Black with #50B27E
Text Example
Text Example
White with #50B27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B27E; }
p { color: rgb(80,178,126); }
H1.HeaderClassName
{
color: #50B27E;
}
.AnyTagClassName
{
color: #50B27E;
}
</style>
background-color css
<style>
a { background-color: #50B27E; }
a { background-color: rgb(80,178,126); }
div.DivClassName
{
background-color: #50B27E;
}
.BgClassName
{
background-color: #50B27E;
}
</style>
border-color css
<style>
span { border-color: #50B27E; }
span { border-color: rgb(80,178,126); }
td.TdClassName
{
border-color: #50B27E;
}
.TagClassName
{
border-color: #50B27E;
}
</style>