#3FB095

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

Shades of Gossamer #3FB095

Tints of Gossamer #3FB095

Color information

#3FB095 (or 0x3FB095) is unknown color: approx Gossamer. HEX triplet: 3F, B0 and 95. RGB value is (63,176,149). Sum of RGB (Red+Green+Blue) = 63+176+149=388 (51% of max value = 765). Red value is 63 (25% from 255 or 16.24% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 149 (58.59% from 255 or 38.40% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #3FB095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FB095 is #C04F6A. Grayscale: #8B8B8B. Windows color (decimal): -12603243 or 9809983. OLE color: 9809983.

HSL color Cylindrical-coordinate representation of color #3FB095: hue angle of 165.66º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FB095 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB63176149-
CMYK0.6400.150.31
HSL165.66º47.28%46.86%-
HSV(B)165.66º64.2%69.02%-
XYZ2334.2833.84-
YUV139.14133.5673.7-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.24%
GREEN value IS 176 (69.14% from 255) = 45.36%
BLUE value IS 149 (58.59% from 255) = 38.40%
R=16.24%
G=45.36%
B=38.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal631761490.6400.150.31165.6647.2846.86
Hex3FB095400F1Fa62f2f
Octal77260225100017372465757
Binary11111110110000100101011000000011111111110100110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FB095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,176,149); }

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

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

 a { background-color: rgb(63,176,149); }

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

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

 span { border-color: rgb(63,176,149); }

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