Shades of Ocean Green #50A37F
Tints of Ocean Green #50A37F
RGB
CMYK
RGB Variations
Color information
#50A37F (or 0x50A37F) is known color: Ocean Green. HEX triplet: 50, A3 and 7F. RGB value is (80,163,127). Sum of RGB (Red+Green+Blue) = 80+163+127=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 163 - color contains mainly: green. Hex color #50A37F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A37F is #AF5C80. Grayscale: #868686. Windows color (decimal): -11492481 or 8364880. OLE color: 8364880.
HSL color Cylindrical-coordinate representation of color #50A37F: hue angle of 153.98º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50A37F is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 163 | 127 | - |
| CMYK | 0.51 | 0 | 0.22 | 0.36 |
| HSL | 153.98º | 0.34% | 0.48% | - |
| HSV(B) | 153.98º | 0.51% | 0.64% | - |
| XYZ | 20.24 | 29.43 | 24.69 | - |
| YUV | 134.08 | 124 | 89.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 163 | 127 | 0.51 | 0 | 0.22 | 0.36 | 153.98 | 0.34 | 0.48 |
| Hex | 50 | A3 | 7F | 33 | 0 | 16 | 24 | 9A | 22 | 30 |
| Octal | 120 | 243 | 177 | 63 | 0 | 26 | 44 | 232 | 42 | 60 |
| Binary | 1010000 | 10100011 | 1111111 | 110011 | 0 | 10110 | 100100 | 10011010 | 100010 | 110000 |
Color Harmonies of #50A37F
Complementary color
Monochromatic Colors of #50A37F
Black with #50A37F
Text Example
Text Example
White with #50A37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A37F; }
p { color: rgb(80,163,127); }
H1.HeaderClassName
{
color: #50A37F;
}
.AnyTagClassName
{
color: #50A37F;
}
</style>
background-color css
<style>
a { background-color: #50A37F; }
a { background-color: rgb(80,163,127); }
div.DivClassName
{
background-color: #50A37F;
}
.BgClassName
{
background-color: #50A37F;
}
</style>
border-color css
<style>
span { border-color: #50A37F; }
span { border-color: rgb(80,163,127); }
td.TdClassName
{
border-color: #50A37F;
}
.TagClassName
{
border-color: #50A37F;
}
</style>