#43B084

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

Shades of Gossamer #43B084

Tints of Gossamer #43B084

Color information

#43B084 (or 0x43B084) is unknown color: approx Gossamer. HEX triplet: 43, B0 and 84. RGB value is (67,176,132). Sum of RGB (Red+Green+Blue) = 67+176+132=375 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.87% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 176 - color contains mainly: green. Hex color #43B084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43B084 is #BC4F7B. Grayscale: #8A8A8A. Windows color (decimal): -12341116 or 8695875. OLE color: 8695875.

HSL color Cylindrical-coordinate representation of color #43B084: hue angle of 155.78º 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 #43B084 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB67176132-
CMYK0.6200.250.31
HSL155.78º44.86%47.65%-
HSV(B)155.78º61.93%69.02%-
XYZ2233.9127.22-
YUV138.39124.3977.08-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.87%
GREEN value IS 176 (69.14% from 255) = 46.93%
BLUE value IS 132 (51.95% from 255) = 35.2%
R=17.87%
G=46.93%
B=35.2%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal671761320.6200.250.31155.7844.8647.65
Hex43B0843E0191F9c2d30
Octal10326020476031372345560
Binary100001110110000100001001111100110011111110011100101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43B084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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