#40A28F

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

Shades of Gossamer #40A28F

Tints of Gossamer #40A28F

Color information

#40A28F (or 0x40A28F) is unknown color: approx Gossamer. HEX triplet: 40, A2 and 8F. RGB value is (64,162,143). Sum of RGB (Red+Green+Blue) = 64+162+143=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 162 - color contains mainly: green. Hex color #40A28F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A28F is #BF5D70. Grayscale: #828282. Windows color (decimal): -12541297 or 9413184. OLE color: 9413184.

HSL color Cylindrical-coordinate representation of color #40A28F: hue angle of 168.37º 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 #40A28F is Cyan = 0.60, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB64162143-
CMYK0.6000.120.36
HSL168.37º43.36%44.31%-
HSV(B)168.37º60.49%63.53%-
XYZ19.9928.9130.51-
YUV130.53135.0380.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.34%
GREEN value IS 162 (63.67% from 255) = 43.90%
BLUE value IS 143 (56.25% from 255) = 38.75%
R=17.34%
G=43.90%
B=38.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal641621430.6000.120.36168.3743.3644.31
Hex40A28F3C0C24a82b2c
Octal10024221774014442505354
Binary100000010100010100011111111000110010010010101000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A28F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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