#50B380

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

Shades of Ocean Green #50B380

Tints of Ocean Green #50B380

Color information

#50B380 (or 0x50B380) is unknown color: approx Ocean Green. HEX triplet: 50, B3 and 80. RGB value is (80,179,128). Sum of RGB (Red+Green+Blue) = 80+179+128=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #50B380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B380 is #AF4C7F. Grayscale: #8F8F8F. Windows color (decimal): -11488384 or 8434512. OLE color: 8434512.

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

Color convert

RGB80179128-
CMYK0.5500.280.30
HSL149.09º39.44%50.78%-
HSV(B)149.09º55.31%70.2%-
XYZ23.3235.526.05-
YUV143.58119.282.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.67%
GREEN value IS 179 (70.31% from 255) = 46.25%
BLUE value IS 128 (50.39% from 255) = 33.07%
R=20.67%
G=46.25%
B=33.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal801791280.5500.280.30149.0939.4450.78
Hex50B3803701C1E952733
Octal12026320067034362254763
Binary101000010110011100000001101110111001111010010101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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