#40A99C

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

Shades of Gossamer #40A99C

Tints of Gossamer #40A99C

Color information

#40A99C (or 0x40A99C) is unknown color: approx Gossamer. HEX triplet: 40, A9 and 9C. RGB value is (64,169,156). Sum of RGB (Red+Green+Blue) = 64+169+156=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 169 - color contains mainly: green. Hex color #40A99C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A99C is #BF5663. Grayscale: #888888. Windows color (decimal): -12539492 or 10266944. OLE color: 10266944.

HSL color Cylindrical-coordinate representation of color #40A99C: hue angle of 172.57º 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 #40A99C is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB64169156-
CMYK0.6200.080.34
HSL172.57º45.06%45.69%-
HSV(B)172.57º62.13%66.27%-
XYZ22.331.8736.43-
YUV136.12139.2176.56-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.45%
GREEN value IS 169 (66.41% from 255) = 43.44%
BLUE value IS 156 (61.33% from 255) = 40.10%
R=16.45%
G=43.44%
B=40.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal641691560.6200.080.34172.5745.0645.69
Hex40A99C3E0822ad2d2e
Octal10025123476010422555556
Binary100000010101001100111001111100100010001010101101101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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