#3C9687

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

Shades of Gossamer #3C9687

Tints of Gossamer #3C9687

Color information

#3C9687 (or 0x3C9687) is unknown color: approx Gossamer. HEX triplet: 3C, 96 and 87. RGB value is (60,150,135). Sum of RGB (Red+Green+Blue) = 60+150+135=345 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.39% from 345); Green value is 150 (58.98% from 255 or 43.48% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 150 - color contains mainly: green. Hex color #3C9687 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9687 is #C36978. Grayscale: #797979. Windows color (decimal): -12806521 or 8885820. OLE color: 8885820.

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

Color convert

RGB60150135-
CMYK0.600.10.41
HSL170º42.86%41.18%-
HSV(B)170º60%58.82%-
XYZ17.1424.5226.75-
YUV121.38135.6884.22-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.39%
GREEN value IS 150 (58.98% from 255) = 43.48%
BLUE value IS 135 (53.12% from 255) = 39.13%
R=17.39%
G=43.48%
B=39.13%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal601501350.600.10.4117042.8641.18
Hex3C96873C0A29aa2b29
Octal7422620774012512525351
Binary11110010010110100001111111000101010100110101010101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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