#40A49A

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

Shades of Gossamer #40A49A

Tints of Gossamer #40A49A

Color information

#40A49A (or 0x40A49A) is unknown color: approx Gossamer. HEX triplet: 40, A4 and 9A. RGB value is (64,164,154). Sum of RGB (Red+Green+Blue) = 64+164+154=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 164 (64.45% from 255 or 42.93% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 164 - color contains mainly: green. Hex color #40A49A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A49A is #BF5B65. Grayscale: #848484. Windows color (decimal): -12540774 or 10134592. OLE color: 10134592.

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

Color convert

RGB64164154-
CMYK0.6100.060.36
HSL174º43.86%44.71%-
HSV(B)174º60.98%64.31%-
XYZ21.2229.9735.24-
YUV132.96139.8778.81-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.75%
GREEN value IS 164 (64.45% from 255) = 42.93%
BLUE value IS 154 (60.55% from 255) = 40.31%
R=16.75%
G=42.93%
B=40.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal641641540.6100.060.3617443.8644.71
Hex40A49A3D0624ae2c2d
Octal1002442327506442565455
Binary10000001010010010011010111101011010010010101110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A49A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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