#3FA696

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

Shades of Gossamer #3FA696

Tints of Gossamer #3FA696

Color information

#3FA696 (or 0x3FA696) is unknown color: approx Gossamer. HEX triplet: 3F, A6 and 96. RGB value is (63,166,150). Sum of RGB (Red+Green+Blue) = 63+166+150=379 (50% of max value = 765). Red value is 63 (25% from 255 or 16.62% from 379); Green value is 166 (65.23% from 255 or 43.80% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 166 - color contains mainly: green. Hex color #3FA696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA696 is #C05969. Grayscale: #858585. Windows color (decimal): -12605802 or 9872959. OLE color: 9872959.

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

Color convert

RGB63166150-
CMYK0.6200.100.35
HSL170.68º44.98%44.9%-
HSV(B)170.68º62.05%65.1%-
XYZ21.1930.5333.63-
YUV133.38137.3877.8-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.62%
GREEN value IS 166 (65.23% from 255) = 43.80%
BLUE value IS 150 (58.98% from 255) = 39.58%
R=16.62%
G=43.80%
B=39.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal631661500.6200.100.35170.6844.9844.9
Hex3FA6963E0A23ab2d2d
Octal7724622676012432535555
Binary11111110100110100101101111100101010001110101011101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,166,150); }

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

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

 a { background-color: rgb(63,166,150); }

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

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

 span { border-color: rgb(63,166,150); }

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