#3FAB9F

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

Shades of Gossamer #3FAB9F

Tints of Gossamer #3FAB9F

Color information

#3FAB9F (or 0x3FAB9F) is unknown color: approx Gossamer. HEX triplet: 3F, AB and 9F. RGB value is (63,171,159). Sum of RGB (Red+Green+Blue) = 63+171+159=393 (52% of max value = 765). Red value is 63 (25% from 255 or 16.03% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 171 - color contains mainly: green. Hex color #3FAB9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAB9F is #C05460. Grayscale: #898989. Windows color (decimal): -12604513 or 10464063. OLE color: 10464063.

HSL color Cylindrical-coordinate representation of color #3FAB9F: hue angle of 173.33º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FAB9F is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB63171159-
CMYK0.6300.070.33
HSL173.33º46.15%45.88%-
HSV(B)173.33º63.16%67.06%-
XYZ22.8732.6937.9-
YUV137.34140.2274.98-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.03%
GREEN value IS 171 (67.19% from 255) = 43.51%
BLUE value IS 159 (62.5% from 255) = 40.46%
R=16.03%
G=43.51%
B=40.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631711590.6300.070.33173.3346.1545.88
Hex3FAB9F3F0721ad2e2e
Octal772532377707412555656
Binary1111111010101110011111111111011110000110101101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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