#3F9F7B

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

Shades of Gossamer #3F9F7B

Tints of Gossamer #3F9F7B

Color information

#3F9F7B (or 0x3F9F7B) is unknown color: approx Gossamer. HEX triplet: 3F, 9F and 7B. RGB value is (63,159,123). Sum of RGB (Red+Green+Blue) = 63+159+123=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 123 (48.44% from 255 or 35.65% from 345); Max value from RGB is 159 - color contains mainly: green. Hex color #3F9F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9F7B is #C06084. Grayscale: #7E7E7E. Windows color (decimal): -12607621 or 8101695. OLE color: 8101695.

HSL color Cylindrical-coordinate representation of color #3F9F7B: hue angle of 157.5º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9F7B is Cyan = 0.60, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.

Color convert

RGB63159123-
CMYK0.6000.230.38
HSL157.5º43.24%43.53%-
HSV(B)157.5º60.38%62.35%-
XYZ18.0227.2823.06-
YUV126.19126.282.93-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.26%
GREEN value IS 159 (62.5% from 255) = 46.09%
BLUE value IS 123 (48.44% from 255) = 35.65%
R=18.26%
G=46.09%
B=35.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal631591230.6000.230.38157.543.2443.53
Hex3F9F7B3C017269e2b2c
Octal7723717374027462365354
Binary11111110011111111101111110001011110011010011110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,159,123); }

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

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

 a { background-color: rgb(63,159,123); }

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

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

 span { border-color: rgb(63,159,123); }

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