#50B074

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

Shades of Ocean Green #50B074

Tints of Ocean Green #50B074

Color information

#50B074 (or 0x50B074) is unknown color: approx Ocean Green. HEX triplet: 50, B0 and 74. RGB value is (80,176,116). Sum of RGB (Red+Green+Blue) = 80+176+116=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 176 (69.14% from 255 or 47.31% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 176 - color contains mainly: green. Hex color #50B074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B074 is #AF4F8B. Grayscale: #8C8C8C. Windows color (decimal): -11489164 or 7647312. OLE color: 7647312.

HSL color Cylindrical-coordinate representation of color #50B074: hue angle of 142.5º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B074 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB80176116-
CMYK0.5500.340.31
HSL142.5º37.8%50.2%-
HSV(B)142.5º54.55%69.02%-
XYZ21.9934.0221.93-
YUV140.46114.284.88-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.51%
GREEN value IS 176 (69.14% from 255) = 47.31%
BLUE value IS 116 (45.70% from 255) = 31.18%
R=21.51%
G=47.31%
B=31.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801761160.5500.340.31142.537.850.2
Hex50B074370221F8e2632
Octal12026016467042372164662
Binary101000010110000111010011011101000101111110001110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,176,116); }

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

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

 a { background-color: rgb(80,176,116); }

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

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

 span { border-color: rgb(80,176,116); }

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