#43A28C

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

Shades of Gossamer #43A28C

Tints of Gossamer #43A28C

Color information

#43A28C (or 0x43A28C) is unknown color: approx Gossamer. HEX triplet: 43, A2 and 8C. RGB value is (67,162,140). Sum of RGB (Red+Green+Blue) = 67+162+140=369 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.16% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 162 - color contains mainly: green. Hex color #43A28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A28C is #BC5D73. Grayscale: #838383. Windows color (decimal): -12344692 or 9216579. OLE color: 9216579.

HSL color Cylindrical-coordinate representation of color #43A28C: hue angle of 166.11º degrees, saturation: 0.41, 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 #43A28C is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB67162140-
CMYK0.5900.140.36
HSL166.11º41.48%44.9%-
HSV(B)166.11º58.64%63.53%-
XYZ19.9728.9329.34-
YUV131.09133.0382.29-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.16%
GREEN value IS 162 (63.67% from 255) = 43.90%
BLUE value IS 140 (55.08% from 255) = 37.94%
R=18.16%
G=43.90%
B=37.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal671621400.5900.140.36166.1141.4844.9
Hex43A28C3B0E24a6292d
Octal10324221473016442465155
Binary100001110100010100011001110110111010010010100110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43A28C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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