#3F9B8F

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

Shades of Gossamer #3F9B8F

Tints of Gossamer #3F9B8F

Color information

#3F9B8F (or 0x3F9B8F) is unknown color: approx Gossamer. HEX triplet: 3F, 9B and 8F. RGB value is (63,155,143). Sum of RGB (Red+Green+Blue) = 63+155+143=361 (47% of max value = 765). Red value is 63 (25% from 255 or 17.45% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 155 - color contains mainly: green. Hex color #3F9B8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9B8F is #C06470. Grayscale: #7E7E7E. Windows color (decimal): -12608625 or 9411391. OLE color: 9411391.

HSL color Cylindrical-coordinate representation of color #3F9B8F: hue angle of 172.17º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F9B8F is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB63155143-
CMYK0.5900.080.39
HSL172.17º42.2%42.75%-
HSV(B)172.17º59.35%60.78%-
XYZ18.7326.4830.11-
YUV126.12137.5282.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.45%
GREEN value IS 155 (60.94% from 255) = 42.94%
BLUE value IS 143 (56.25% from 255) = 39.61%
R=17.45%
G=42.94%
B=39.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal631551430.5900.080.39172.1742.242.75
Hex3F9B8F3B0827ac2a2b
Octal7723321773010472545253
Binary11111110011011100011111110110100010011110101100101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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