#3FA191

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

Shades of Gossamer #3FA191

Tints of Gossamer #3FA191

Color information

#3FA191 (or 0x3FA191) is unknown color: approx Gossamer. HEX triplet: 3F, A1 and 91. RGB value is (63,161,145). Sum of RGB (Red+Green+Blue) = 63+161+145=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 161 (63.28% from 255 or 43.63% from 369); Blue value is 145 (57.03% from 255 or 39.30% from 369); Max value from RGB is 161 - color contains mainly: green. Hex color #3FA191 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA191 is #C05E6E. Grayscale: #818181. Windows color (decimal): -12607087 or 9543999. OLE color: 9543999.

HSL color Cylindrical-coordinate representation of color #3FA191: hue angle of 170.2º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA191 is Cyan = 0.61, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB63161145-
CMYK0.6100.100.37
HSL170.2º43.75%43.92%-
HSV(B)170.2º60.87%63.14%-
XYZ19.9128.5931.26-
YUV129.87136.5380.3-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.07%
GREEN value IS 161 (63.28% from 255) = 43.63%
BLUE value IS 145 (57.03% from 255) = 39.30%
R=17.07%
G=43.63%
B=39.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal631611450.6100.100.37170.243.7543.92
Hex3FA1913D0A25aa2c2c
Octal7724122175012452525454
Binary11111110100001100100011111010101010010110101010101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,161,145); }

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

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

 a { background-color: rgb(63,161,145); }

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

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

 span { border-color: rgb(63,161,145); }

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