Html Css Color HEX #40A886 Gossamer

📋 copy color: '#40A886'

red 64 ◦ green 168 ◦ blue 134

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

Shades of Gossamer #40A886

Tints of Gossamer #40A886

RGB

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

 GREEN value IS 168 (66.02% from 255) = 45.9%

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

R = 17.49%
G = 45.9%
B = 36.61%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#40A886 (or 0x40A886) is known color: Gossamer. HEX triplet: 40, A8 and 86. RGB value is (64,168,134). Sum of RGB (Red+Green+Blue) = 64+168+134=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 168 (66.02% from 255 or 45.90% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 168 - color contains mainly: green. Hex color #40A886 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A886 is #BF5779. Grayscale: #858585. Windows color (decimal): -12539770 or 8824896. OLE color: 8824896.

HSL color Cylindrical-coordinate representation of color #40A886: hue angle of 160.38º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A886 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB 64 168 134 -
CMYK 0.62 0 0.20 0.34
HSL 160.38º 0.45% 0.45% -
HSV(B) 160.38º 0.62% 0.66% -
XYZ 20.42 30.82 27.43 -
YUV 133.03 128.54 78.76 -
System Red Green Blue C M Y K H S L
Decimal 64 168 134 0.62 0 0.20 0.34 160.38 0.45 0.45
Hex 40 A8 86 3E 0 14 22 A0 2D 2D
Octal 100 250 206 76 0 24 42 240 55 55
Binary 1000000 10101000 10000110 111110 0 10100 100010 10100000 101101 101101

Color Harmonies of #40A886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A886

Black with #40A886

Text Example


Text Example

White with #40A886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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