#3FA88E

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

Shades of Gossamer #3FA88E

Tints of Gossamer #3FA88E

Color information

#3FA88E (or 0x3FA88E) is unknown color: approx Gossamer. HEX triplet: 3F, A8 and 8E. RGB value is (63,168,142). Sum of RGB (Red+Green+Blue) = 63+168+142=373 (49% of max value = 765). Red value is 63 (25% from 255 or 16.89% from 373); Green value is 168 (66.02% from 255 or 45.04% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 168 - color contains mainly: green. Hex color #3FA88E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA88E is #C05771. Grayscale: #858585. Windows color (decimal): -12605298 or 9349183. OLE color: 9349183.

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

Color convert

RGB63168142-
CMYK0.6300.150.34
HSL165.14º45.45%45.29%-
HSV(B)165.14º62.5%65.88%-
XYZ20.9431.0230.47-
YUV133.64132.7177.61-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.89%
GREEN value IS 168 (66.02% from 255) = 45.04%
BLUE value IS 142 (55.86% from 255) = 38.07%
R=16.89%
G=45.04%
B=38.07%

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
Decimal631681420.6300.150.34165.1445.4545.29
Hex3FA88E3F0F22a52d2d
Octal7725021677017422455555
Binary11111110101000100011101111110111110001010100101101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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