#50B16B

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

Shades of Ocean Green #50B16B

Tints of Ocean Green #50B16B

Color information

#50B16B (or 0x50B16B) is unknown color: approx Ocean Green. HEX triplet: 50, B1 and 6B. RGB value is (80,177,107). Sum of RGB (Red+Green+Blue) = 80+177+107=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 177 (69.53% from 255 or 48.63% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 177 - color contains mainly: green. Hex color #50B16B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50B16B is #AF4E94. Grayscale: #8C8C8C. Windows color (decimal): -11488917 or 7057744. OLE color: 7057744.

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

Color convert

RGB80177107-
CMYK0.5500.400.31
HSL136.7º38.34%50.39%-
HSV(B)136.7º54.8%69.41%-
XYZ21.6834.2119.37-
YUV140.02109.3685.19-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.98%
GREEN value IS 177 (69.53% from 255) = 48.63%
BLUE value IS 107 (42.19% from 255) = 29.40%
R=21.98%
G=48.63%
B=29.40%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801771070.5500.400.31136.738.3450.39
Hex50B16B370281F892632
Octal12026115367050372114662
Binary101000010110001110101111011101010001111110001001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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