#3CA59B

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

Shades of Gossamer #3CA59B

Tints of Gossamer #3CA59B

Color information

#3CA59B (or 0x3CA59B) is unknown color: approx Gossamer. HEX triplet: 3C, A5 and 9B. RGB value is (60,165,155). Sum of RGB (Red+Green+Blue) = 60+165+155=380 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.79% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 165 - color contains mainly: green. Hex color #3CA59B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA59B is #C35A64. Grayscale: #848484. Windows color (decimal): -12802661 or 10200380. OLE color: 10200380.

HSL color Cylindrical-coordinate representation of color #3CA59B: hue angle of 174.29º 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 #3CA59B is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB60165155-
CMYK0.6400.060.35
HSL174.29º46.67%44.12%-
HSV(B)174.29º63.64%64.71%-
XYZ21.2430.2435.73-
YUV132.46140.7176.31-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 15.79%
GREEN value IS 165 (64.84% from 255) = 43.42%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=15.79%
G=43.42%
B=40.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal601651550.6400.060.35174.2946.6744.12
Hex3CA59B400623ae2f2c
Octal7424523310006432565754
Binary11110010100101100110111000000011010001110101110101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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