#50B37C

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

Shades of Ocean Green #50B37C

Tints of Ocean Green #50B37C

Color information

#50B37C (or 0x50B37C) is unknown color: approx Ocean Green. HEX triplet: 50, B3 and 7C. RGB value is (80,179,124). Sum of RGB (Red+Green+Blue) = 80+179+124=383 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.89% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #50B37C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B37C is #AF4C83. Grayscale: #8F8F8F. Windows color (decimal): -11488388 or 8172368. OLE color: 8172368.

HSL color Cylindrical-coordinate representation of color #50B37C: hue angle of 146.67º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B37C is Cyan = 0.55, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB80179124-
CMYK0.5500.310.30
HSL146.67º39.44%50.78%-
HSV(B)146.67º55.31%70.2%-
XYZ23.0735.424.69-
YUV143.13117.282.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.89%
GREEN value IS 179 (70.31% from 255) = 46.74%
BLUE value IS 124 (48.83% from 255) = 32.38%
R=20.89%
G=46.74%
B=32.38%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal801791240.5500.310.30146.6739.4450.78
Hex50B37C3701F1E932733
Octal12026317467037362234763
Binary10100001011001111111001101110111111111010010011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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