#50B48C

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

Shades of Keppel #50B48C

Tints of Keppel #50B48C

Color information

#50B48C (or 0x50B48C) is unknown color: approx Keppel. HEX triplet: 50, B4 and 8C. RGB value is (80,180,140). Sum of RGB (Red+Green+Blue) = 80+180+140=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #50B48C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B48C is #AF4B73. Grayscale: #919191. Windows color (decimal): -11488116 or 9221200. OLE color: 9221200.

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

Color convert

RGB80180140-
CMYK0.5600.220.29
HSL156º40%50.98%-
HSV(B)156º55.56%70.59%-
XYZ24.3636.2430.52-
YUV145.54124.8781.25-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20%
GREEN value IS 180 (70.70% from 255) = 45%
BLUE value IS 140 (55.08% from 255) = 35%
R=20%
G=45%
B=35%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal801801400.5600.220.291564050.98
Hex50B48C380161D9c2833
Octal12026421470026352345063
Binary101000010110100100011001110000101101110110011100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B48C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,180,140); }

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

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

 a { background-color: rgb(80,180,140); }

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

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

 span { border-color: rgb(80,180,140); }

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