#3FA993

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

Shades of Gossamer #3FA993

Tints of Gossamer #3FA993

Color information

#3FA993 (or 0x3FA993) is unknown color: approx Gossamer. HEX triplet: 3F, A9 and 93. RGB value is (63,169,147). Sum of RGB (Red+Green+Blue) = 63+169+147=379 (50% of max value = 765). Red value is 63 (25% from 255 or 16.62% from 379); Green value is 169 (66.41% from 255 or 44.59% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 169 - color contains mainly: green. Hex color #3FA993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA993 is #C0566C. Grayscale: #868686. Windows color (decimal): -12605037 or 9677119. OLE color: 9677119.

HSL color Cylindrical-coordinate representation of color #3FA993: hue angle of 167.55º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FA993 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB63169147-
CMYK0.6300.130.34
HSL167.55º45.69%45.49%-
HSV(B)167.55º62.72%66.27%-
XYZ21.531.5432.56-
YUV134.8134.8876.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.62%
GREEN value IS 169 (66.41% from 255) = 44.59%
BLUE value IS 147 (57.81% from 255) = 38.79%
R=16.62%
G=44.59%
B=38.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal631691470.6300.130.34167.5545.6945.49
Hex3FA9933F0D22a82e2d
Octal7725122377015422505655
Binary11111110101001100100111111110110110001010101000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,169,147); }

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

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

 a { background-color: rgb(63,169,147); }

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

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

 span { border-color: rgb(63,169,147); }

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