#3FA990

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

Shades of Gossamer #3FA990

Tints of Gossamer #3FA990

Color information

#3FA990 (or 0x3FA990) is unknown color: approx Gossamer. HEX triplet: 3F, A9 and 90. RGB value is (63,169,144). Sum of RGB (Red+Green+Blue) = 63+169+144=376 (49% of max value = 765). Red value is 63 (25% from 255 or 16.76% from 376); Green value is 169 (66.41% from 255 or 44.95% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 169 - color contains mainly: green. Hex color #3FA990 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA990 is #C0566F. Grayscale: #868686. Windows color (decimal): -12605040 or 9480511. OLE color: 9480511.

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

Color convert

RGB63169144-
CMYK0.6300.150.34
HSL165.85º45.69%45.49%-
HSV(B)165.85º62.72%66.27%-
XYZ21.2731.4531.33-
YUV134.46133.3877.03-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.76%
GREEN value IS 169 (66.41% from 255) = 44.95%
BLUE value IS 144 (56.64% from 255) = 38.30%
R=16.76%
G=44.95%
B=38.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal631691440.6300.150.34165.8545.6945.49
Hex3FA9903F0F22a62e2d
Octal7725122077017422465655
Binary11111110101001100100001111110111110001010100110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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