#43987C

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

Shades of Gossamer #43987C

Tints of Gossamer #43987C

Color information

#43987C (or 0x43987C) is unknown color: approx Gossamer. HEX triplet: 43, 98 and 7C. RGB value is (67,152,124). Sum of RGB (Red+Green+Blue) = 67+152+124=343 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.53% from 343); Green value is 152 (59.77% from 255 or 44.31% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 152 - color contains mainly: green. Hex color #43987C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #43987C is #BC6783. Grayscale: #7B7B7B. Windows color (decimal): -12347268 or 8165443. OLE color: 8165443.

HSL color Cylindrical-coordinate representation of color #43987C: hue angle of 160.24º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #43987C is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB67152124-
CMYK0.5600.180.40
HSL160.24º38.81%42.94%-
HSV(B)160.24º55.92%59.61%-
XYZ17.1825.1123.01-
YUV123.39128.3487.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.53%
GREEN value IS 152 (59.77% from 255) = 44.31%
BLUE value IS 124 (48.83% from 255) = 36.15%
R=19.53%
G=44.31%
B=36.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal671521240.5600.180.40160.2438.8142.94
Hex43987C3801228a0272b
Octal10323017470022502404753
Binary100001110011000111110011100001001010100010100000100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43987C; }

 p { color: rgb(67,152,124); }

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

<style>
 a { background-color: #43987C; }

 a { background-color: rgb(67,152,124); }

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

<style>
 span { border-color: #43987C; }

 span { border-color: rgb(67,152,124); }

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