#43A47E

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

Shades of Gossamer #43A47E

Tints of Gossamer #43A47E

Color information

#43A47E (or 0x43A47E) is unknown color: approx Gossamer. HEX triplet: 43, A4 and 7E. RGB value is (67,164,126). Sum of RGB (Red+Green+Blue) = 67+164+126=357 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.77% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 164 - color contains mainly: green. Hex color #43A47E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A47E is #BC5B81. Grayscale: #828282. Windows color (decimal): -12344194 or 8299587. OLE color: 8299587.

HSL color Cylindrical-coordinate representation of color #43A47E: hue angle of 156.49º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #43A47E is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB67164126-
CMYK0.5900.230.36
HSL156.49º41.99%45.29%-
HSV(B)156.49º59.15%64.31%-
XYZ19.3629.2524.36-
YUV130.66125.3682.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.77%
GREEN value IS 164 (64.45% from 255) = 45.94%
BLUE value IS 126 (49.61% from 255) = 35.29%
R=18.77%
G=45.94%
B=35.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal671641260.5900.230.36156.4941.9945.29
Hex43A47E3B017249c2a2d
Octal10324417673027442345255
Binary100001110100100111111011101101011110010010011100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43A47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,164,126); }

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

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

 a { background-color: rgb(67,164,126); }

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

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

 span { border-color: rgb(67,164,126); }

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