#40AB9C

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

Shades of Gossamer #40AB9C

Tints of Gossamer #40AB9C

Color information

#40AB9C (or 0x40AB9C) is unknown color: approx Gossamer. HEX triplet: 40, AB and 9C. RGB value is (64,171,156). Sum of RGB (Red+Green+Blue) = 64+171+156=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AB9C is #BF5463. Grayscale: #898989. Windows color (decimal): -12538980 or 10267456. OLE color: 10267456.

HSL color Cylindrical-coordinate representation of color #40AB9C: hue angle of 171.59º 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 #40AB9C is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB64171156-
CMYK0.6300.090.33
HSL171.59º45.53%46.08%-
HSV(B)171.59º62.57%67.06%-
XYZ22.6832.6236.55-
YUV137.3138.5575.72-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.37%
GREEN value IS 171 (67.19% from 255) = 43.73%
BLUE value IS 156 (61.33% from 255) = 39.90%
R=16.37%
G=43.73%
B=39.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641711560.6300.090.33171.5945.5346.08
Hex40AB9C3F0921ac2e2e
Octal10025323477011412545656
Binary100000010101011100111001111110100110000110101100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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