#3FA090

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

Shades of Gossamer #3FA090

Tints of Gossamer #3FA090

Color information

#3FA090 (or 0x3FA090) is unknown color: approx Gossamer. HEX triplet: 3F, A0 and 90. RGB value is (63,160,144). Sum of RGB (Red+Green+Blue) = 63+160+144=367 (48% of max value = 765). Red value is 63 (25% from 255 or 17.17% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA090 is #C05F6F. Grayscale: #818181. Windows color (decimal): -12607344 or 9478207. OLE color: 9478207.

HSL color Cylindrical-coordinate representation of color #3FA090: hue angle of 170.1º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA090 is Cyan = 0.61, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.37.

Color convert

RGB63160144-
CMYK0.6100.10.37
HSL170.1º43.5%43.73%-
HSV(B)170.1º60.62%62.75%-
XYZ19.6528.2130.8-
YUV129.17136.3680.8-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.17%
GREEN value IS 160 (62.89% from 255) = 43.60%
BLUE value IS 144 (56.64% from 255) = 39.24%
R=17.17%
G=43.60%
B=39.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal631601440.6100.10.37170.143.543.73
Hex3FA0903D0A25aa2b2c
Octal7724022075012452525354
Binary11111110100000100100001111010101010010110101010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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