#3BAA80

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

Shades of Gossamer #3BAA80

Tints of Gossamer #3BAA80

Color information

#3BAA80 (or 0x3BAA80) is unknown color: approx Gossamer. HEX triplet: 3B, AA and 80. RGB value is (59,170,128). Sum of RGB (Red+Green+Blue) = 59+170+128=357 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.53% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #3BAA80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAA80 is #C4557F. Grayscale: #848484. Windows color (decimal): -12866944 or 8432187. OLE color: 8432187.

HSL color Cylindrical-coordinate representation of color #3BAA80: hue angle of 157.3º 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 #3BAA80 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB59170128-
CMYK0.6500.250.33
HSL157.3º48.47%44.9%-
HSV(B)157.3º65.29%66.67%-
XYZ20.0731.2425.39-
YUV132.02125.7375.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.53%
GREEN value IS 170 (66.80% from 255) = 47.62%
BLUE value IS 128 (50.39% from 255) = 35.85%
R=16.53%
G=47.62%
B=35.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal591701280.6500.250.33157.348.4744.9
Hex3BAA8041019219d302d
Octal73252200101031412356055
Binary1110111010101010000000100000101100110000110011101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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