#3FA79C

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

Shades of Gossamer #3FA79C

Tints of Gossamer #3FA79C

Color information

#3FA79C (or 0x3FA79C) is unknown color: approx Gossamer. HEX triplet: 3F, A7 and 9C. RGB value is (63,167,156). Sum of RGB (Red+Green+Blue) = 63+167+156=386 (51% of max value = 765). Red value is 63 (25% from 255 or 16.32% from 386); Green value is 167 (65.62% from 255 or 43.26% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 167 - color contains mainly: green. Hex color #3FA79C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA79C is #C05863. Grayscale: #868686. Windows color (decimal): -12605540 or 10266431. OLE color: 10266431.

HSL color Cylindrical-coordinate representation of color #3FA79C: hue angle of 173.65º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA79C is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB63167156-
CMYK0.6200.070.35
HSL173.65º45.22%45.1%-
HSV(B)173.65º62.28%65.49%-
XYZ21.8731.0936.3-
YUV134.65140.0476.89-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.32%
GREEN value IS 167 (65.62% from 255) = 43.26%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=16.32%
G=43.26%
B=40.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal631671560.6200.070.35173.6545.2245.1
Hex3FA79C3E0723ae2d2d
Octal772472347607432565555
Binary1111111010011110011100111110011110001110101110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,167,156); }

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

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

 a { background-color: rgb(63,167,156); }

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

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

 span { border-color: rgb(63,167,156); }

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