#40A190

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

Shades of Gossamer #40A190

Tints of Gossamer #40A190

Color information

#40A190 (or 0x40A190) is unknown color: approx Gossamer. HEX triplet: 40, A1 and 90. RGB value is (64,161,144). Sum of RGB (Red+Green+Blue) = 64+161+144=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 161 - color contains mainly: green. Hex color #40A190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A190 is #BF5E6F. Grayscale: #828282. Windows color (decimal): -12541552 or 9478464. OLE color: 9478464.

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

Color convert

RGB64161144-
CMYK0.6000.110.37
HSL169.48º43.11%44.12%-
HSV(B)169.48º60.25%63.14%-
XYZ19.8928.5930.86-
YUV130.06135.8680.88-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.34%
GREEN value IS 161 (63.28% from 255) = 43.63%
BLUE value IS 144 (56.64% from 255) = 39.02%
R=17.34%
G=43.63%
B=39.02%

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
Decimal641611440.6000.110.37169.4843.1144.12
Hex40A1903C0B25a92b2c
Octal10024122074013452515354
Binary100000010100001100100001111000101110010110101001101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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