#40B18C

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

Shades of Gossamer #40B18C

Tints of Gossamer #40B18C

Color information

#40B18C (or 0x40B18C) is unknown color: approx Gossamer. HEX triplet: 40, B1 and 8C. RGB value is (64,177,140). Sum of RGB (Red+Green+Blue) = 64+177+140=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 177 (69.53% from 255 or 46.46% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 177 - color contains mainly: green. Hex color #40B18C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40B18C is #BF4E73. Grayscale: #8B8B8B. Windows color (decimal): -12537460 or 9220416. OLE color: 9220416.

HSL color Cylindrical-coordinate representation of color #40B18C: hue angle of 160.35º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B18C is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB64177140-
CMYK0.6400.210.31
HSL160.35º46.89%47.25%-
HSV(B)160.35º63.84%69.41%-
XYZ22.5734.4330.27-
YUV139128.5674.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.80%
GREEN value IS 177 (69.53% from 255) = 46.46%
BLUE value IS 140 (55.08% from 255) = 36.75%
R=16.80%
G=46.46%
B=36.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal641771400.6400.210.31160.3546.8947.25
Hex40B18C400151Fa02f2f
Octal100261214100025372405757
Binary1000000101100011000110010000000101011111110100000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B18C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40B18C; }

 p { color: rgb(64,177,140); }

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

<style>
 a { background-color: #40B18C; }

 a { background-color: rgb(64,177,140); }

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

<style>
 span { border-color: #40B18C; }

 span { border-color: rgb(64,177,140); }

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