Html Css Color HEX #40B588 Gossamer

📋 copy color: '#40B588'

red 64 ◦ green 181 ◦ blue 136

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

Shades of Gossamer #40B588

Tints of Gossamer #40B588

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.51%

 BLUE value IS 136 (53.52% from 255) = 35.7%

R = 16.8%
G = 47.51%
B = 35.7%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#40B588 (or 0x40B588) is known color: Gossamer. HEX triplet: 40, B5 and 88. RGB value is (64,181,136). Sum of RGB (Red+Green+Blue) = 64+181+136=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 181 (71.09% from 255 or 47.51% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 181 - color contains mainly: green. Hex color #40B588 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B588 is #BF4A77. Grayscale: #8C8C8C. Windows color (decimal): -12536440 or 8959296. OLE color: 8959296.

HSL color Cylindrical-coordinate representation of color #40B588: hue angle of 156.92º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40B588 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 181 136 -
CMYK 0.65 0 0.25 0.29
HSL 156.92º 0.48% 0.48% -
HSV(B) 156.92º 0.65% 0.71% -
XYZ 23.08 35.92 29.01 -
YUV 140.89 125.24 73.16 -
System Red Green Blue C M Y K H S L
Decimal 64 181 136 0.65 0 0.25 0.29 156.92 0.48 0.48
Hex 40 B5 88 41 0 19 1D 9D 30 30
Octal 100 265 210 101 0 31 35 235 60 60
Binary 1000000 10110101 10001000 1000001 0 11001 11101 10011101 110000 110000

Color Harmonies of #40B588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B588

Black with #40B588

Text Example


Text Example

White with #40B588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,181,136); }

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

background-color css

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

 a { background-color: rgb(64,181,136); }

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

border-color css

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

 span { border-color: rgb(64,181,136); }

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