#40A089

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

Shades of Gossamer #40A089

Tints of Gossamer #40A089

Color information

#40A089 (or 0x40A089) is unknown color: approx Gossamer. HEX triplet: 40, A0 and 89. RGB value is (64,160,137). Sum of RGB (Red+Green+Blue) = 64+160+137=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 160 - color contains mainly: green. Hex color #40A089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A089 is #BF5F76. Grayscale: #808080. Windows color (decimal): -12541815 or 9019456. OLE color: 9019456.

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

Color convert

RGB64160137-
CMYK0.600.140.37
HSL165.62º42.86%43.92%-
HSV(B)165.62º60%62.75%-
XYZ19.228.0428.07-
YUV128.67132.781.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.73%
GREEN value IS 160 (62.89% from 255) = 44.32%
BLUE value IS 137 (53.91% from 255) = 37.95%
R=17.73%
G=44.32%
B=37.95%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal641601370.600.140.37165.6242.8643.92
Hex40A0893C0E25a62b2c
Octal10024021174016452465354
Binary100000010100000100010011111000111010010110100110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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