#40A48D

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

Shades of Gossamer #40A48D

Tints of Gossamer #40A48D

Color information

#40A48D (or 0x40A48D) is unknown color: approx Gossamer. HEX triplet: 40, A4 and 8D. RGB value is (64,164,141). Sum of RGB (Red+Green+Blue) = 64+164+141=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 164 (64.45% from 255 or 44.44% from 369); Blue value is 141 (55.47% from 255 or 38.21% from 369); Max value from RGB is 164 - color contains mainly: green. Hex color #40A48D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A48D is #BF5B72. Grayscale: #838383. Windows color (decimal): -12540787 or 9282624. OLE color: 9282624.

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

Color convert

RGB64164141-
CMYK0.6100.140.36
HSL166.2º43.86%44.71%-
HSV(B)166.2º60.98%64.31%-
XYZ20.229.5629.84-
YUV131.48133.3779.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.34%
GREEN value IS 164 (64.45% from 255) = 44.44%
BLUE value IS 141 (55.47% from 255) = 38.21%
R=17.34%
G=44.44%
B=38.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal641641410.6100.140.36166.243.8644.71
Hex40A48D3D0E24a62c2d
Octal10024421575016442465455
Binary100000010100100100011011111010111010010010100110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,164,141); }

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

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

 a { background-color: rgb(64,164,141); }

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

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

 span { border-color: rgb(64,164,141); }

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