#3CA59C

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

Shades of Gossamer #3CA59C

Tints of Gossamer #3CA59C

Color information

#3CA59C (or 0x3CA59C) is unknown color: approx Gossamer. HEX triplet: 3C, A5 and 9C. RGB value is (60,165,156). Sum of RGB (Red+Green+Blue) = 60+165+156=381 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.75% from 381); Green value is 165 (64.84% from 255 or 43.31% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 165 - color contains mainly: green. Hex color #3CA59C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA59C is #C35A63. Grayscale: #848484. Windows color (decimal): -12802660 or 10265916. OLE color: 10265916.

HSL color Cylindrical-coordinate representation of color #3CA59C: hue angle of 174.86º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA59C is Cyan = 0.64, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB60165156-
CMYK0.6400.050.35
HSL174.86º46.67%44.12%-
HSV(B)174.86º63.64%64.71%-
XYZ21.3230.2736.17-
YUV132.58141.2176.23-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.75%
GREEN value IS 165 (64.84% from 255) = 43.31%
BLUE value IS 156 (61.33% from 255) = 40.94%
R=15.75%
G=43.31%
B=40.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal601651560.6400.050.35174.8646.6744.12
Hex3CA59C400523af2f2c
Octal7424523410005432575754
Binary11110010100101100111001000000010110001110101111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA59C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,165,156); }

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

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

 a { background-color: rgb(60,165,156); }

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

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

 span { border-color: rgb(60,165,156); }

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