#3FA98C

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

Shades of Gossamer #3FA98C

Tints of Gossamer #3FA98C

Color information

#3FA98C (or 0x3FA98C) is unknown color: approx Gossamer. HEX triplet: 3F, A9 and 8C. RGB value is (63,169,140). Sum of RGB (Red+Green+Blue) = 63+169+140=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 169 (66.41% from 255 or 45.43% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 169 - color contains mainly: green. Hex color #3FA98C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA98C is #C05673. Grayscale: #868686. Windows color (decimal): -12605044 or 9218367. OLE color: 9218367.

HSL color Cylindrical-coordinate representation of color #3FA98C: hue angle of 163.58º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FA98C is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB63169140-
CMYK0.6300.170.34
HSL163.58º45.69%45.49%-
HSV(B)163.58º62.72%66.27%-
XYZ20.9731.3329.75-
YUV134131.3877.36-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.94%
GREEN value IS 169 (66.41% from 255) = 45.43%
BLUE value IS 140 (55.08% from 255) = 37.63%
R=16.94%
G=45.43%
B=37.63%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal631691400.6300.170.34163.5845.6945.49
Hex3FA98C3F01122a42e2d
Octal7725121477021422445655
Binary111111101010011000110011111101000110001010100100101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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