#3fab88

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

Shades of Gossamer #3FAB88

Tints of Gossamer #3FAB88

Color information

#3FAB88 (or 0x3FAB88) is unknown color: approx Gossamer. HEX triplet: 3F, AB and 88. RGB value is (63,171,136). Sum of RGB (Red+Green+Blue) = 63+171+136=370 (49% of max value = 765). Red value is 63 (25% from 255 or 17.03% from 370); Green value is 171 (67.19% from 255 or 46.22% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 171 - color contains mainly: green. Hex color #3FAB88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAB88 is #C05477. Grayscale: #868686. Windows color (decimal): -12604536 or 8956735. OLE color: 8956735.

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

Color convert

RGB63171136-
CMYK0.6300.200.33
HSL160.56º46.15%45.88%-
HSV(B)160.56º63.16%67.06%-
XYZ21.0631.9628.35-
YUV134.72128.7276.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.03%
GREEN value IS 171 (67.19% from 255) = 46.22%
BLUE value IS 136 (53.52% from 255) = 36.76%
R=17.03%
G=46.22%
B=36.76%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631711360.6300.200.33160.5646.1545.88
Hex3FAB883F01421a12e2e
Octal7725321077024412415656
Binary111111101010111000100011111101010010000110100001101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fab88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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