Shades of Ocean Green #50AA86
Tints of Ocean Green #50AA86
RGB
CMYK
RGB Variations
Color information
#50AA86 (or 0x50AA86) is known color: Ocean Green. HEX triplet: 50, AA and 86. RGB value is (80,170,134). Sum of RGB (Red+Green+Blue) = 80+170+134=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 170 (66.80% from 255 or 44.27% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 170 - color contains mainly: green. Hex color #50AA86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AA86 is #AF5579. Grayscale: #8B8B8B. Windows color (decimal): -11490682 or 8825424. OLE color: 8825424.
HSL color Cylindrical-coordinate representation of color #50AA86: hue angle of 156º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #50AA86 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 170 | 134 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.33 |
| HSL | 156º | 0.36% | 0.49% | - |
| HSV(B) | 156º | 0.53% | 0.67% | - |
| XYZ | 21.99 | 32.18 | 27.61 | - |
| YUV | 138.99 | 125.18 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 170 | 134 | 0.53 | 0 | 0.21 | 0.33 | 156 | 0.36 | 0.49 |
| Hex | 50 | AA | 86 | 35 | 0 | 15 | 21 | 9C | 24 | 31 |
| Octal | 120 | 252 | 206 | 65 | 0 | 25 | 41 | 234 | 44 | 61 |
| Binary | 1010000 | 10101010 | 10000110 | 110101 | 0 | 10101 | 100001 | 10011100 | 100100 | 110001 |
Color Harmonies of #50AA86
Complementary color
Monochromatic Colors of #50AA86
Black with #50AA86
Text Example
Text Example
White with #50AA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AA86; }
p { color: rgb(80,170,134); }
H1.HeaderClassName
{
color: #50AA86;
}
.AnyTagClassName
{
color: #50AA86;
}
</style>
background-color css
<style>
a { background-color: #50AA86; }
a { background-color: rgb(80,170,134); }
div.DivClassName
{
background-color: #50AA86;
}
.BgClassName
{
background-color: #50AA86;
}
</style>
border-color css
<style>
span { border-color: #50AA86; }
span { border-color: rgb(80,170,134); }
td.TdClassName
{
border-color: #50AA86;
}
.TagClassName
{
border-color: #50AA86;
}
</style>