Html Css Color HEX #40B68E Gossamer

📋 copy color: '#40B68E'

red 64 ◦ green 182 ◦ blue 142

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

Shades of Gossamer #40B68E

Tints of Gossamer #40B68E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 36.6%

R = 16.49%
G = 46.91%
B = 36.6%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#40B68E (or 0x40B68E) is known color: Gossamer. HEX triplet: 40, B6 and 8E. RGB value is (64,182,142). Sum of RGB (Red+Green+Blue) = 64+182+142=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 182 (71.48% from 255 or 46.91% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 182 - color contains mainly: green. Hex color #40B68E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #40B68E is #BF4971. Grayscale: #8E8E8E. Windows color (decimal): -12536178 or 9352768. OLE color: 9352768.

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

Color convert

RGB 64 182 142 -
CMYK 0.65 0 0.22 0.29
HSL 159.66º 0.48% 0.48% -
HSV(B) 159.66º 0.65% 0.71% -
XYZ 23.72 36.5 31.39 -
YUV 142.16 127.91 72.25 -
System Red Green Blue C M Y K H S L
Decimal 64 182 142 0.65 0 0.22 0.29 159.66 0.48 0.48
Hex 40 B6 8E 41 0 16 1D A0 30 30
Octal 100 266 216 101 0 26 35 240 60 60
Binary 1000000 10110110 10001110 1000001 0 10110 11101 10100000 110000 110000

Color Harmonies of #40B68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B68E

Black with #40B68E

Text Example


Text Example

White with #40B68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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