Html Css Color HEX #40B68A Gossamer

📋 copy color: '#40B68A'

red 64 ◦ green 182 ◦ blue 138

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

Shades of Gossamer #40B68A

Tints of Gossamer #40B68A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 47.4%

 BLUE value IS 138 (54.3% from 255) = 35.94%

R = 16.67%
G = 47.4%
B = 35.94%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#40B68A (or 0x40B68A) is known color: Gossamer. HEX triplet: 40, B6 and 8A. RGB value is (64,182,138). Sum of RGB (Red+Green+Blue) = 64+182+138=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 182 (71.48% from 255 or 47.40% from 384); Blue value is 138 (54.30% from 255 or 35.94% from 384); Max value from RGB is 182 - color contains mainly: green. Hex color #40B68A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B68A is #BF4975. Grayscale: #8D8D8D. Windows color (decimal): -12536182 or 9090624. OLE color: 9090624.

HSL color Cylindrical-coordinate representation of color #40B68A: hue angle of 157.63º 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 #40B68A is Cyan = 0.65, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 182 138 -
CMYK 0.65 0 0.24 0.29
HSL 157.63º 0.48% 0.48% -
HSV(B) 157.63º 0.65% 0.71% -
XYZ 23.43 36.38 29.83 -
YUV 141.7 125.91 72.58 -
System Red Green Blue C M Y K H S L
Decimal 64 182 138 0.65 0 0.24 0.29 157.63 0.48 0.48
Hex 40 B6 8A 41 0 18 1D 9E 30 30
Octal 100 266 212 101 0 30 35 236 60 60
Binary 1000000 10110110 10001010 1000001 0 11000 11101 10011110 110000 110000

Color Harmonies of #40B68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B68A

Black with #40B68A

Text Example


Text Example

White with #40B68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,182,138); }

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

background-color css

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

 a { background-color: rgb(64,182,138); }

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

border-color css

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

 span { border-color: rgb(64,182,138); }

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