Shades of Ocean Green #50AB6A
Tints of Ocean Green #50AB6A
RGB
CMYK
RGB Variations
Color information
#50AB6A (or 0x50AB6A) is known color: Ocean Green. HEX triplet: 50, AB and 6A. RGB value is (80,171,106). Sum of RGB (Red+Green+Blue) = 80+171+106=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 171 (67.19% from 255 or 47.90% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AB6A is #AF5495. Grayscale: #888888. Windows color (decimal): -11490454 or 6990672. OLE color: 6990672.
HSL color Cylindrical-coordinate representation of color #50AB6A: hue angle of 137.14º 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 #50AB6A is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 171 | 106 | - |
| CMYK | 0.53 | 0 | 0.38 | 0.33 |
| HSL | 137.14º | 0.36% | 0.49% | - |
| HSV(B) | 137.14º | 0.53% | 0.67% | - |
| XYZ | 20.47 | 31.87 | 18.71 | - |
| YUV | 136.38 | 110.85 | 87.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 171 | 106 | 0.53 | 0 | 0.38 | 0.33 | 137.14 | 0.36 | 0.49 |
| Hex | 50 | AB | 6A | 35 | 0 | 26 | 21 | 89 | 24 | 31 |
| Octal | 120 | 253 | 152 | 65 | 0 | 46 | 41 | 211 | 44 | 61 |
| Binary | 1010000 | 10101011 | 1101010 | 110101 | 0 | 100110 | 100001 | 10001001 | 100100 | 110001 |
Color Harmonies of #50AB6A
Complementary color
Monochromatic Colors of #50AB6A
Black with #50AB6A
Text Example
Text Example
White with #50AB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AB6A; }
p { color: rgb(80,171,106); }
H1.HeaderClassName
{
color: #50AB6A;
}
.AnyTagClassName
{
color: #50AB6A;
}
</style>
background-color css
<style>
a { background-color: #50AB6A; }
a { background-color: rgb(80,171,106); }
div.DivClassName
{
background-color: #50AB6A;
}
.BgClassName
{
background-color: #50AB6A;
}
</style>
border-color css
<style>
span { border-color: #50AB6A; }
span { border-color: rgb(80,171,106); }
td.TdClassName
{
border-color: #50AB6A;
}
.TagClassName
{
border-color: #50AB6A;
}
</style>