#3FAF96

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

Shades of Gossamer #3FAF96

Tints of Gossamer #3FAF96

Color information

#3FAF96 (or 0x3FAF96) is unknown color: approx Gossamer. HEX triplet: 3F, AF and 96. RGB value is (63,175,150). Sum of RGB (Red+Green+Blue) = 63+175+150=388 (51% of max value = 765). Red value is 63 (25% from 255 or 16.24% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAF96 is #C05069. Grayscale: #8A8A8A. Windows color (decimal): -12603498 or 9875263. OLE color: 9875263.

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

Color convert

RGB63175150-
CMYK0.6400.140.31
HSL166.61º47.06%46.67%-
HSV(B)166.61º64%68.63%-
XYZ22.8833.9234.19-
YUV138.66134.3974.03-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.24%
GREEN value IS 175 (68.75% from 255) = 45.10%
BLUE value IS 150 (58.98% from 255) = 38.66%
R=16.24%
G=45.10%
B=38.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal631751500.6400.140.31166.6147.0646.67
Hex3FAF96400E1Fa72f2f
Octal77257226100016372475757
Binary11111110101111100101101000000011101111110100111101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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