Html Css Color HEX #40A095 Gossamer

📋 copy color: '#40A095'

red 64 ◦ green 160 ◦ blue 149

#40A095
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #40A095

Tints of Gossamer #40A095

RGB

 RED value IS 64 (25.39% from 255) = 17.16%

 GREEN value IS 160 (62.89% from 255) = 42.9%

 BLUE value IS 149 (58.59% from 255) = 39.95%

R = 17.16%
G = 42.9%
B = 39.95%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.07

 K value IS 0.37

RGB Variations

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

Color information

#40A095 (or 0x40A095) is known color: Gossamer. HEX triplet: 40, A0 and 95. RGB value is (64,160,149). Sum of RGB (Red+Green+Blue) = 64+160+149=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 160 (62.89% from 255 or 42.90% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 160 - color contains mainly: green. Hex color #40A095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A095 is #BF5F6A. Grayscale: #818181. Windows color (decimal): -12541803 or 9805888. OLE color: 9805888.

HSL color Cylindrical-coordinate representation of color #40A095: hue angle of 173.12º 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 #40A095 is Cyan = 0.6, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.37.

Color convert

RGB 64 160 149 -
CMYK 0.6 0 0.07 0.37
HSL 173.13º 0.43% 0.44% -
HSV(B) 173.13º 0.6% 0.63% -
XYZ 20.11 28.4 32.86 -
YUV 130.04 138.7 80.89 -
System Red Green Blue C M Y K H S L
Decimal 64 160 149 0.6 0 0.07 0.37 173.13 0.43 0.44
Hex 40 A0 95 3C 0 7 25 AD 2B 2C
Octal 100 240 225 74 0 7 45 255 53 54
Binary 1000000 10100000 10010101 111100 0 111 100101 10101101 101011 101100

Color Harmonies of #40A095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A095

Black with #40A095

Text Example


Text Example

White with #40A095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #40A095;
 }
 .AnyTagClassName
 {
   color: #40A095;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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