#40A092

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

Shades of Gossamer #40A092

Tints of Gossamer #40A092

Color information

#40A092 (or 0x40A092) is unknown color: approx Gossamer. HEX triplet: 40, A0 and 92. RGB value is (64,160,146). Sum of RGB (Red+Green+Blue) = 64+160+146=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 160 - color contains mainly: green. Hex color #40A092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A092 is #BF5F6D. Grayscale: #818181. Windows color (decimal): -12541806 or 9609280. OLE color: 9609280.

HSL color Cylindrical-coordinate representation of color #40A092: hue angle of 171.25º 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 #40A092 is Cyan = 0.6, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.

Color convert

RGB64160146-
CMYK0.600.090.37
HSL171.25º42.86%43.92%-
HSV(B)171.25º60%62.75%-
XYZ19.8728.3131.61-
YUV129.7137.281.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.30%
GREEN value IS 160 (62.89% from 255) = 43.24%
BLUE value IS 146 (57.42% from 255) = 39.46%
R=17.30%
G=43.24%
B=39.46%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal641601460.600.090.37171.2542.8643.92
Hex40A0923C0925ab2b2c
Octal10024022274011452535354
Binary100000010100000100100101111000100110010110101011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,160,146); }

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

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

 a { background-color: rgb(64,160,146); }

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

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

 span { border-color: rgb(64,160,146); }

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