#3FAB84

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

Shades of Gossamer #3FAB84

Tints of Gossamer #3FAB84

Color information

#3FAB84 (or 0x3FAB84) is unknown color: approx Gossamer. HEX triplet: 3F, AB and 84. RGB value is (63,171,132). Sum of RGB (Red+Green+Blue) = 63+171+132=366 (48% of max value = 765). Red value is 63 (25% from 255 or 17.21% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 171 - color contains mainly: green. Hex color #3FAB84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAB84 is #C0547B. Grayscale: #868686. Windows color (decimal): -12604540 or 8694591. OLE color: 8694591.

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

Color convert

RGB63171132-
CMYK0.6300.230.33
HSL158.33º46.15%45.88%-
HSV(B)158.33º63.16%67.06%-
XYZ20.7831.8526.88-
YUV134.26126.7277.17-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.21%
GREEN value IS 171 (67.19% from 255) = 46.72%
BLUE value IS 132 (51.95% from 255) = 36.07%
R=17.21%
G=46.72%
B=36.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631711320.6300.230.33158.3346.1545.88
Hex3FAB843F017219e2e2e
Octal7725320477027412365656
Binary111111101010111000010011111101011110000110011110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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