#3CA391

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

Shades of Gossamer #3CA391

Tints of Gossamer #3CA391

Color information

#3CA391 (or 0x3CA391) is unknown color: approx Gossamer. HEX triplet: 3C, A3 and 91. RGB value is (60,163,145). Sum of RGB (Red+Green+Blue) = 60+163+145=368 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.30% from 368); Green value is 163 (64.06% from 255 or 44.29% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 163 - color contains mainly: green. Hex color #3CA391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA391 is #C35C6E. Grayscale: #828282. Windows color (decimal): -12803183 or 9544508. OLE color: 9544508.

HSL color Cylindrical-coordinate representation of color #3CA391: hue angle of 169.51º 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 #3CA391 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB60163145-
CMYK0.6300.110.36
HSL169.51º46.19%43.73%-
HSV(B)169.51º63.19%63.92%-
XYZ20.0729.231.37-
YUV130.15136.3877.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.30%
GREEN value IS 163 (64.06% from 255) = 44.29%
BLUE value IS 145 (57.03% from 255) = 39.40%
R=16.30%
G=44.29%
B=39.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal601631450.6300.110.36169.5146.1943.73
Hex3CA3913F0B24aa2e2c
Octal7424322177013442525654
Binary11110010100011100100011111110101110010010101010101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CA391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,163,145); }

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

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

 a { background-color: rgb(60,163,145); }

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

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

 span { border-color: rgb(60,163,145); }

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