#3FAF8C

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

Shades of Gossamer #3FAF8C

Tints of Gossamer #3FAF8C

Color information

#3FAF8C (or 0x3FAF8C) is unknown color: approx Gossamer. HEX triplet: 3F, AF and 8C. RGB value is (63,175,140). Sum of RGB (Red+Green+Blue) = 63+175+140=378 (50% of max value = 765). Red value is 63 (25% from 255 or 16.67% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAF8C is #C05073. Grayscale: #898989. Windows color (decimal): -12603508 or 9219903. OLE color: 9219903.

HSL color Cylindrical-coordinate representation of color #3FAF8C: hue angle of 161.25º 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 #3FAF8C is Cyan = 0.64, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB63175140-
CMYK0.6400.20.31
HSL161.25º47.06%46.67%-
HSV(B)161.25º64%68.63%-
XYZ22.1133.6130.13-
YUV137.52129.3974.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.67%
GREEN value IS 175 (68.75% from 255) = 46.30%
BLUE value IS 140 (55.08% from 255) = 37.04%
R=16.67%
G=46.30%
B=37.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal631751400.6400.20.31161.2547.0646.67
Hex3FAF8C400141Fa12f2f
Octal77257214100024372415757
Binary111111101011111000110010000000101001111110100001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,175,140); }

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

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

 a { background-color: rgb(63,175,140); }

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

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

 span { border-color: rgb(63,175,140); }

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