#3FAB91

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

Shades of Gossamer #3FAB91

Tints of Gossamer #3FAB91

Color information

#3FAB91 (or 0x3FAB91) is unknown color: approx Gossamer. HEX triplet: 3F, AB and 91. RGB value is (63,171,145). Sum of RGB (Red+Green+Blue) = 63+171+145=379 (50% of max value = 765). Red value is 63 (25% from 255 or 16.62% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #3FAB91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAB91 is #C0546E. Grayscale: #878787. Windows color (decimal): -12604527 or 9546559. OLE color: 9546559.

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

Color convert

RGB63171145-
CMYK0.6300.150.33
HSL165.56º46.15%45.88%-
HSV(B)165.56º63.16%67.06%-
XYZ21.7232.2331.86-
YUV135.74133.2276.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.62%
GREEN value IS 171 (67.19% from 255) = 45.12%
BLUE value IS 145 (57.03% from 255) = 38.26%
R=16.62%
G=45.12%
B=38.26%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631711450.6300.150.33165.5646.1545.88
Hex3FAB913F0F21a62e2e
Octal7725322177017412465656
Binary11111110101011100100011111110111110000110100110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAB91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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