Shades of Ocean Green #50A885
Tints of Ocean Green #50A885
RGB
CMYK
RGB Variations
Color information
#50A885 (or 0x50A885) is known color: Ocean Green. HEX triplet: 50, A8 and 85. RGB value is (80,168,133). Sum of RGB (Red+Green+Blue) = 80+168+133=381 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.00% from 381); Green value is 168 (66.02% from 255 or 44.09% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 168 - color contains mainly: green. Hex color #50A885 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A885 is #AF577A. Grayscale: #898989. Windows color (decimal): -11491195 or 8759376. OLE color: 8759376.
HSL color Cylindrical-coordinate representation of color #50A885: hue angle of 156.14º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A885 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 168 | 133 | - |
| CMYK | 0.52 | 0 | 0.21 | 0.34 |
| HSL | 156.14º | 0.35% | 0.49% | - |
| HSV(B) | 156.14º | 0.52% | 0.66% | - |
| XYZ | 21.54 | 31.4 | 27.12 | - |
| YUV | 137.7 | 125.35 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 168 | 133 | 0.52 | 0 | 0.21 | 0.34 | 156.14 | 0.35 | 0.49 |
| Hex | 50 | A8 | 85 | 34 | 0 | 15 | 22 | 9C | 23 | 31 |
| Octal | 120 | 250 | 205 | 64 | 0 | 25 | 42 | 234 | 43 | 61 |
| Binary | 1010000 | 10101000 | 10000101 | 110100 | 0 | 10101 | 100010 | 10011100 | 100011 | 110001 |
Color Harmonies of #50A885
Complementary color
Monochromatic Colors of #50A885
Black with #50A885
Text Example
Text Example
White with #50A885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A885; }
p { color: rgb(80,168,133); }
H1.HeaderClassName
{
color: #50A885;
}
.AnyTagClassName
{
color: #50A885;
}
</style>
background-color css
<style>
a { background-color: #50A885; }
a { background-color: rgb(80,168,133); }
div.DivClassName
{
background-color: #50A885;
}
.BgClassName
{
background-color: #50A885;
}
</style>
border-color css
<style>
span { border-color: #50A885; }
span { border-color: rgb(80,168,133); }
td.TdClassName
{
border-color: #50A885;
}
.TagClassName
{
border-color: #50A885;
}
</style>