#3E9686

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

Shades of Gossamer #3E9686

Tints of Gossamer #3E9686

Color information

#3E9686 (or 0x3E9686) is unknown color: approx Gossamer. HEX triplet: 3E, 96 and 86. RGB value is (62,150,134). Sum of RGB (Red+Green+Blue) = 62+150+134=346 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.92% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 134 (52.73% from 255 or 38.73% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #3E9686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E9686 is #C16979. Grayscale: #797979. Windows color (decimal): -12675450 or 8820286. OLE color: 8820286.

HSL color Cylindrical-coordinate representation of color #3E9686: hue angle of 169.09º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E9686 is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB62150134-
CMYK0.5900.110.41
HSL169.09º41.51%41.57%-
HSV(B)169.09º58.67%58.82%-
XYZ17.224.5626.39-
YUV121.86134.8585.3-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.92%
GREEN value IS 150 (58.98% from 255) = 43.35%
BLUE value IS 134 (52.73% from 255) = 38.73%
R=17.92%
G=43.35%
B=38.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal621501340.5900.110.41169.0941.5141.57
Hex3E96863B0B29a92a2a
Octal7622620673013512515252
Binary11111010010110100001101110110101110100110101001101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E9686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E9686; }

 p { color: rgb(62,150,134); }

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

<style>
 a { background-color: #3E9686; }

 a { background-color: rgb(62,150,134); }

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

<style>
 span { border-color: #3E9686; }

 span { border-color: rgb(62,150,134); }

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