#50B192

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

Shades of Keppel #50B192

Tints of Keppel #50B192

Color information

#50B192 (or 0x50B192) is unknown color: approx Keppel. HEX triplet: 50, B1 and 92. RGB value is (80,177,146). Sum of RGB (Red+Green+Blue) = 80+177+146=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 146 (57.42% from 255 or 36.23% from 403); Max value from RGB is 177 - color contains mainly: green. Hex color #50B192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B192 is #AF4E6D. Grayscale: #909090. Windows color (decimal): -11488878 or 9613648. OLE color: 9613648.

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

Color convert

RGB80177146-
CMYK0.5500.180.31
HSL160.82º38.34%50.39%-
HSV(B)160.82º54.8%69.41%-
XYZ24.2235.2332.72-
YUV144.46128.8682.02-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.85%
GREEN value IS 177 (69.53% from 255) = 43.92%
BLUE value IS 146 (57.42% from 255) = 36.23%
R=19.85%
G=43.92%
B=36.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801771460.5500.180.31160.8238.3450.39
Hex50B192370121Fa12632
Octal12026122267022372414662
Binary101000010110001100100101101110100101111110100001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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