#50B293

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

Shades of Keppel #50B293

Tints of Keppel #50B293

Color information

#50B293 (or 0x50B293) is unknown color: approx Keppel. HEX triplet: 50, B2 and 93. RGB value is (80,178,147). Sum of RGB (Red+Green+Blue) = 80+178+147=405 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.75% from 405); Green value is 178 (69.92% from 255 or 43.95% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 178 - color contains mainly: green. Hex color #50B293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50B293 is #AF4D6C. Grayscale: #919191. Windows color (decimal): -11488621 or 9679440. OLE color: 9679440.

HSL color Cylindrical-coordinate representation of color #50B293: hue angle of 161.02º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #50B293 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB80178147-
CMYK0.5500.170.30
HSL161.02º38.89%50.59%-
HSV(B)161.02º55.06%69.8%-
XYZ24.535.6533.19-
YUV145.16129.0381.52-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.75%
GREEN value IS 178 (69.92% from 255) = 43.95%
BLUE value IS 147 (57.81% from 255) = 36.30%
R=19.75%
G=43.95%
B=36.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal801781470.5500.170.30161.0238.8950.59
Hex50B293370111Ea12733
Octal12026222367021362414763
Binary101000010110010100100111101110100011111010100001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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