#43A28E

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

Shades of Gossamer #43A28E

Tints of Gossamer #43A28E

Color information

#43A28E (or 0x43A28E) is unknown color: approx Gossamer. HEX triplet: 43, A2 and 8E. RGB value is (67,162,142). Sum of RGB (Red+Green+Blue) = 67+162+142=371 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.06% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #43A28E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43A28E is #BC5D71. Grayscale: #838383. Windows color (decimal): -12344690 or 9347651. OLE color: 9347651.

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

Color convert

RGB67162142-
CMYK0.5900.120.36
HSL167.37º41.48%44.9%-
HSV(B)167.37º58.64%63.53%-
XYZ20.1228.9930.13-
YUV131.32134.0382.13-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.06%
GREEN value IS 162 (63.67% from 255) = 43.67%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=18.06%
G=43.67%
B=38.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal671621420.5900.120.36167.3741.4844.9
Hex43A28E3B0C24a7292d
Octal10324221673014442475155
Binary100001110100010100011101110110110010010010100111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43A28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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