#50B57B

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

Shades of Ocean Green #50B57B

Tints of Ocean Green #50B57B

Color information

#50B57B (or 0x50B57B) is unknown color: approx Ocean Green. HEX triplet: 50, B5 and 7B. RGB value is (80,181,123). Sum of RGB (Red+Green+Blue) = 80+181+123=384 (50% of max value = 765). Red value is 80 (31.64% from 255 or 20.83% from 384); Green value is 181 (71.09% from 255 or 47.14% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 181 - color contains mainly: green. Hex color #50B57B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50B57B is #AF4A84. Grayscale: #909090. Windows color (decimal): -11487877 or 8107344. OLE color: 8107344.

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

Color convert

RGB80181123-
CMYK0.5600.320.29
HSL145.54º40.56%51.18%-
HSV(B)145.54º55.8%70.98%-
XYZ23.4136.1824.49-
YUV144.19116.0482.22-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.83%
GREEN value IS 181 (71.09% from 255) = 47.14%
BLUE value IS 123 (48.44% from 255) = 32.03%
R=20.83%
G=47.14%
B=32.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal801811230.5600.320.29145.5440.5651.18
Hex50B57B380201D922933
Octal12026517370040352225163
Binary101000010110101111101111100001000001110110010010101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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