#50C393

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

Shades of Keppel #50C393

Tints of Keppel #50C393

Color information

#50C393 (or 0x50C393) is unknown color: approx Keppel. HEX triplet: 50, C3 and 93. RGB value is (80,195,147). Sum of RGB (Red+Green+Blue) = 80+195+147=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 147 (57.81% from 255 or 34.83% from 422); Max value from RGB is 195 - color contains mainly: green. Hex color #50C393 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C393 is #AF3C6C. Grayscale: #9B9B9B. Windows color (decimal): -11484269 or 9683792. OLE color: 9683792.

HSL color Cylindrical-coordinate representation of color #50C393: hue angle of 154.96º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #50C393 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB80195147-
CMYK0.5900.250.24
HSL154.96º48.94%53.92%-
HSV(B)154.96º58.97%76.47%-
XYZ28.0942.8434.39-
YUV155.14123.474.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.96%
GREEN value IS 195 (76.56% from 255) = 46.21%
BLUE value IS 147 (57.81% from 255) = 34.83%
R=18.96%
G=46.21%
B=34.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801951470.5900.250.24154.9648.9453.92
Hex50C3933B019189b3136
Octal12030322373031302336166
Binary101000011000011100100111110110110011100010011011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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