#3FAA9E

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

Shades of Gossamer #3FAA9E

Tints of Gossamer #3FAA9E

Color information

#3FAA9E (or 0x3FAA9E) is unknown color: approx Gossamer. HEX triplet: 3F, AA and 9E. RGB value is (63,170,158). Sum of RGB (Red+Green+Blue) = 63+170+158=391 (51% of max value = 765). Red value is 63 (25% from 255 or 16.11% from 391); Green value is 170 (66.80% from 255 or 43.48% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAA9E is #C05561. Grayscale: #888888. Windows color (decimal): -12604770 or 10398271. OLE color: 10398271.

HSL color Cylindrical-coordinate representation of color #3FAA9E: hue angle of 173.27º 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 #3FAA9E is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB63170158-
CMYK0.6300.070.33
HSL173.27º45.92%45.69%-
HSV(B)173.27º62.94%66.67%-
XYZ22.632.2737.39-
YUV136.64140.0575.48-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.11%
GREEN value IS 170 (66.80% from 255) = 43.48%
BLUE value IS 158 (62.11% from 255) = 40.41%
R=16.11%
G=43.48%
B=40.41%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal631701580.6300.070.33173.2745.9245.69
Hex3FAA9E3F0721ad2e2e
Octal772522367707412555656
Binary1111111010101010011110111111011110000110101101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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