#40a58e

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

Shades of Gossamer #40A58E

Tints of Gossamer #40A58E

Color information

#40A58E (or 0x40A58E) is unknown color: approx Gossamer. HEX triplet: 40, A5 and 8E. RGB value is (64,165,142). Sum of RGB (Red+Green+Blue) = 64+165+142=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 165 (64.84% from 255 or 44.47% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 165 - color contains mainly: green. Hex color #40A58E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A58E is #BF5A71. Grayscale: #848484. Windows color (decimal): -12540530 or 9348416. OLE color: 9348416.

HSL color Cylindrical-coordinate representation of color #40A58E: hue angle of 166.34º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A58E is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB64165142-
CMYK0.6100.140.35
HSL166.34º44.1%44.9%-
HSV(B)166.34º61.21%64.71%-
XYZ20.4529.9530.29-
YUV132.18133.5479.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.25%
GREEN value IS 165 (64.84% from 255) = 44.47%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=17.25%
G=44.47%
B=38.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal641651420.6100.140.35166.3444.144.9
Hex40A58E3D0E23a62c2d
Octal10024521675016432465455
Binary100000010100101100011101111010111010001110100110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40a58e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,165,142); }

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

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

 a { background-color: rgb(64,165,142); }

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

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

 span { border-color: rgb(64,165,142); }

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