#3FAB9C

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

Shades of Gossamer #3FAB9C

Tints of Gossamer #3FAB9C

Color information

#3FAB9C (or 0x3FAB9C) is unknown color: approx Gossamer. HEX triplet: 3F, AB and 9C. RGB value is (63,171,156). Sum of RGB (Red+Green+Blue) = 63+171+156=390 (51% of max value = 765). Red value is 63 (25% from 255 or 16.15% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #3FAB9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAB9C is #C05463. Grayscale: #888888. Windows color (decimal): -12604516 or 10267455. OLE color: 10267455.

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

Color convert

RGB63171156-
CMYK0.6300.090.33
HSL171.67º46.15%45.88%-
HSV(B)171.67º63.16%67.06%-
XYZ22.6132.5836.55-
YUV137138.7275.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.15%
GREEN value IS 171 (67.19% from 255) = 43.85%
BLUE value IS 156 (61.33% from 255) = 40%
R=16.15%
G=43.85%
B=40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631711560.6300.090.33171.6746.1545.88
Hex3FAB9C3F0921ac2e2e
Octal7725323477011412545656
Binary11111110101011100111001111110100110000110101100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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