#3FAA7F

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

Shades of Gossamer #3FAA7F

Tints of Gossamer #3FAA7F

Color information

#3FAA7F (or 0x3FAA7F) is unknown color: approx Gossamer. HEX triplet: 3F, AA and 7F. RGB value is (63,170,127). Sum of RGB (Red+Green+Blue) = 63+170+127=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 170 (66.80% from 255 or 47.22% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAA7F is #C05580. Grayscale: #858585. Windows color (decimal): -12604801 or 8366655. OLE color: 8366655.

HSL color Cylindrical-coordinate representation of color #3FAA7F: hue angle of 155.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FAA7F is Cyan = 0.63, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB63170127-
CMYK0.6300.250.33
HSL155.89º45.92%45.69%-
HSV(B)155.89º62.94%66.67%-
XYZ20.2631.3425.06-
YUV133.1124.5578-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.5%
GREEN value IS 170 (66.80% from 255) = 47.22%
BLUE value IS 127 (50% from 255) = 35.28%
R=17.5%
G=47.22%
B=35.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631701270.6300.250.33155.8945.9245.69
Hex3FAA7F3F019219c2e2e
Octal7725217777031412345656
Binary11111110101010111111111111101100110000110011100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,170,127); }

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

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

 a { background-color: rgb(63,170,127); }

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

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

 span { border-color: rgb(63,170,127); }

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