#3FA59B

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

Shades of Gossamer #3FA59B

Tints of Gossamer #3FA59B

Color information

#3FA59B (or 0x3FA59B) is unknown color: approx Gossamer. HEX triplet: 3F, A5 and 9B. RGB value is (63,165,155). Sum of RGB (Red+Green+Blue) = 63+165+155=383 (50% of max value = 765). Red value is 63 (25% from 255 or 16.45% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 165 - color contains mainly: green. Hex color #3FA59B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA59B is #C05A64. Grayscale: #858585. Windows color (decimal): -12606053 or 10200383. OLE color: 10200383.

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

Color convert

RGB63165155-
CMYK0.6200.060.35
HSL174.12º44.74%44.71%-
HSV(B)174.12º61.82%64.71%-
XYZ21.4230.3335.74-
YUV133.36140.2177.81-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.45%
GREEN value IS 165 (64.84% from 255) = 43.08%
BLUE value IS 155 (60.94% from 255) = 40.47%
R=16.45%
G=43.08%
B=40.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal631651550.6200.060.35174.1244.7444.71
Hex3FA59B3E0623ae2d2d
Octal772452337606432565555
Binary1111111010010110011011111110011010001110101110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,165,155); }

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

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

 a { background-color: rgb(63,165,155); }

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

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

 span { border-color: rgb(63,165,155); }

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