#50B179

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

Shades of Ocean Green #50B179

Tints of Ocean Green #50B179

Color information

#50B179 (or 0x50B179) is unknown color: approx Ocean Green. HEX triplet: 50, B1 and 79. RGB value is (80,177,121). Sum of RGB (Red+Green+Blue) = 80+177+121=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 177 (69.53% from 255 or 46.83% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 177 - color contains mainly: green. Hex color #50B179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B179 is #AF4E86. Grayscale: #8D8D8D. Windows color (decimal): -11488903 or 7975248. OLE color: 7975248.

HSL color Cylindrical-coordinate representation of color #50B179: hue angle of 145.36º 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 #50B179 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB80177121-
CMYK0.5500.320.31
HSL145.36º38.34%50.39%-
HSV(B)145.36º54.8%69.41%-
XYZ22.4834.5323.57-
YUV141.61116.3684.05-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.16%
GREEN value IS 177 (69.53% from 255) = 46.83%
BLUE value IS 121 (47.66% from 255) = 32.01%
R=21.16%
G=46.83%
B=32.01%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801771210.5500.320.31145.3638.3450.39
Hex50B179370201F912632
Octal12026117167040372214662
Binary101000010110001111100111011101000001111110010001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,177,121); }

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

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

 a { background-color: rgb(80,177,121); }

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

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

 span { border-color: rgb(80,177,121); }

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