#40A18F

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

Shades of Gossamer #40A18F

Tints of Gossamer #40A18F

Color information

#40A18F (or 0x40A18F) is unknown color: approx Gossamer. HEX triplet: 40, A1 and 8F. RGB value is (64,161,143). Sum of RGB (Red+Green+Blue) = 64+161+143=368 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.39% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 161 - color contains mainly: green. Hex color #40A18F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A18F is #BF5E70. Grayscale: #818181. Windows color (decimal): -12541553 or 9412928. OLE color: 9412928.

HSL color Cylindrical-coordinate representation of color #40A18F: hue angle of 168.87º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A18F is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.

Color convert

RGB64161143-
CMYK0.6000.110.37
HSL168.87º43.11%44.12%-
HSV(B)168.87º60.25%63.14%-
XYZ19.8228.5630.46-
YUV129.94135.3680.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.39%
GREEN value IS 161 (63.28% from 255) = 43.75%
BLUE value IS 143 (56.25% from 255) = 38.86%
R=17.39%
G=43.75%
B=38.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal641611430.6000.110.37168.8743.1144.12
Hex40A18F3C0B25a92b2c
Octal10024121774013452515354
Binary100000010100001100011111111000101110010110101001101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A18F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,161,143); }

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

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

 a { background-color: rgb(64,161,143); }

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

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

 span { border-color: rgb(64,161,143); }

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