#50C495

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

Shades of Keppel #50C495

Tints of Keppel #50C495

Color information

#50C495 (or 0x50C495) is unknown color: approx Keppel. HEX triplet: 50, C4 and 95. RGB value is (80,196,149). Sum of RGB (Red+Green+Blue) = 80+196+149=425 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.82% from 425); Green value is 196 (76.95% from 255 or 46.12% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 196 - color contains mainly: green. Hex color #50C495 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C495 is #AF3B6A. Grayscale: #9C9C9C. Windows color (decimal): -11484011 or 9815120. OLE color: 9815120.

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

Color convert

RGB80196149-
CMYK0.5900.240.23
HSL155.69º49.57%54.12%-
HSV(B)155.69º59.18%76.86%-
XYZ28.4743.3635.3-
YUV155.96124.0773.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.82%
GREEN value IS 196 (76.95% from 255) = 46.12%
BLUE value IS 149 (58.59% from 255) = 35.06%
R=18.82%
G=46.12%
B=35.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal801961490.5900.240.23155.6949.5754.12
Hex50C4953B018179c3236
Octal12030422573030272346266
Binary101000011000100100101011110110110001011110011100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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