#3CA594

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

Shades of Gossamer #3CA594

Tints of Gossamer #3CA594

Color information

#3CA594 (or 0x3CA594) is unknown color: approx Gossamer. HEX triplet: 3C, A5 and 94. RGB value is (60,165,148). Sum of RGB (Red+Green+Blue) = 60+165+148=373 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.09% from 373); Green value is 165 (64.84% from 255 or 44.24% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 165 - color contains mainly: green. Hex color #3CA594 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA594 is #C35A6B. Grayscale: #838383. Windows color (decimal): -12802668 or 9741628. OLE color: 9741628.

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

Color convert

RGB60165148-
CMYK0.6400.100.35
HSL170.29º46.67%44.12%-
HSV(B)170.29º63.64%64.71%-
XYZ20.6630.0132.72-
YUV131.67137.2176.88-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.09%
GREEN value IS 165 (64.84% from 255) = 44.24%
BLUE value IS 148 (58.20% from 255) = 39.68%
R=16.09%
G=44.24%
B=39.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal601651480.6400.100.35170.2946.6744.12
Hex3CA594400A23aa2f2c
Octal74245224100012432525754
Binary111100101001011001010010000000101010001110101010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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