#3A9B90

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

Shades of Gossamer #3A9B90

Tints of Gossamer #3A9B90

Color information

#3A9B90 (or 0x3A9B90) is unknown color: approx Gossamer. HEX triplet: 3A, 9B and 90. RGB value is (58,155,144). Sum of RGB (Red+Green+Blue) = 58+155+144=357 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.25% from 357); Green value is 155 (60.94% from 255 or 43.42% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 155 - color contains mainly: green. Hex color #3A9B90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9B90 is #C5646F. Grayscale: #7C7C7C. Windows color (decimal): -12936304 or 9476922. OLE color: 9476922.

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

Color convert

RGB58155144-
CMYK0.6300.070.39
HSL173.2º45.54%41.76%-
HSV(B)173.2º62.58%60.78%-
XYZ18.526.3630.5-
YUV124.74138.8680.39-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.25%
GREEN value IS 155 (60.94% from 255) = 43.42%
BLUE value IS 144 (56.64% from 255) = 40.34%
R=16.25%
G=43.42%
B=40.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal581551440.6300.070.39173.245.5441.76
Hex3A9B903F0727ad2e2a
Octal722332207707472555652
Binary1110101001101110010000111111011110011110101101101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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