#43A394

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

Shades of Gossamer #43A394

Tints of Gossamer #43A394

Color information

#43A394 (or 0x43A394) is unknown color: approx Gossamer. HEX triplet: 43, A3 and 94. RGB value is (67,163,148). Sum of RGB (Red+Green+Blue) = 67+163+148=378 (50% of max value = 765). Red value is 67 (26.56% from 255 or 17.72% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 163 - color contains mainly: green. Hex color #43A394 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A394 is #BC5C6B. Grayscale: #848484. Windows color (decimal): -12344428 or 9741123. OLE color: 9741123.

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

Color convert

RGB67163148-
CMYK0.5900.090.36
HSL170.62º41.74%45.1%-
HSV(B)170.62º58.9%63.92%-
XYZ20.7629.5332.62-
YUV132.59136.781.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.72%
GREEN value IS 163 (64.06% from 255) = 43.12%
BLUE value IS 148 (58.20% from 255) = 39.15%
R=17.72%
G=43.12%
B=39.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal671631480.5900.090.36170.6241.7445.1
Hex43A3943B0924ab2a2d
Octal10324322473011442535255
Binary100001110100011100101001110110100110010010101011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43A394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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