#50AB77

Color #50AB77 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #50AB77

Tints of Ocean Green #50AB77

Color information

#50AB77 (or 0x50AB77) is unknown color: approx Ocean Green. HEX triplet: 50, AB and 77. RGB value is (80,171,119). Sum of RGB (Red+Green+Blue) = 80+171+119=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AB77 is #AF5488. Grayscale: #898989. Windows color (decimal): -11490441 or 7842640. OLE color: 7842640.

HSL color Cylindrical-coordinate representation of color #50AB77: hue angle of 145.71º 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 #50AB77 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB80171119-
CMYK0.5300.300.33
HSL145.71º36.25%49.22%-
HSV(B)145.71º53.22%67.06%-
XYZ21.232.1622.54-
YUV137.86117.3586.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 21.62%
GREEN value IS 171 (67.19% from 255) = 46.22%
BLUE value IS 119 (46.88% from 255) = 32.16%
R=21.62%
G=46.22%
B=32.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801711190.5300.300.33145.7136.2549.22
Hex50AB773501E21922431
Octal12025316765036412224461
Binary101000010101011111011111010101111010000110010010100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50AB77; }

 p { color: rgb(80,171,119); }

 H1.HeaderClassName
 {
   color: #50AB77;
 }
 .AnyTagClassName
 {
   color: #50AB77;
 }
</style>
background-color css

<style>
 a { background-color: #50AB77; }

 a { background-color: rgb(80,171,119); }

 div.DivClassName
 {
   background-color: #50AB77;
 }
 .BgClassName
 {
   background-color: #50AB77;
 }
</style>
border-color css

<style>
 span { border-color: #50AB77; }

 span { border-color: rgb(80,171,119); }

 td.TdClassName
 {
   border-color: #50AB77;
 }
 .TagClassName
 {
   border-color: #50AB77;
 }
</style>