#50B193

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

Shades of Keppel #50B193

Tints of Keppel #50B193

Color information

#50B193 (or 0x50B193) is unknown color: approx Keppel. HEX triplet: 50, B1 and 93. RGB value is (80,177,147). Sum of RGB (Red+Green+Blue) = 80+177+147=404 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.80% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 177 - color contains mainly: green. Hex color #50B193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B193 is #AF4E6C. Grayscale: #909090. Windows color (decimal): -11488877 or 9679184. OLE color: 9679184.

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

Color convert

RGB80177147-
CMYK0.5500.170.31
HSL161.44º38.34%50.39%-
HSV(B)161.44º54.8%69.41%-
XYZ24.335.2633.13-
YUV144.58129.3681.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.80%
GREEN value IS 177 (69.53% from 255) = 43.81%
BLUE value IS 147 (57.81% from 255) = 36.39%
R=19.80%
G=43.81%
B=36.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801771470.5500.170.31161.4438.3450.39
Hex50B193370111Fa12632
Octal12026122367021372414662
Binary101000010110001100100111101110100011111110100001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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