#40AA9D

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

Shades of Gossamer #40AA9D

Tints of Gossamer #40AA9D

Color information

#40AA9D (or 0x40AA9D) is unknown color: approx Gossamer. HEX triplet: 40, AA and 9D. RGB value is (64,170,157). Sum of RGB (Red+Green+Blue) = 64+170+157=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AA9D is #BF5562. Grayscale: #888888. Windows color (decimal): -12539235 or 10332736. OLE color: 10332736.

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

Color convert

RGB64170157-
CMYK0.6200.080.33
HSL172.64º45.3%45.88%-
HSV(B)172.64º62.35%66.67%-
XYZ22.5732.2736.94-
YUV136.82139.3876.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.37%
GREEN value IS 170 (66.80% from 255) = 43.48%
BLUE value IS 157 (61.72% from 255) = 40.15%
R=16.37%
G=43.48%
B=40.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641701570.6200.080.33172.6445.345.88
Hex40AA9D3E0821ad2d2e
Octal10025223576010412555556
Binary100000010101010100111011111100100010000110101101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,170,157); }

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

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

 a { background-color: rgb(64,170,157); }

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

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

 span { border-color: rgb(64,170,157); }

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