#3B9F80

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

Shades of Gossamer #3B9F80

Tints of Gossamer #3B9F80

Color information

#3B9F80 (or 0x3B9F80) is unknown color: approx Gossamer. HEX triplet: 3B, 9F and 80. RGB value is (59,159,128). Sum of RGB (Red+Green+Blue) = 59+159+128=346 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.05% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 159 - color contains mainly: green. Hex color #3B9F80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9F80 is #C4607F. Grayscale: #7D7D7D. Windows color (decimal): -12869760 or 8429371. OLE color: 8429371.

HSL color Cylindrical-coordinate representation of color #3B9F80: hue angle of 161.4º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B9F80 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB59159128-
CMYK0.6300.190.38
HSL161.4º45.87%42.75%-
HSV(B)161.4º62.89%62.35%-
XYZ18.127.2824.73-
YUV125.57129.3780.52-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.05%
GREEN value IS 159 (62.5% from 255) = 45.95%
BLUE value IS 128 (50.39% from 255) = 36.99%
R=17.05%
G=45.95%
B=36.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal591591280.6300.190.38161.445.8742.75
Hex3B9F803F01326a12e2b
Octal7323720077023462415653
Binary111011100111111000000011111101001110011010100001101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,159,128); }

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

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

 a { background-color: rgb(59,159,128); }

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

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

 span { border-color: rgb(59,159,128); }

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