#3A9B8E

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

Shades of Gossamer #3A9B8E

Tints of Gossamer #3A9B8E

Color information

#3A9B8E (or 0x3A9B8E) is unknown color: approx Gossamer. HEX triplet: 3A, 9B and 8E. RGB value is (58,155,142). Sum of RGB (Red+Green+Blue) = 58+155+142=355 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.34% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 155 - color contains mainly: green. Hex color #3A9B8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9B8E is #C56471. Grayscale: #7C7C7C. Windows color (decimal): -12936306 or 9345850. OLE color: 9345850.

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

Color convert

RGB58155142-
CMYK0.6300.080.39
HSL171.96º45.54%41.76%-
HSV(B)171.96º62.58%60.78%-
XYZ18.3526.329.7-
YUV124.52137.8680.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.34%
GREEN value IS 155 (60.94% from 255) = 43.66%
BLUE value IS 142 (55.86% from 255) = 40%
R=16.34%
G=43.66%
B=40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal581551420.6300.080.39171.9645.5441.76
Hex3A9B8E3F0827ac2e2a
Octal7223321677010472545652
Binary11101010011011100011101111110100010011110101100101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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