#3FA68C

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

Shades of Gossamer #3FA68C

Tints of Gossamer #3FA68C

Color information

#3FA68C (or 0x3FA68C) is unknown color: approx Gossamer. HEX triplet: 3F, A6 and 8C. RGB value is (63,166,140). Sum of RGB (Red+Green+Blue) = 63+166+140=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 166 (65.23% from 255 or 44.99% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 166 - color contains mainly: green. Hex color #3FA68C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA68C is #C05973. Grayscale: #848484. Windows color (decimal): -12605812 or 9217599. OLE color: 9217599.

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

Color convert

RGB63166140-
CMYK0.6200.160.35
HSL164.85º44.98%44.9%-
HSV(B)164.85º62.05%65.1%-
XYZ20.4230.2229.57-
YUV132.24132.3878.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.07%
GREEN value IS 166 (65.23% from 255) = 44.99%
BLUE value IS 140 (55.08% from 255) = 37.94%
R=17.07%
G=44.99%
B=37.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal631661400.6200.160.35164.8544.9844.9
Hex3FA68C3E01023a52d2d
Octal7724621476020432455555
Binary111111101001101000110011111001000010001110100101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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