#50AB71

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

Shades of Ocean Green #50AB71

Tints of Ocean Green #50AB71

Color information

#50AB71 (or 0x50AB71) is unknown color: approx Ocean Green. HEX triplet: 50, AB and 71. RGB value is (80,171,113). Sum of RGB (Red+Green+Blue) = 80+171+113=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 171 (67.19% from 255 or 46.98% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AB71 is #AF548E. Grayscale: #898989. Windows color (decimal): -11490447 or 7449424. OLE color: 7449424.

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

Color convert

RGB80171113-
CMYK0.5300.340.33
HSL141.76º36.25%49.22%-
HSV(B)141.76º53.22%67.06%-
XYZ20.8532.0220.7-
YUV137.18114.3587.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.98%
GREEN value IS 171 (67.19% from 255) = 46.98%
BLUE value IS 113 (44.53% from 255) = 31.04%
R=21.98%
G=46.98%
B=31.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801711130.5300.340.33141.7636.2549.22
Hex50AB7135022218e2431
Octal12025316165042412164461
Binary1010000101010111110001110101010001010000110001110100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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