#50B56C

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

Shades of Ocean Green #50B56C

Tints of Ocean Green #50B56C

Color information

#50B56C (or 0x50B56C) is unknown color: approx Ocean Green. HEX triplet: 50, B5 and 6C. RGB value is (80,181,108). Sum of RGB (Red+Green+Blue) = 80+181+108=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 181 (71.09% from 255 or 49.05% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 181 - color contains mainly: green. Hex color #50B56C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B56C is #AF4A93. Grayscale: #8E8E8E. Windows color (decimal): -11487892 or 7124304. OLE color: 7124304.

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

Color convert

RGB80181108-
CMYK0.5600.400.29
HSL136.63º40.56%51.18%-
HSV(B)136.63º55.8%70.98%-
XYZ22.5435.8419.92-
YUV142.48108.5483.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.68%
GREEN value IS 181 (71.09% from 255) = 49.05%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=21.68%
G=49.05%
B=29.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal801811080.5600.400.29136.6340.5651.18
Hex50B56C380281D892933
Octal12026515470050352115163
Binary101000010110101110110011100001010001110110001001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,181,108); }

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

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

 a { background-color: rgb(80,181,108); }

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

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

 span { border-color: rgb(80,181,108); }

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