#50C294

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

Shades of Keppel #50C294

Tints of Keppel #50C294

Color information

#50C294 (or 0x50C294) is unknown color: approx Keppel. HEX triplet: 50, C2 and 94. RGB value is (80,194,148). Sum of RGB (Red+Green+Blue) = 80+194+148=422 (55% of max value = 765). Red value is 80 (31.64% from 255 or 18.96% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #50C294 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C294 is #AF3D6B. Grayscale: #9A9A9A. Windows color (decimal): -11484524 or 9749072. OLE color: 9749072.

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

Color convert

RGB80194148-
CMYK0.5900.240.24
HSL155.79º48.31%53.73%-
HSV(B)155.79º58.76%76.08%-
XYZ27.9542.4334.73-
YUV154.67124.2374.74-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.96%
GREEN value IS 194 (76.17% from 255) = 45.97%
BLUE value IS 148 (58.20% from 255) = 35.07%
R=18.96%
G=45.97%
B=35.07%

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
Decimal801941480.5900.240.24155.7948.3153.73
Hex50C2943B018189c3036
Octal12030222473030302346066
Binary101000011000010100101001110110110001100010011100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,194,148); }

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

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

 a { background-color: rgb(80,194,148); }

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

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

 span { border-color: rgb(80,194,148); }

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