Shades of Ocean Green #50A270
Tints of Ocean Green #50A270
RGB
CMYK
RGB Variations
Color information
#50A270 (or 0x50A270) is known color: Ocean Green. HEX triplet: 50, A2 and 70. RGB value is (80,162,112). Sum of RGB (Red+Green+Blue) = 80+162+112=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 162 (63.67% from 255 or 45.76% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 162 - color contains mainly: green. Hex color #50A270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A270 is #AF5D8F. Grayscale: #838383. Windows color (decimal): -11492752 or 7381584. OLE color: 7381584.
HSL color Cylindrical-coordinate representation of color #50A270: hue angle of 143.41º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50A270 is Cyan = 0.51, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 80 | 162 | 112 | - |
| CMYK | 0.51 | 0 | 0.31 | 0.36 |
| HSL | 143.41º | 0.34% | 0.47% | - |
| HSV(B) | 143.41º | 0.51% | 0.64% | - |
| XYZ | 19.15 | 28.72 | 19.86 | - |
| YUV | 131.78 | 116.83 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 162 | 112 | 0.51 | 0 | 0.31 | 0.36 | 143.41 | 0.34 | 0.47 |
| Hex | 50 | A2 | 70 | 33 | 0 | 1F | 24 | 8F | 22 | 2F |
| Octal | 120 | 242 | 160 | 63 | 0 | 37 | 44 | 217 | 42 | 57 |
| Binary | 1010000 | 10100010 | 1110000 | 110011 | 0 | 11111 | 100100 | 10001111 | 100010 | 101111 |
Color Harmonies of #50A270
Complementary color
Monochromatic Colors of #50A270
Black with #50A270
Text Example
Text Example
White with #50A270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A270; }
p { color: rgb(80,162,112); }
H1.HeaderClassName
{
color: #50A270;
}
.AnyTagClassName
{
color: #50A270;
}
</style>
background-color css
<style>
a { background-color: #50A270; }
a { background-color: rgb(80,162,112); }
div.DivClassName
{
background-color: #50A270;
}
.BgClassName
{
background-color: #50A270;
}
</style>
border-color css
<style>
span { border-color: #50A270; }
span { border-color: rgb(80,162,112); }
td.TdClassName
{
border-color: #50A270;
}
.TagClassName
{
border-color: #50A270;
}
</style>