#3CA480

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

Shades of Gossamer #3CA480

Tints of Gossamer #3CA480

Color information

#3CA480 (or 0x3CA480) is unknown color: approx Gossamer. HEX triplet: 3C, A4 and 80. RGB value is (60,164,128). Sum of RGB (Red+Green+Blue) = 60+164+128=352 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.05% from 352); Green value is 164 (64.45% from 255 or 46.59% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 164 - color contains mainly: green. Hex color #3CA480 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA480 is #C35B7F. Grayscale: #808080. Windows color (decimal): -12802944 or 8430652. OLE color: 8430652.

HSL color Cylindrical-coordinate representation of color #3CA480: hue angle of 159.23º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA480 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB60164128-
CMYK0.6300.220.36
HSL159.23º46.43%43.92%-
HSV(B)159.23º63.41%64.31%-
XYZ19.0429.0725.03-
YUV128.8127.5478.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.05%
GREEN value IS 164 (64.45% from 255) = 46.59%
BLUE value IS 128 (50.39% from 255) = 36.36%
R=17.05%
G=46.59%
B=36.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal601641280.6300.220.36159.2346.4343.92
Hex3CA4803F016249f2e2c
Octal7424420077026442375654
Binary111100101001001000000011111101011010010010011111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,164,128); }

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

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

 a { background-color: rgb(60,164,128); }

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

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

 span { border-color: rgb(60,164,128); }

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