#3B9D84

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

Shades of Gossamer #3B9D84

Tints of Gossamer #3B9D84

Color information

#3B9D84 (or 0x3B9D84) is unknown color: approx Gossamer. HEX triplet: 3B, 9D and 84. RGB value is (59,157,132). Sum of RGB (Red+Green+Blue) = 59+157+132=348 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.95% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 157 - color contains mainly: green. Hex color #3B9D84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9D84 is #C4627B. Grayscale: #7C7C7C. Windows color (decimal): -12870268 or 8691003. OLE color: 8691003.

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

Color convert

RGB59157132-
CMYK0.6200.160.38
HSL164.69º45.37%42.35%-
HSV(B)164.69º62.42%61.57%-
XYZ18.0326.7126.04-
YUV124.85132.0381.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.95%
GREEN value IS 157 (61.72% from 255) = 45.11%
BLUE value IS 132 (51.95% from 255) = 37.93%
R=16.95%
G=45.11%
B=37.93%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal591571320.6200.160.38164.6945.3742.35
Hex3B9D843E01026a52d2a
Octal7323520476020462455552
Binary111011100111011000010011111001000010011010100101101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,157,132); }

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

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

 a { background-color: rgb(59,157,132); }

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

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

 span { border-color: rgb(59,157,132); }

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