#43A293

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

Shades of Gossamer #43A293

Tints of Gossamer #43A293

Color information

#43A293 (or 0x43A293) is unknown color: approx Gossamer. HEX triplet: 43, A2 and 93. RGB value is (67,162,147). Sum of RGB (Red+Green+Blue) = 67+162+147=376 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.82% from 376); Green value is 162 (63.67% from 255 or 43.09% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 162 - color contains mainly: green. Hex color #43A293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A293 is #BC5D6C. Grayscale: #838383. Windows color (decimal): -12344685 or 9675331. OLE color: 9675331.

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

Color convert

RGB67162147-
CMYK0.5900.090.36
HSL170.53º41.48%44.9%-
HSV(B)170.53º58.64%63.53%-
XYZ20.529.1432.15-
YUV131.88136.5381.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.82%
GREEN value IS 162 (63.67% from 255) = 43.09%
BLUE value IS 147 (57.81% from 255) = 39.10%
R=17.82%
G=43.09%
B=39.10%

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
Decimal671621470.5900.090.36170.5341.4844.9
Hex43A2933B0924ab292d
Octal10324222373011442535155
Binary100001110100010100100111110110100110010010101011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43A293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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