Html Css Color HEX #40A091 Gossamer

📋 copy color: '#40A091'

red 64 ◦ green 160 ◦ blue 145

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

Shades of Gossamer #40A091

Tints of Gossamer #40A091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.3%

R = 17.34%
G = 43.36%
B = 39.3%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.09

 K value IS 0.37

RGB Variations

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

Color information

#40A091 (or 0x40A091) is known color: Gossamer. HEX triplet: 40, A0 and 91. RGB value is (64,160,145). Sum of RGB (Red+Green+Blue) = 64+160+145=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 160 (62.89% from 255 or 43.36% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 160 - color contains mainly: green. Hex color #40A091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A091 is #BF5F6E. Grayscale: #818181. Windows color (decimal): -12541807 or 9543744. OLE color: 9543744.

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

Color convert

RGB 64 160 145 -
CMYK 0.6 0 0.09 0.37
HSL 170.63º 0.43% 0.44% -
HSV(B) 170.63º 0.6% 0.63% -
XYZ 19.8 28.28 31.2 -
YUV 129.59 136.7 81.22 -
System Red Green Blue C M Y K H S L
Decimal 64 160 145 0.6 0 0.09 0.37 170.63 0.43 0.44
Hex 40 A0 91 3C 0 9 25 AB 2B 2C
Octal 100 240 221 74 0 11 45 253 53 54
Binary 1000000 10100000 10010001 111100 0 1001 100101 10101011 101011 101100

Color Harmonies of #40A091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A091

Black with #40A091

Text Example


Text Example

White with #40A091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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