#50AB7C

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

Shades of Ocean Green #50AB7C

Tints of Ocean Green #50AB7C

Color information

#50AB7C (or 0x50AB7C) is unknown color: approx Ocean Green. HEX triplet: 50, AB and 7C. RGB value is (80,171,124). Sum of RGB (Red+Green+Blue) = 80+171+124=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #50AB7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50AB7C is #AF5483. Grayscale: #8A8A8A. Windows color (decimal): -11490436 or 8170320. OLE color: 8170320.

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

Color convert

RGB80171124-
CMYK0.5300.270.33
HSL149.01º36.25%49.22%-
HSV(B)149.01º53.22%67.06%-
XYZ21.5132.2924.17-
YUV138.43119.8586.32-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.33%
GREEN value IS 171 (67.19% from 255) = 45.6%
BLUE value IS 124 (48.83% from 255) = 33.07%
R=21.33%
G=45.6%
B=33.07%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal801711240.5300.270.33149.0136.2549.22
Hex50AB7C3501B21952431
Octal12025317465033412254461
Binary101000010101011111110011010101101110000110010101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AB7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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