#43A396

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

Shades of Gossamer #43A396

Tints of Gossamer #43A396

Color information

#43A396 (or 0x43A396) is unknown color: approx Gossamer. HEX triplet: 43, A3 and 96. RGB value is (67,163,150). Sum of RGB (Red+Green+Blue) = 67+163+150=380 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.63% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 163 - color contains mainly: green. Hex color #43A396 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A396 is #BC5C69. Grayscale: #848484. Windows color (decimal): -12344426 or 9872195. OLE color: 9872195.

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

Color convert

RGB67163150-
CMYK0.5900.080.36
HSL171.88º41.74%45.1%-
HSV(B)171.88º58.9%63.92%-
XYZ20.9229.5933.46-
YUV132.81137.781.06-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.63%
GREEN value IS 163 (64.06% from 255) = 42.89%
BLUE value IS 150 (58.98% from 255) = 39.47%
R=17.63%
G=42.89%
B=39.47%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal671631500.5900.080.36171.8841.7445.1
Hex43A3963B0824ac2a2d
Octal10324322673010442545255
Binary100001110100011100101101110110100010010010101100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43A396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,163,150); }

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

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

 a { background-color: rgb(67,163,150); }

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

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

 span { border-color: rgb(67,163,150); }

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