#3C9A82

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

Shades of Gossamer #3C9A82

Tints of Gossamer #3C9A82

Color information

#3C9A82 (or 0x3C9A82) is unknown color: approx Gossamer. HEX triplet: 3C, 9A and 82. RGB value is (60,154,130). Sum of RGB (Red+Green+Blue) = 60+154+130=344 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.44% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 154 - color contains mainly: green. Hex color #3C9A82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9A82 is #C3657D. Grayscale: #7B7B7B. Windows color (decimal): -12805502 or 8559164. OLE color: 8559164.

HSL color Cylindrical-coordinate representation of color #3C9A82: hue angle of 164.68º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C9A82 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB60154130-
CMYK0.6100.160.40
HSL164.68º43.93%41.96%-
HSV(B)164.68º61.04%60.39%-
XYZ17.4525.6825.16-
YUV123.16131.8682.95-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.44%
GREEN value IS 154 (60.55% from 255) = 44.77%
BLUE value IS 130 (51.17% from 255) = 37.79%
R=17.44%
G=44.77%
B=37.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal601541300.6100.160.40164.6843.9341.96
Hex3C9A823D01028a52c2a
Octal7423220275020502455452
Binary111100100110101000001011110101000010100010100101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,154,130); }

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

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

 a { background-color: rgb(60,154,130); }

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

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

 span { border-color: rgb(60,154,130); }

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