#3FA38F

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

Shades of Gossamer #3FA38F

Tints of Gossamer #3FA38F

Color information

#3FA38F (or 0x3FA38F) is unknown color: approx Gossamer. HEX triplet: 3F, A3 and 8F. RGB value is (63,163,143). Sum of RGB (Red+Green+Blue) = 63+163+143=369 (48% of max value = 765). Red value is 63 (25% from 255 or 17.07% from 369); Green value is 163 (64.06% from 255 or 44.17% from 369); Blue value is 143 (56.25% from 255 or 38.75% from 369); Max value from RGB is 163 - color contains mainly: green. Hex color #3FA38F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA38F is #C05C70. Grayscale: #828282. Windows color (decimal): -12606577 or 9413439. OLE color: 9413439.

HSL color Cylindrical-coordinate representation of color #3FA38F: hue angle of 168º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA38F is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB63163143-
CMYK0.6100.120.36
HSL168º44.25%44.31%-
HSV(B)168º61.35%63.92%-
XYZ20.1129.2330.57-
YUV130.82134.8779.63-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.07%
GREEN value IS 163 (64.06% from 255) = 44.17%
BLUE value IS 143 (56.25% from 255) = 38.75%
R=17.07%
G=44.17%
B=38.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal631631430.6100.120.3616844.2544.31
Hex3FA38F3D0C24a82c2c
Octal7724321775014442505454
Binary11111110100011100011111111010110010010010101000101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA38F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,163,143); }

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

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

 a { background-color: rgb(63,163,143); }

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

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

 span { border-color: rgb(63,163,143); }

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