#3B9687

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

Shades of Gossamer #3B9687

Tints of Gossamer #3B9687

Color information

#3B9687 (or 0x3B9687) is unknown color: approx Gossamer. HEX triplet: 3B, 96 and 87. RGB value is (59,150,135). Sum of RGB (Red+Green+Blue) = 59+150+135=344 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.15% from 344); Green value is 150 (58.98% from 255 or 43.60% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 150 - color contains mainly: green. Hex color #3B9687 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9687 is #C46978. Grayscale: #797979. Windows color (decimal): -12872057 or 8885819. OLE color: 8885819.

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

Color convert

RGB59150135-
CMYK0.6100.10.41
HSL170.11º43.54%40.98%-
HSV(B)170.11º60.67%58.82%-
XYZ17.0824.4926.75-
YUV121.08135.8583.72-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.15%
GREEN value IS 150 (58.98% from 255) = 43.60%
BLUE value IS 135 (53.12% from 255) = 39.24%
R=17.15%
G=43.60%
B=39.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal591501350.6100.10.41170.1143.5440.98
Hex3B96873D0A29aa2c29
Octal7322620775012512525451
Binary11101110010110100001111111010101010100110101010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,150,135); }

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

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

 a { background-color: rgb(59,150,135); }

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

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

 span { border-color: rgb(59,150,135); }

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