#40A090

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

Shades of Gossamer #40A090

Tints of Gossamer #40A090

Color information

#40A090 (or 0x40A090) is unknown color: approx Gossamer. HEX triplet: 40, A0 and 90. RGB value is (64,160,144). Sum of RGB (Red+Green+Blue) = 64+160+144=368 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.39% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 160 - color contains mainly: green. Hex color #40A090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A090 is #BF5F6F. Grayscale: #818181. Windows color (decimal): -12541808 or 9478208. OLE color: 9478208.

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

Color convert

RGB64160144-
CMYK0.600.10.37
HSL170º42.86%43.92%-
HSV(B)170º60%62.75%-
XYZ19.7228.2530.8-
YUV129.47136.281.3-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.39%
GREEN value IS 160 (62.89% from 255) = 43.48%
BLUE value IS 144 (56.64% from 255) = 39.13%
R=17.39%
G=43.48%
B=39.13%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal641601440.600.10.3717042.8643.92
Hex40A0903C0A25aa2b2c
Octal10024022074012452525354
Binary100000010100000100100001111000101010010110101010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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