#3BAD80

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

Shades of Gossamer #3BAD80

Tints of Gossamer #3BAD80

Color information

#3BAD80 (or 0x3BAD80) is unknown color: approx Gossamer. HEX triplet: 3B, AD and 80. RGB value is (59,173,128). Sum of RGB (Red+Green+Blue) = 59+173+128=360 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.39% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 173 - color contains mainly: green. Hex color #3BAD80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAD80 is #C4527F. Grayscale: #858585. Windows color (decimal): -12866176 or 8432955. OLE color: 8432955.

HSL color Cylindrical-coordinate representation of color #3BAD80: hue angle of 156.32º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAD80 is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB59173128-
CMYK0.6600.260.32
HSL156.32º49.14%45.49%-
HSV(B)156.32º65.9%67.84%-
XYZ20.6432.3825.58-
YUV133.78124.7374.66-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.39%
GREEN value IS 173 (67.97% from 255) = 48.06%
BLUE value IS 128 (50.39% from 255) = 35.56%
R=16.39%
G=48.06%
B=35.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal591731280.6600.260.32156.3249.1445.49
Hex3BAD804201A209c312d
Octal73255200102032402346155
Binary1110111010110110000000100001001101010000010011100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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