#3d9687

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

Shades of Gossamer #3D9687

Tints of Gossamer #3D9687

Color information

#3D9687 (or 0x3D9687) is unknown color: approx Gossamer. HEX triplet: 3D, 96 and 87. RGB value is (61,150,135). Sum of RGB (Red+Green+Blue) = 61+150+135=346 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.63% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #3D9687 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D9687 is #C26978. Grayscale: #797979. Windows color (decimal): -12740985 or 8885821. OLE color: 8885821.

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

Color convert

RGB61150135-
CMYK0.5900.10.41
HSL169.89º42.18%41.37%-
HSV(B)169.89º59.33%58.82%-
XYZ17.224.5526.75-
YUV121.68135.5184.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.63%
GREEN value IS 150 (58.98% from 255) = 43.35%
BLUE value IS 135 (53.12% from 255) = 39.02%
R=17.63%
G=43.35%
B=39.02%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal611501350.5900.10.41169.8942.1841.37
Hex3D96873B0A29aa2a29
Octal7522620773012512525251
Binary11110110010110100001111110110101010100110101010101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d9687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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