#50B78F

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

Shades of Keppel #50B78F

Tints of Keppel #50B78F

Color information

#50B78F (or 0x50B78F) is unknown color: approx Keppel. HEX triplet: 50, B7 and 8F. RGB value is (80,183,143). Sum of RGB (Red+Green+Blue) = 80+183+143=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 183 - color contains mainly: green. Hex color #50B78F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50B78F is #AF4870. Grayscale: #939393. Windows color (decimal): -11487345 or 9418576. OLE color: 9418576.

HSL color Cylindrical-coordinate representation of color #50B78F: hue angle of 156.7º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #50B78F is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB80183143-
CMYK0.5600.220.28
HSL156.7º41.7%51.57%-
HSV(B)156.7º56.28%71.76%-
XYZ25.237.5631.91-
YUV147.64125.3879.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 19.70%
GREEN value IS 183 (71.88% from 255) = 45.07%
BLUE value IS 143 (56.25% from 255) = 35.22%
R=19.70%
G=45.07%
B=35.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal801831430.5600.220.28156.741.751.57
Hex50B78F380161C9d2a34
Octal12026721770026342355264
Binary101000010110111100011111110000101101110010011101101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50B78F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,183,143); }

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

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

 a { background-color: rgb(80,183,143); }

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

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

 span { border-color: rgb(80,183,143); }

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