#40A989

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

Shades of Gossamer #40A989

Tints of Gossamer #40A989

Color information

#40A989 (or 0x40A989) is unknown color: approx Gossamer. HEX triplet: 40, A9 and 89. RGB value is (64,169,137). Sum of RGB (Red+Green+Blue) = 64+169+137=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 169 (66.41% from 255 or 45.68% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 169 - color contains mainly: green. Hex color #40A989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A989 is #BF5676. Grayscale: #858585. Windows color (decimal): -12539511 or 9021760. OLE color: 9021760.

HSL color Cylindrical-coordinate representation of color #40A989: hue angle of 161.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A989 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.

Color convert

RGB64169137-
CMYK0.6200.190.34
HSL161.71º45.06%45.69%-
HSV(B)161.71º62.13%66.27%-
XYZ20.8231.2728.61-
YUV133.96129.7178.1-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.30%
GREEN value IS 169 (66.41% from 255) = 45.68%
BLUE value IS 137 (53.91% from 255) = 37.03%
R=17.30%
G=45.68%
B=37.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal641691370.6200.190.34161.7145.0645.69
Hex40A9893E01322a22d2e
Octal10025121176023422425556
Binary1000000101010011000100111111001001110001010100010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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