#43A27E

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

Shades of Gossamer #43A27E

Tints of Gossamer #43A27E

Color information

#43A27E (or 0x43A27E) is unknown color: approx Gossamer. HEX triplet: 43, A2 and 7E. RGB value is (67,162,126). Sum of RGB (Red+Green+Blue) = 67+162+126=355 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.87% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 162 - color contains mainly: green. Hex color #43A27E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43A27E is #BC5D81. Grayscale: #818181. Windows color (decimal): -12344706 or 8299075. OLE color: 8299075.

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

Color convert

RGB67162126-
CMYK0.5900.220.36
HSL157.26º41.48%44.9%-
HSV(B)157.26º58.64%63.53%-
XYZ1928.5424.25-
YUV129.49126.0383.43-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.87%
GREEN value IS 162 (63.67% from 255) = 45.63%
BLUE value IS 126 (49.61% from 255) = 35.49%
R=18.87%
G=45.63%
B=35.49%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal671621260.5900.220.36157.2641.4844.9
Hex43A27E3B016249d292d
Octal10324217673026442355155
Binary100001110100010111111011101101011010010010011101101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43A27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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