Html Css Color HEX #40AB96 Gossamer

📋 copy color: '#40AB96'

red 64 ◦ green 171 ◦ blue 150

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

Shades of Gossamer #40AB96

Tints of Gossamer #40AB96

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.42%

 BLUE value IS 150 (58.98% from 255) = 38.96%

R = 16.62%
G = 44.42%
B = 38.96%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#40AB96 (or 0x40AB96) is known color: Gossamer. HEX triplet: 40, AB and 96. RGB value is (64,171,150). Sum of RGB (Red+Green+Blue) = 64+171+150=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AB96 is #BF5469. Grayscale: #888888. Windows color (decimal): -12538986 or 9874240. OLE color: 9874240.

HSL color Cylindrical-coordinate representation of color #40AB96: hue angle of 168.22º 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 #40AB96 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 171 150 -
CMYK 0.63 0 0.12 0.33
HSL 168.22º 0.46% 0.46% -
HSV(B) 168.22º 0.63% 0.67% -
XYZ 22.18 32.42 33.94 -
YUV 136.61 135.55 76.21 -
System Red Green Blue C M Y K H S L
Decimal 64 171 150 0.63 0 0.12 0.33 168.22 0.46 0.46
Hex 40 AB 96 3F 0 C 21 A8 2E 2E
Octal 100 253 226 77 0 14 41 250 56 56
Binary 1000000 10101011 10010110 111111 0 1100 100001 10101000 101110 101110

Color Harmonies of #40AB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AB96

Black with #40AB96

Text Example


Text Example

White with #40AB96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,171,150); }

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

background-color css

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

 a { background-color: rgb(64,171,150); }

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

border-color css

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

 span { border-color: rgb(64,171,150); }

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