#40AB97

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

Shades of Gossamer #40AB97

Tints of Gossamer #40AB97

Color information

#40AB97 (or 0x40AB97) is unknown color: approx Gossamer. HEX triplet: 40, AB and 97. RGB value is (64,171,151). Sum of RGB (Red+Green+Blue) = 64+171+151=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AB97 is #BF5468. Grayscale: #888888. Windows color (decimal): -12538985 or 9939776. OLE color: 9939776.

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

Color convert

RGB64171151-
CMYK0.6300.120.33
HSL168.79º45.53%46.08%-
HSV(B)168.79º62.57%67.06%-
XYZ22.2632.4534.37-
YUV136.73136.0576.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.58%
GREEN value IS 171 (67.19% from 255) = 44.30%
BLUE value IS 151 (59.38% from 255) = 39.12%
R=16.58%
G=44.30%
B=39.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641711510.6300.120.33168.7945.5346.08
Hex40AB973F0C21a92e2e
Octal10025322777014412515656
Binary100000010101011100101111111110110010000110101001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,171,151); }

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

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

 a { background-color: rgb(64,171,151); }

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

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

 span { border-color: rgb(64,171,151); }

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