Html Css Color HEX #40A18A Gossamer

📋 copy color: '#40A18A'

red 64 ◦ green 161 ◦ blue 138

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

Shades of Gossamer #40A18A

Tints of Gossamer #40A18A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.35%

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

R = 17.63%
G = 44.35%
B = 38.02%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#40A18A (or 0x40A18A) is known color: Gossamer. HEX triplet: 40, A1 and 8A. RGB value is (64,161,138). Sum of RGB (Red+Green+Blue) = 64+161+138=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 161 - color contains mainly: green. Hex color #40A18A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A18A is #BF5E75. Grayscale: #818181. Windows color (decimal): -12541558 or 9085248. OLE color: 9085248.

HSL color Cylindrical-coordinate representation of color #40A18A: hue angle of 165.77º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A18A is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 64 161 138 -
CMYK 0.60 0 0.14 0.37
HSL 165.77º 0.43% 0.44% -
HSV(B) 165.77º 0.6% 0.63% -
XYZ 19.45 28.41 28.5 -
YUV 129.38 132.86 81.37 -
System Red Green Blue C M Y K H S L
Decimal 64 161 138 0.60 0 0.14 0.37 165.77 0.43 0.44
Hex 40 A1 8A 3C 0 E 25 A6 2B 2C
Octal 100 241 212 74 0 16 45 246 53 54
Binary 1000000 10100001 10001010 111100 0 1110 100101 10100110 101011 101100

Color Harmonies of #40A18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A18A

Black with #40A18A

Text Example


Text Example

White with #40A18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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