#50B98E

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

Shades of Keppel #50B98E

Tints of Keppel #50B98E

Color information

#50B98E (or 0x50B98E) is unknown color: approx Keppel. HEX triplet: 50, B9 and 8E. RGB value is (80,185,142). Sum of RGB (Red+Green+Blue) = 80+185+142=407 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.66% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 185 - color contains mainly: green. Hex color #50B98E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B98E is #AF4671. Grayscale: #949494. Windows color (decimal): -11486834 or 9353552. OLE color: 9353552.

HSL color Cylindrical-coordinate representation of color #50B98E: hue angle of 155.43º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50B98E is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB80185142-
CMYK0.5700.230.27
HSL155.43º42.86%51.96%-
HSV(B)155.43º56.76%72.55%-
XYZ25.5438.3631.65-
YUV148.7124.2179-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.66%
GREEN value IS 185 (72.66% from 255) = 45.45%
BLUE value IS 142 (55.86% from 255) = 34.89%
R=19.66%
G=45.45%
B=34.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal801851420.5700.230.27155.4342.8651.96
Hex50B98E390171B9b2b34
Octal12027121671027332335364
Binary101000010111001100011101110010101111101110011011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B98E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,185,142); }

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

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

 a { background-color: rgb(80,185,142); }

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

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

 span { border-color: rgb(80,185,142); }

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