#3B9B8E

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

Shades of Gossamer #3B9B8E

Tints of Gossamer #3B9B8E

Color information

#3B9B8E (or 0x3B9B8E) is unknown color: approx Gossamer. HEX triplet: 3B, 9B and 8E. RGB value is (59,155,142). Sum of RGB (Red+Green+Blue) = 59+155+142=356 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.57% from 356); Green value is 155 (60.94% from 255 or 43.54% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 155 - color contains mainly: green. Hex color #3B9B8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9B8E is #C46471. Grayscale: #7C7C7C. Windows color (decimal): -12870770 or 9345851. OLE color: 9345851.

HSL color Cylindrical-coordinate representation of color #3B9B8E: hue angle of 171.88º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B9B8E is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB59155142-
CMYK0.6200.080.39
HSL171.88º44.86%41.96%-
HSV(B)171.88º61.94%60.78%-
XYZ18.4126.3329.7-
YUV124.81137.781.06-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.57%
GREEN value IS 155 (60.94% from 255) = 43.54%
BLUE value IS 142 (55.86% from 255) = 39.89%
R=16.57%
G=43.54%
B=39.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal591551420.6200.080.39171.8844.8641.96
Hex3B9B8E3E0827ac2d2a
Octal7323321676010472545552
Binary11101110011011100011101111100100010011110101100101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,155,142); }

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

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

 a { background-color: rgb(59,155,142); }

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

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

 span { border-color: rgb(59,155,142); }

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