#40A285

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

Shades of Gossamer #40A285

Tints of Gossamer #40A285

Color information

#40A285 (or 0x40A285) is unknown color: approx Gossamer. HEX triplet: 40, A2 and 85. RGB value is (64,162,133). Sum of RGB (Red+Green+Blue) = 64+162+133=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 162 (63.67% from 255 or 45.13% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 162 - color contains mainly: green. Hex color #40A285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A285 is #BF5D7A. Grayscale: #818181. Windows color (decimal): -12541307 or 8757824. OLE color: 8757824.

HSL color Cylindrical-coordinate representation of color #40A285: hue angle of 162.24º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A285 is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB64162133-
CMYK0.6000.180.36
HSL162.24º43.36%44.31%-
HSV(B)162.24º60.49%63.53%-
XYZ19.2728.6226.7-
YUV129.39130.0381.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.83%
GREEN value IS 162 (63.67% from 255) = 45.13%
BLUE value IS 133 (52.34% from 255) = 37.05%
R=17.83%
G=45.13%
B=37.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal641621330.6000.180.36162.2443.3644.31
Hex40A2853C01224a22b2c
Octal10024220574022442425354
Binary1000000101000101000010111110001001010010010100010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,162,133); }

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

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

 a { background-color: rgb(64,162,133); }

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

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

 span { border-color: rgb(64,162,133); }

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