#3A9B88

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

Shades of Gossamer #3A9B88

Tints of Gossamer #3A9B88

Color information

#3A9B88 (or 0x3A9B88) is unknown color: approx Gossamer. HEX triplet: 3A, 9B and 88. RGB value is (58,155,136). Sum of RGB (Red+Green+Blue) = 58+155+136=349 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.62% from 349); Green value is 155 (60.94% from 255 or 44.41% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 155 - color contains mainly: green. Hex color #3A9B88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9B88 is #C56477. Grayscale: #7B7B7B. Windows color (decimal): -12936312 or 8952634. OLE color: 8952634.

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

Color convert

RGB58155136-
CMYK0.6300.120.39
HSL168.25º45.54%41.76%-
HSV(B)168.25º62.58%60.78%-
XYZ17.9126.1227.39-
YUV123.83134.8681.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.62%
GREEN value IS 155 (60.94% from 255) = 44.41%
BLUE value IS 136 (53.52% from 255) = 38.97%
R=16.62%
G=44.41%
B=38.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal581551360.6300.120.39168.2545.5441.76
Hex3A9B883F0C27a82e2a
Octal7223321077014472505652
Binary11101010011011100010001111110110010011110101000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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