#40AB86

Color #40AB86 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #40AB86

Tints of Gossamer #40AB86

Color information

#40AB86 (or 0x40AB86) is unknown color: approx Gossamer. HEX triplet: 40, AB and 86. RGB value is (64,171,134). Sum of RGB (Red+Green+Blue) = 64+171+134=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AB86 is #BF5479. Grayscale: #868686. Windows color (decimal): -12539002 or 8825664. OLE color: 8825664.

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

Color convert

RGB64171134-
CMYK0.6300.220.33
HSL159.25º45.53%46.08%-
HSV(B)159.25º62.57%67.06%-
XYZ20.9831.9427.61-
YUV134.79127.5577.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 17.34%
GREEN value IS 171 (67.19% from 255) = 46.34%
BLUE value IS 134 (52.73% from 255) = 36.31%
R=17.34%
G=46.34%
B=36.31%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal641711340.6300.220.33159.2545.5346.08
Hex40AB863F016219f2e2e
Octal10025320677026412375656
Binary1000000101010111000011011111101011010000110011111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40AB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #40AB86;
 }
 .AnyTagClassName
 {
   color: #40AB86;
 }
</style>
background-color css

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

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

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

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

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

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