#50B18B

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

Shades of Keppel #50B18B

Tints of Keppel #50B18B

Color information

#50B18B (or 0x50B18B) is unknown color: approx Keppel. HEX triplet: 50, B1 and 8B. RGB value is (80,177,139). Sum of RGB (Red+Green+Blue) = 80+177+139=396 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.20% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 177 - color contains mainly: green. Hex color #50B18B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B18B is #AF4E74. Grayscale: #8F8F8F. Windows color (decimal): -11488885 or 9154896. OLE color: 9154896.

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

Color convert

RGB80177139-
CMYK0.5500.210.31
HSL156.49º38.34%50.39%-
HSV(B)156.49º54.8%69.41%-
XYZ23.6935.0129.94-
YUV143.66125.3682.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.20%
GREEN value IS 177 (69.53% from 255) = 44.70%
BLUE value IS 139 (54.69% from 255) = 35.10%
R=20.20%
G=44.70%
B=35.10%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801771390.5500.210.31156.4938.3450.39
Hex50B18B370151F9c2632
Octal12026121367025372344662
Binary101000010110001100010111101110101011111110011100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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