#40B38E

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

Shades of Gossamer #40B38E

Tints of Gossamer #40B38E

Color information

#40B38E (or 0x40B38E) is unknown color: approx Gossamer. HEX triplet: 40, B3 and 8E. RGB value is (64,179,142). Sum of RGB (Red+Green+Blue) = 64+179+142=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #40B38E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B38E is #BF4C71. Grayscale: #8C8C8C. Windows color (decimal): -12536946 or 9352000. OLE color: 9352000.

HSL color Cylindrical-coordinate representation of color #40B38E: hue angle of 160.7º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B38E is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB64179142-
CMYK0.6400.210.30
HSL160.7º47.33%47.65%-
HSV(B)160.7º64.25%70.2%-
XYZ23.1235.2831.18-
YUV140.4128.973.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.62%
GREEN value IS 179 (70.31% from 255) = 46.49%
BLUE value IS 142 (55.86% from 255) = 36.88%
R=16.62%
G=46.49%
B=36.88%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal641791420.6400.210.30160.747.3347.65
Hex40B38E400151Ea12f30
Octal100263216100025362415760
Binary1000000101100111000111010000000101011111010100001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B38E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,179,142); }

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

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

 a { background-color: rgb(64,179,142); }

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

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

 span { border-color: rgb(64,179,142); }

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