#3A9B7E

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

Shades of Gossamer #3A9B7E

Tints of Gossamer #3A9B7E

Color information

#3A9B7E (or 0x3A9B7E) is unknown color: approx Gossamer. HEX triplet: 3A, 9B and 7E. RGB value is (58,155,126). Sum of RGB (Red+Green+Blue) = 58+155+126=339 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.11% from 339); Green value is 155 (60.94% from 255 or 45.72% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 155 - color contains mainly: green. Hex color #3A9B7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9B7E is #C56481. Grayscale: #7A7A7A. Windows color (decimal): -12936322 or 8297274. OLE color: 8297274.

HSL color Cylindrical-coordinate representation of color #3A9B7E: hue angle of 162.06º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A9B7E is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB58155126-
CMYK0.6300.190.39
HSL162.06º45.54%41.76%-
HSV(B)162.06º62.58%60.78%-
XYZ17.2325.8523.82-
YUV122.69129.8681.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.11%
GREEN value IS 155 (60.94% from 255) = 45.72%
BLUE value IS 126 (49.61% from 255) = 37.17%
R=17.11%
G=45.72%
B=37.17%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal581551260.6300.190.39162.0645.5441.76
Hex3A9B7E3F01327a22e2a
Octal7223317677023472425652
Binary11101010011011111111011111101001110011110100010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,155,126); }

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

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

 a { background-color: rgb(58,155,126); }

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

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

 span { border-color: rgb(58,155,126); }

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