#40A07B

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

Shades of Gossamer #40A07B

Tints of Gossamer #40A07B

Color information

#40A07B (or 0x40A07B) is unknown color: approx Gossamer. HEX triplet: 40, A0 and 7B. RGB value is (64,160,123). Sum of RGB (Red+Green+Blue) = 64+160+123=347 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.44% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 160 - color contains mainly: green. Hex color #40A07B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A07B is #BF5F84. Grayscale: #7F7F7F. Windows color (decimal): -12541829 or 8101952. OLE color: 8101952.

HSL color Cylindrical-coordinate representation of color #40A07B: hue angle of 156.88º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A07B is Cyan = 0.6, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB64160123-
CMYK0.600.230.37
HSL156.88º42.86%43.92%-
HSV(B)156.88º60%62.75%-
XYZ18.2627.6623.12-
YUV127.08125.783.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 18.44%
GREEN value IS 160 (62.89% from 255) = 46.11%
BLUE value IS 123 (48.44% from 255) = 35.45%
R=18.44%
G=46.11%
B=35.45%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal641601230.600.230.37156.8842.8643.92
Hex40A07B3C017259d2b2c
Octal10024017374027452355354
Binary100000010100000111101111110001011110010110011101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40A07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,160,123); }

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

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

 a { background-color: rgb(64,160,123); }

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

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

 span { border-color: rgb(64,160,123); }

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