#43B78C

Color #43B78C Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #43B78C

Tints of Gossamer #43B78C

Color information

#43B78C (or 0x43B78C) is unknown color: approx Gossamer. HEX triplet: 43, B7 and 8C. RGB value is (67,183,140). Sum of RGB (Red+Green+Blue) = 67+183+140=390 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.18% from 390); Green value is 183 (71.88% from 255 or 46.92% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 183 - color contains mainly: green. Hex color #43B78C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43B78C is #BC4873. Grayscale: #8F8F8F. Windows color (decimal): -12339316 or 9221955. OLE color: 9221955.

HSL color Cylindrical-coordinate representation of color #43B78C: hue angle of 157.76º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43B78C is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB67183140-
CMYK0.6300.230.28
HSL157.76º46.4%49.02%-
HSV(B)157.76º63.39%71.76%-
XYZ23.9836.9530.68-
YUV143.41126.0773.5-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.18%
GREEN value IS 183 (71.88% from 255) = 46.92%
BLUE value IS 140 (55.08% from 255) = 35.90%
R=17.18%
G=46.92%
B=35.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal671831400.6300.230.28157.7646.449.02
Hex43B78C3F0171C9e2e31
Octal10326721477027342365661
Binary100001110110111100011001111110101111110010011110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43B78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43B78C; }

 p { color: rgb(67,183,140); }

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

<style>
 a { background-color: #43B78C; }

 a { background-color: rgb(67,183,140); }

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

<style>
 span { border-color: #43B78C; }

 span { border-color: rgb(67,183,140); }

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