Shades of Ocean Green #50AA85
Tints of Ocean Green #50AA85
RGB
CMYK
RGB Variations
Color information
#50AA85 (or 0x50AA85) is known color: Ocean Green. HEX triplet: 50, AA and 85. RGB value is (80,170,133). Sum of RGB (Red+Green+Blue) = 80+170+133=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #50AA85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AA85 is #AF557A. Grayscale: #8A8A8A. Windows color (decimal): -11490683 or 8759888. OLE color: 8759888.
HSL color Cylindrical-coordinate representation of color #50AA85: hue angle of 155.33º 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 #50AA85 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 170 | 133 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.33 |
| HSL | 155.33º | 0.36% | 0.49% | - |
| HSV(B) | 155.33º | 0.53% | 0.67% | - |
| XYZ | 21.92 | 32.15 | 27.24 | - |
| YUV | 138.87 | 124.68 | 86.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 170 | 133 | 0.53 | 0 | 0.22 | 0.33 | 155.33 | 0.36 | 0.49 |
| Hex | 50 | AA | 85 | 35 | 0 | 16 | 21 | 9B | 24 | 31 |
| Octal | 120 | 252 | 205 | 65 | 0 | 26 | 41 | 233 | 44 | 61 |
| Binary | 1010000 | 10101010 | 10000101 | 110101 | 0 | 10110 | 100001 | 10011011 | 100100 | 110001 |
Color Harmonies of #50AA85
Complementary color
Monochromatic Colors of #50AA85
Black with #50AA85
Text Example
Text Example
White with #50AA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AA85; }
p { color: rgb(80,170,133); }
H1.HeaderClassName
{
color: #50AA85;
}
.AnyTagClassName
{
color: #50AA85;
}
</style>
background-color css
<style>
a { background-color: #50AA85; }
a { background-color: rgb(80,170,133); }
div.DivClassName
{
background-color: #50AA85;
}
.BgClassName
{
background-color: #50AA85;
}
</style>
border-color css
<style>
span { border-color: #50AA85; }
span { border-color: rgb(80,170,133); }
td.TdClassName
{
border-color: #50AA85;
}
.TagClassName
{
border-color: #50AA85;
}
</style>