#3FAF8D

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

Shades of Gossamer #3FAF8D

Tints of Gossamer #3FAF8D

Color information

#3FAF8D (or 0x3FAF8D) is unknown color: approx Gossamer. HEX triplet: 3F, AF and 8D. RGB value is (63,175,141). Sum of RGB (Red+Green+Blue) = 63+175+141=379 (50% of max value = 765). Red value is 63 (25% from 255 or 16.62% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 141 (55.47% from 255 or 37.20% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAF8D is #C05072. Grayscale: #898989. Windows color (decimal): -12603507 or 9285439. OLE color: 9285439.

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

Color convert

RGB63175141-
CMYK0.6400.190.31
HSL161.79º47.06%46.67%-
HSV(B)161.79º64%68.63%-
XYZ22.1933.6430.52-
YUV137.64129.8974.76-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.62%
GREEN value IS 175 (68.75% from 255) = 46.17%
BLUE value IS 141 (55.47% from 255) = 37.20%
R=16.62%
G=46.17%
B=37.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal631751410.6400.190.31161.7947.0646.67
Hex3FAF8D400131Fa22f2f
Octal77257215100023372425757
Binary111111101011111000110110000000100111111110100010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAF8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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