#50C395

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

Shades of Keppel #50C395

Tints of Keppel #50C395

Color information

#50C395 (or 0x50C395) is unknown color: approx Keppel. HEX triplet: 50, C3 and 95. RGB value is (80,195,149). Sum of RGB (Red+Green+Blue) = 80+195+149=424 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.87% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #50C395 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C395 is #AF3C6A. Grayscale: #9B9B9B. Windows color (decimal): -11484267 or 9814864. OLE color: 9814864.

HSL color Cylindrical-coordinate representation of color #50C395: hue angle of 156º 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 #50C395 is Cyan = 0.59, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.

Color convert

RGB80195149-
CMYK0.5900.240.24
HSL156º48.94%53.92%-
HSV(B)156º58.97%76.47%-
XYZ28.2542.9135.23-
YUV155.37124.474.24-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.87%
GREEN value IS 195 (76.56% from 255) = 45.99%
BLUE value IS 149 (58.59% from 255) = 35.14%
R=18.87%
G=45.99%
B=35.14%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal801951490.5900.240.2415648.9453.92
Hex50C3953B018189c3136
Octal12030322573030302346166
Binary101000011000011100101011110110110001100010011100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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