#50B58B

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

Shades of Keppel #50B58B

Tints of Keppel #50B58B

Color information

#50B58B (or 0x50B58B) is unknown color: approx Keppel. HEX triplet: 50, B5 and 8B. RGB value is (80,181,139). Sum of RGB (Red+Green+Blue) = 80+181+139=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 181 - color contains mainly: green. Hex color #50B58B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B58B is #AF4A74. Grayscale: #929292. Windows color (decimal): -11487861 or 9155920. OLE color: 9155920.

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

Color convert

RGB80181139-
CMYK0.5600.230.29
HSL155.05º40.56%51.18%-
HSV(B)155.05º55.8%70.98%-
XYZ24.4936.6230.2-
YUV146.01124.0480.92-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20%
GREEN value IS 181 (71.09% from 255) = 45.25%
BLUE value IS 139 (54.69% from 255) = 34.75%
R=20%
G=45.25%
B=34.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal801811390.5600.230.29155.0540.5651.18
Hex50B58B380171D9b2933
Octal12026521370027352335163
Binary101000010110101100010111110000101111110110011011101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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