Shades of Ocean Green #50AB7B
Tints of Ocean Green #50AB7B
RGB
CMYK
RGB Variations
Color information
#50AB7B (or 0x50AB7B) is known color: Ocean Green. HEX triplet: 50, AB and 7B. RGB value is (80,171,123). Sum of RGB (Red+Green+Blue) = 80+171+123=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AB7B is #AF5484. Grayscale: #8A8A8A. Windows color (decimal): -11490437 or 8104784. OLE color: 8104784.
HSL color Cylindrical-coordinate representation of color #50AB7B: hue angle of 148.35º 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 #50AB7B is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 171 | 123 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.33 |
| HSL | 148.35º | 0.36% | 0.49% | - |
| HSV(B) | 148.35º | 0.53% | 0.67% | - |
| XYZ | 21.45 | 32.26 | 23.84 | - |
| YUV | 138.32 | 119.35 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 171 | 123 | 0.53 | 0 | 0.28 | 0.33 | 148.35 | 0.36 | 0.49 |
| Hex | 50 | AB | 7B | 35 | 0 | 1C | 21 | 94 | 24 | 31 |
| Octal | 120 | 253 | 173 | 65 | 0 | 34 | 41 | 224 | 44 | 61 |
| Binary | 1010000 | 10101011 | 1111011 | 110101 | 0 | 11100 | 100001 | 10010100 | 100100 | 110001 |
Color Harmonies of #50AB7B
Complementary color
Monochromatic Colors of #50AB7B
Black with #50AB7B
Text Example
Text Example
White with #50AB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AB7B; }
p { color: rgb(80,171,123); }
H1.HeaderClassName
{
color: #50AB7B;
}
.AnyTagClassName
{
color: #50AB7B;
}
</style>
background-color css
<style>
a { background-color: #50AB7B; }
a { background-color: rgb(80,171,123); }
div.DivClassName
{
background-color: #50AB7B;
}
.BgClassName
{
background-color: #50AB7B;
}
</style>
border-color css
<style>
span { border-color: #50AB7B; }
span { border-color: rgb(80,171,123); }
td.TdClassName
{
border-color: #50AB7B;
}
.TagClassName
{
border-color: #50AB7B;
}
</style>