#3BAA93

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

Shades of Gossamer #3BAA93

Tints of Gossamer #3BAA93

Color information

#3BAA93 (or 0x3BAA93) is unknown color: approx Gossamer. HEX triplet: 3B, AA and 93. RGB value is (59,170,147). Sum of RGB (Red+Green+Blue) = 59+170+147=376 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.69% from 376); Green value is 170 (66.80% from 255 or 45.21% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 170 - color contains mainly: green. Hex color #3BAA93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAA93 is #C4556C. Grayscale: #868686. Windows color (decimal): -12866925 or 9677371. OLE color: 9677371.

HSL color Cylindrical-coordinate representation of color #3BAA93: hue angle of 167.57º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BAA93 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB59170147-
CMYK0.6500.140.33
HSL167.57º48.47%44.9%-
HSV(B)167.57º65.29%66.67%-
XYZ21.4431.7932.61-
YUV134.19135.2374.37-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.69%
GREEN value IS 170 (66.80% from 255) = 45.21%
BLUE value IS 147 (57.81% from 255) = 39.10%
R=15.69%
G=45.21%
B=39.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal591701470.6500.140.33167.5748.4744.9
Hex3BAA93410E21a8302d
Octal73252223101016412506055
Binary111011101010101001001110000010111010000110101000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAA93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,170,147); }

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

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

 a { background-color: rgb(59,170,147); }

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

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

 span { border-color: rgb(59,170,147); }

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