Html Css Color HEX #40AD86 Gossamer

📋 copy color: '#40AD86'

red 64 ◦ green 173 ◦ blue 134

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

Shades of Gossamer #40AD86

Tints of Gossamer #40AD86

RGB

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

 GREEN value IS 173 (67.97% from 255) = 46.63%

 BLUE value IS 134 (52.73% from 255) = 36.12%

R = 17.25%
G = 46.63%
B = 36.12%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#40AD86 (or 0x40AD86) is known color: Gossamer. HEX triplet: 40, AD and 86. RGB value is (64,173,134). Sum of RGB (Red+Green+Blue) = 64+173+134=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 173 (67.97% from 255 or 46.63% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AD86 is #BF5279. Grayscale: #888888. Windows color (decimal): -12538490 or 8826176. OLE color: 8826176.

HSL color Cylindrical-coordinate representation of color #40AD86: hue angle of 158.53º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AD86 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 173 134 -
CMYK 0.63 0 0.23 0.32
HSL 158.53º 0.46% 0.46% -
HSV(B) 158.53º 0.63% 0.68% -
XYZ 21.36 32.7 27.74 -
YUV 135.96 126.89 76.67 -
System Red Green Blue C M Y K H S L
Decimal 64 173 134 0.63 0 0.23 0.32 158.53 0.46 0.46
Hex 40 AD 86 3F 0 17 20 9F 2E 2E
Octal 100 255 206 77 0 27 40 237 56 56
Binary 1000000 10101101 10000110 111111 0 10111 100000 10011111 101110 101110

Color Harmonies of #40AD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40AD86

Black with #40AD86

Text Example


Text Example

White with #40AD86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,173,134); }

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

background-color css

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

 a { background-color: rgb(64,173,134); }

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

border-color css

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

 span { border-color: rgb(64,173,134); }

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