#3FA88F

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

Shades of Gossamer #3FA88F

Tints of Gossamer #3FA88F

Color information

#3FA88F (or 0x3FA88F) is unknown color: approx Gossamer. HEX triplet: 3F, A8 and 8F. RGB value is (63,168,143). Sum of RGB (Red+Green+Blue) = 63+168+143=374 (49% of max value = 765). Red value is 63 (25% from 255 or 16.84% from 374); Green value is 168 (66.02% from 255 or 44.92% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 168 - color contains mainly: green. Hex color #3FA88F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA88F is #C05770. Grayscale: #858585. Windows color (decimal): -12605297 or 9414719. OLE color: 9414719.

HSL color Cylindrical-coordinate representation of color #3FA88F: hue angle of 165.71º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA88F is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB63168143-
CMYK0.6300.150.34
HSL165.71º45.45%45.29%-
HSV(B)165.71º62.5%65.88%-
XYZ21.0131.0530.87-
YUV133.76133.2177.53-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.84%
GREEN value IS 168 (66.02% from 255) = 44.92%
BLUE value IS 143 (56.25% from 255) = 38.24%
R=16.84%
G=44.92%
B=38.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal631681430.6300.150.34165.7145.4545.29
Hex3FA88F3F0F22a62d2d
Octal7725021777017422465555
Binary11111110101000100011111111110111110001010100110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA88F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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