#40A884

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

Shades of Gossamer #40A884

Tints of Gossamer #40A884

Color information

#40A884 (or 0x40A884) is unknown color: approx Gossamer. HEX triplet: 40, A8 and 84. RGB value is (64,168,132). Sum of RGB (Red+Green+Blue) = 64+168+132=364 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.58% from 364); Green value is 168 (66.02% from 255 or 46.15% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 168 - color contains mainly: green. Hex color #40A884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A884 is #BF577B. Grayscale: #848484. Windows color (decimal): -12539772 or 8693824. OLE color: 8693824.

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

Color convert

RGB64168132-
CMYK0.6200.210.34
HSL159.23º44.83%45.49%-
HSV(B)159.23º61.9%65.88%-
XYZ20.2830.7626.7-
YUV132.8127.5478.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.58%
GREEN value IS 168 (66.02% from 255) = 46.15%
BLUE value IS 132 (51.95% from 255) = 36.26%
R=17.58%
G=46.15%
B=36.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal641681320.6200.210.34159.2344.8345.49
Hex40A8843E015229f2d2d
Octal10025020476025422375555
Binary1000000101010001000010011111001010110001010011111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,168,132); }

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

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

 a { background-color: rgb(64,168,132); }

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

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

 span { border-color: rgb(64,168,132); }

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