Html Css Color HEX #40AC91 Gossamer

📋 copy color: '#40AC91'

red 64 ◦ green 172 ◦ blue 145

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

Shades of Gossamer #40AC91

Tints of Gossamer #40AC91

RGB

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

 GREEN value IS 172 (67.58% from 255) = 45.14%

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

R = 16.8%
G = 45.14%
B = 38.06%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#40AC91 (or 0x40AC91) is known color: Gossamer. HEX triplet: 40, AC and 91. RGB value is (64,172,145). Sum of RGB (Red+Green+Blue) = 64+172+145=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 145 (57.03% from 255 or 38.06% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #40AC91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AC91 is #BF536E. Grayscale: #888888. Windows color (decimal): -12538735 or 9546816. OLE color: 9546816.

HSL color Cylindrical-coordinate representation of color #40AC91: hue angle of 165º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AC91 is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 172 145 -
CMYK 0.63 0 0.16 0.33
HSL 165º 0.46% 0.46% -
HSV(B) 165º 0.63% 0.67% -
XYZ 21.98 32.64 31.93 -
YUV 136.63 132.72 76.2 -
System Red Green Blue C M Y K H S L
Decimal 64 172 145 0.63 0 0.16 0.33 165 0.46 0.46
Hex 40 AC 91 3F 0 10 21 A5 2E 2E
Octal 100 254 221 77 0 20 41 245 56 56
Binary 1000000 10101100 10010001 111111 0 10000 100001 10100101 101110 101110

Color Harmonies of #40AC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AC91

Black with #40AC91

Text Example


Text Example

White with #40AC91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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