#50C895

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

Shades of Keppel #50C895

Tints of Keppel #50C895

Color information

#50C895 (or 0x50C895) is unknown color: approx Keppel. HEX triplet: 50, C8 and 95. RGB value is (80,200,149). Sum of RGB (Red+Green+Blue) = 80+200+149=429 (56% of max value = 765). Red value is 80 (31.64% from 255 or 18.65% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 149 (58.59% from 255 or 34.73% from 429); Max value from RGB is 200 - color contains mainly: green. Hex color #50C895 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50C895 is #AF376A. Grayscale: #9E9E9E. Windows color (decimal): -11482987 or 9816144. OLE color: 9816144.

HSL color Cylindrical-coordinate representation of color #50C895: hue angle of 154.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #50C895 is Cyan = 0.6, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB80200149-
CMYK0.600.260.22
HSL154.5º52.17%54.9%-
HSV(B)154.5º60%78.43%-
XYZ29.3945.1835.61-
YUV158.31122.7472.15-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 18.65%
GREEN value IS 200 (78.52% from 255) = 46.62%
BLUE value IS 149 (58.59% from 255) = 34.73%
R=18.65%
G=46.62%
B=34.73%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal802001490.600.260.22154.552.1754.9
Hex50C8953C01A169a3437
Octal12031022574032262326467
Binary101000011001000100101011111000110101011010011010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50C895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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