Shades of Ocean Green #50A97A
Tints of Ocean Green #50A97A
RGB
CMYK
RGB Variations
Color information
#50A97A (or 0x50A97A) is known color: Ocean Green. HEX triplet: 50, A9 and 7A. RGB value is (80,169,122). Sum of RGB (Red+Green+Blue) = 80+169+122=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 169 (66.41% from 255 or 45.55% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 169 - color contains mainly: green. Hex color #50A97A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50A97A is #AF5685. Grayscale: #898989. Windows color (decimal): -11490950 or 8038736. OLE color: 8038736.
HSL color Cylindrical-coordinate representation of color #50A97A: hue angle of 148.31º 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 #50A97A is Cyan = 0.53, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 169 | 122 | - |
| CMYK | 0.53 | 0 | 0.28 | 0.34 |
| HSL | 148.31º | 0.36% | 0.49% | - |
| HSV(B) | 148.31º | 0.53% | 0.66% | - |
| XYZ | 21.01 | 31.49 | 23.38 | - |
| YUV | 137.03 | 119.51 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 169 | 122 | 0.53 | 0 | 0.28 | 0.34 | 148.31 | 0.36 | 0.49 |
| Hex | 50 | A9 | 7A | 35 | 0 | 1C | 22 | 94 | 24 | 31 |
| Octal | 120 | 251 | 172 | 65 | 0 | 34 | 42 | 224 | 44 | 61 |
| Binary | 1010000 | 10101001 | 1111010 | 110101 | 0 | 11100 | 100010 | 10010100 | 100100 | 110001 |
Color Harmonies of #50A97A
Complementary color
Monochromatic Colors of #50A97A
Black with #50A97A
Text Example
Text Example
White with #50A97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A97A; }
p { color: rgb(80,169,122); }
H1.HeaderClassName
{
color: #50A97A;
}
.AnyTagClassName
{
color: #50A97A;
}
</style>
background-color css
<style>
a { background-color: #50A97A; }
a { background-color: rgb(80,169,122); }
div.DivClassName
{
background-color: #50A97A;
}
.BgClassName
{
background-color: #50A97A;
}
</style>
border-color css
<style>
span { border-color: #50A97A; }
span { border-color: rgb(80,169,122); }
td.TdClassName
{
border-color: #50A97A;
}
.TagClassName
{
border-color: #50A97A;
}
</style>