Shades of Ocean Green #50A680
Tints of Ocean Green #50A680
RGB
CMYK
RGB Variations
Color information
#50A680 (or 0x50A680) is known color: Ocean Green. HEX triplet: 50, A6 and 80. RGB value is (80,166,128). Sum of RGB (Red+Green+Blue) = 80+166+128=374 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.39% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 166 - color contains mainly: green. Hex color #50A680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A680 is #AF597F. Grayscale: #888888. Windows color (decimal): -11491712 or 8431184. OLE color: 8431184.
HSL color Cylindrical-coordinate representation of color #50A680: hue angle of 153.49º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #50A680 is Cyan = 0.52, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 80 | 166 | 128 | - |
| CMYK | 0.52 | 0 | 0.23 | 0.35 |
| HSL | 153.49º | 0.35% | 0.48% | - |
| HSV(B) | 153.49º | 0.52% | 0.65% | - |
| XYZ | 20.84 | 30.54 | 25.22 | - |
| YUV | 135.95 | 123.51 | 88.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 166 | 128 | 0.52 | 0 | 0.23 | 0.35 | 153.49 | 0.35 | 0.48 |
| Hex | 50 | A6 | 80 | 34 | 0 | 17 | 23 | 99 | 23 | 30 |
| Octal | 120 | 246 | 200 | 64 | 0 | 27 | 43 | 231 | 43 | 60 |
| Binary | 1010000 | 10100110 | 10000000 | 110100 | 0 | 10111 | 100011 | 10011001 | 100011 | 110000 |
Color Harmonies of #50A680
Complementary color
Monochromatic Colors of #50A680
Black with #50A680
Text Example
Text Example
White with #50A680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A680; }
p { color: rgb(80,166,128); }
H1.HeaderClassName
{
color: #50A680;
}
.AnyTagClassName
{
color: #50A680;
}
</style>
background-color css
<style>
a { background-color: #50A680; }
a { background-color: rgb(80,166,128); }
div.DivClassName
{
background-color: #50A680;
}
.BgClassName
{
background-color: #50A680;
}
</style>
border-color css
<style>
span { border-color: #50A680; }
span { border-color: rgb(80,166,128); }
td.TdClassName
{
border-color: #50A680;
}
.TagClassName
{
border-color: #50A680;
}
</style>