#50B473

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

Shades of Ocean Green #50B473

Tints of Ocean Green #50B473

Color information

#50B473 (or 0x50B473) is unknown color: approx Ocean Green. HEX triplet: 50, B4 and 73. RGB value is (80,180,115). Sum of RGB (Red+Green+Blue) = 80+180+115=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 115 (45.31% from 255 or 30.67% from 375); Max value from RGB is 180 - color contains mainly: green. Hex color #50B473 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B473 is #AF4B8C. Grayscale: #8E8E8E. Windows color (decimal): -11488141 or 7582800. OLE color: 7582800.

HSL color Cylindrical-coordinate representation of color #50B473: hue angle of 141º degrees, saturation: 0.4, 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 #50B473 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB80180115-
CMYK0.5600.360.29
HSL141º40%50.98%-
HSV(B)141º55.56%70.59%-
XYZ22.7235.5921.89-
YUV142.69112.3783.29-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.33%
GREEN value IS 180 (70.70% from 255) = 48%
BLUE value IS 115 (45.31% from 255) = 30.67%
R=21.33%
G=48%
B=30.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal801801150.5600.360.291414050.98
Hex50B473380241D8d2833
Octal12026416370044352155063
Binary101000010110100111001111100001001001110110001101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,180,115); }

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

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

 a { background-color: rgb(80,180,115); }

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

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

 span { border-color: rgb(80,180,115); }

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