#3FAB80

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

Shades of Gossamer #3FAB80

Tints of Gossamer #3FAB80

Color information

#3FAB80 (or 0x3FAB80) is unknown color: approx Gossamer. HEX triplet: 3F, AB and 80. RGB value is (63,171,128). Sum of RGB (Red+Green+Blue) = 63+171+128=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 171 (67.19% from 255 or 47.24% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 171 - color contains mainly: green. Hex color #3FAB80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAB80 is #C0547F. Grayscale: #858585. Windows color (decimal): -12604544 or 8432447. OLE color: 8432447.

HSL color Cylindrical-coordinate representation of color #3FAB80: hue angle of 156.11º 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 #3FAB80 is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB63171128-
CMYK0.6300.250.33
HSL156.11º46.15%45.88%-
HSV(B)156.11º63.16%67.06%-
XYZ20.5131.7425.47-
YUV133.81124.7277.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.40%
GREEN value IS 171 (67.19% from 255) = 47.24%
BLUE value IS 128 (50.39% from 255) = 35.36%
R=17.40%
G=47.24%
B=35.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631711280.6300.250.33156.1146.1545.88
Hex3FAB803F019219c2e2e
Octal7725320077031412345656
Binary111111101010111000000011111101100110000110011100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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