#50B678

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

Shades of Ocean Green #50B678

Tints of Ocean Green #50B678

Color information

#50B678 (or 0x50B678) is unknown color: approx Ocean Green. HEX triplet: 50, B6 and 78. RGB value is (80,182,120). Sum of RGB (Red+Green+Blue) = 80+182+120=382 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.94% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 182 - color contains mainly: green. Hex color #50B678 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B678 is #AF4987. Grayscale: #909090. Windows color (decimal): -11487624 or 7910992. OLE color: 7910992.

HSL color Cylindrical-coordinate representation of color #50B678: hue angle of 143.53º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B678 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB80182120-
CMYK0.5600.340.29
HSL143.53º41.13%51.37%-
HSV(B)143.53º56.04%71.37%-
XYZ23.4336.5223.58-
YUV144.43114.2182.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.94%
GREEN value IS 182 (71.48% from 255) = 47.64%
BLUE value IS 120 (47.27% from 255) = 31.41%
R=20.94%
G=47.64%
B=31.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal801821200.5600.340.29143.5341.1351.37
Hex50B678380221D902933
Octal12026617070042352205163
Binary101000010110110111100011100001000101110110010000101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,182,120); }

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

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

 a { background-color: rgb(80,182,120); }

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

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

 span { border-color: rgb(80,182,120); }

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