Shades of Ocean Green #50A985
Tints of Ocean Green #50A985
RGB
CMYK
RGB Variations
Color information
#50A985 (or 0x50A985) is known color: Ocean Green. HEX triplet: 50, A9 and 85. RGB value is (80,169,133). Sum of RGB (Red+Green+Blue) = 80+169+133=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 169 - color contains mainly: green. Hex color #50A985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A985 is #AF567A. Grayscale: #8A8A8A. Windows color (decimal): -11490939 or 8759632. OLE color: 8759632.
HSL color Cylindrical-coordinate representation of color #50A985: hue angle of 155.73º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50A985 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 169 | 133 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.34 |
| HSL | 155.73º | 0.36% | 0.49% | - |
| HSV(B) | 155.73º | 0.53% | 0.66% | - |
| XYZ | 21.73 | 31.77 | 27.18 | - |
| YUV | 138.29 | 125.01 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 169 | 133 | 0.53 | 0 | 0.21 | 0.34 | 155.73 | 0.36 | 0.49 |
| Hex | 50 | A9 | 85 | 35 | 0 | 15 | 22 | 9C | 24 | 31 |
| Octal | 120 | 251 | 205 | 65 | 0 | 25 | 42 | 234 | 44 | 61 |
| Binary | 1010000 | 10101001 | 10000101 | 110101 | 0 | 10101 | 100010 | 10011100 | 100100 | 110001 |
Color Harmonies of #50A985
Complementary color
Monochromatic Colors of #50A985
Black with #50A985
Text Example
Text Example
White with #50A985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A985; }
p { color: rgb(80,169,133); }
H1.HeaderClassName
{
color: #50A985;
}
.AnyTagClassName
{
color: #50A985;
}
</style>
background-color css
<style>
a { background-color: #50A985; }
a { background-color: rgb(80,169,133); }
div.DivClassName
{
background-color: #50A985;
}
.BgClassName
{
background-color: #50A985;
}
</style>
border-color css
<style>
span { border-color: #50A985; }
span { border-color: rgb(80,169,133); }
td.TdClassName
{
border-color: #50A985;
}
.TagClassName
{
border-color: #50A985;
}
</style>