#40A59B

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

Shades of Gossamer #40A59B

Tints of Gossamer #40A59B

Color information

#40A59B (or 0x40A59B) is unknown color: approx Gossamer. HEX triplet: 40, A5 and 9B. RGB value is (64,165,155). Sum of RGB (Red+Green+Blue) = 64+165+155=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 165 (64.84% from 255 or 42.97% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 165 - color contains mainly: green. Hex color #40A59B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A59B is #BF5A64. Grayscale: #858585. Windows color (decimal): -12540517 or 10200384. OLE color: 10200384.

HSL color Cylindrical-coordinate representation of color #40A59B: hue angle of 174.06º 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 #40A59B is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB64165155-
CMYK0.6100.060.35
HSL174.06º44.1%44.9%-
HSV(B)174.06º61.21%64.71%-
XYZ21.4930.3735.74-
YUV133.66140.0478.31-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.67%
GREEN value IS 165 (64.84% from 255) = 42.97%
BLUE value IS 155 (60.94% from 255) = 40.36%
R=16.67%
G=42.97%
B=40.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal641651550.6100.060.35174.0644.144.9
Hex40A59B3D0623ae2c2d
Octal1002452337506432565455
Binary10000001010010110011011111101011010001110101110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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