#40B38C

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

Shades of Gossamer #40B38C

Tints of Gossamer #40B38C

Color information

#40B38C (or 0x40B38C) is unknown color: approx Gossamer. HEX triplet: 40, B3 and 8C. RGB value is (64,179,140). Sum of RGB (Red+Green+Blue) = 64+179+140=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 179 (70.31% from 255 or 46.74% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 179 - color contains mainly: green. Hex color #40B38C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B38C is #BF4C73. Grayscale: #8C8C8C. Windows color (decimal): -12536948 or 9220928. OLE color: 9220928.

HSL color Cylindrical-coordinate representation of color #40B38C: hue angle of 159.65º 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 #40B38C is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB64179140-
CMYK0.6400.220.30
HSL159.65º47.33%47.65%-
HSV(B)159.65º64.25%70.2%-
XYZ22.9735.2230.4-
YUV140.17127.973.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.71%
GREEN value IS 179 (70.31% from 255) = 46.74%
BLUE value IS 140 (55.08% from 255) = 36.55%
R=16.71%
G=46.74%
B=36.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal641791400.6400.220.30159.6547.3347.65
Hex40B38C400161Ea02f30
Octal100263214100026362405760
Binary1000000101100111000110010000000101101111010100000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B38C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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