Html Css Color HEX #40AA95 Gossamer

📋 copy color: '#40AA95'

red 64 ◦ green 170 ◦ blue 149

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

Shades of Gossamer #40AA95

Tints of Gossamer #40AA95

RGB

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

 GREEN value IS 170 (66.8% from 255) = 44.39%

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

R = 16.71%
G = 44.39%
B = 38.9%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#40AA95 (or 0x40AA95) is known color: Gossamer. HEX triplet: 40, AA and 95. RGB value is (64,170,149). Sum of RGB (Red+Green+Blue) = 64+170+149=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 149 (58.59% from 255 or 38.90% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AA95 is #BF556A. Grayscale: #878787. Windows color (decimal): -12539243 or 9808448. OLE color: 9808448.

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

Color convert

RGB 64 170 149 -
CMYK 0.62 0 0.12 0.33
HSL 168.11º 0.45% 0.46% -
HSV(B) 168.11º 0.62% 0.67% -
XYZ 21.91 32.01 33.46 -
YUV 135.91 135.38 76.71 -
System Red Green Blue C M Y K H S L
Decimal 64 170 149 0.62 0 0.12 0.33 168.11 0.45 0.46
Hex 40 AA 95 3E 0 C 21 A8 2D 2E
Octal 100 252 225 76 0 14 41 250 55 56
Binary 1000000 10101010 10010101 111110 0 1100 100001 10101000 101101 101110

Color Harmonies of #40AA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AA95

Black with #40AA95

Text Example


Text Example

White with #40AA95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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