#43B086

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

Shades of Gossamer #43B086

Tints of Gossamer #43B086

Color information

#43B086 (or 0x43B086) is unknown color: approx Gossamer. HEX triplet: 43, B0 and 86. RGB value is (67,176,134). Sum of RGB (Red+Green+Blue) = 67+176+134=377 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.77% from 377); Green value is 176 (69.14% from 255 or 46.68% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 176 - color contains mainly: green. Hex color #43B086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43B086 is #BC4F79. Grayscale: #8A8A8A. Windows color (decimal): -12341114 or 8826947. OLE color: 8826947.

HSL color Cylindrical-coordinate representation of color #43B086: hue angle of 156.88º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #43B086 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB67176134-
CMYK0.6200.240.31
HSL156.88º44.86%47.65%-
HSV(B)156.88º61.93%69.02%-
XYZ22.1433.9727.94-
YUV138.62125.3976.92-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.77%
GREEN value IS 176 (69.14% from 255) = 46.68%
BLUE value IS 134 (52.73% from 255) = 35.54%
R=17.77%
G=46.68%
B=35.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal671761340.6200.240.31156.8844.8647.65
Hex43B0863E0181F9d2d30
Octal10326020676030372355560
Binary100001110110000100001101111100110001111110011101101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43B086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,176,134); }

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

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

 a { background-color: rgb(67,176,134); }

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

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

 span { border-color: rgb(67,176,134); }

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