#3FAB8D

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

Shades of Gossamer #3FAB8D

Tints of Gossamer #3FAB8D

Color information

#3FAB8D (or 0x3FAB8D) is unknown color: approx Gossamer. HEX triplet: 3F, AB and 8D. RGB value is (63,171,141). Sum of RGB (Red+Green+Blue) = 63+171+141=375 (49% of max value = 765). Red value is 63 (25% from 255 or 16.8% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 141 (55.47% from 255 or 37.6% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #3FAB8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAB8D is #C05472. Grayscale: #878787. Windows color (decimal): -12604531 or 9284415. OLE color: 9284415.

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

Color convert

RGB63171141-
CMYK0.6300.180.33
HSL163.33º46.15%45.88%-
HSV(B)163.33º63.16%67.06%-
XYZ21.4232.1130.27-
YUV135.29131.2276.44-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.8%
GREEN value IS 171 (67.19% from 255) = 45.6%
BLUE value IS 141 (55.47% from 255) = 37.6%
R=16.8%
G=45.6%
B=37.6%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631711410.6300.180.33163.3346.1545.88
Hex3FAB8D3F01221a32e2e
Octal7725321577022412435656
Binary111111101010111000110111111101001010000110100011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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