#3BAC80

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

Shades of Gossamer #3BAC80

Tints of Gossamer #3BAC80

Color information

#3BAC80 (or 0x3BAC80) is unknown color: approx Gossamer. HEX triplet: 3B, AC and 80. RGB value is (59,172,128). Sum of RGB (Red+Green+Blue) = 59+172+128=359 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.43% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAC80 is #C4537F. Grayscale: #858585. Windows color (decimal): -12866432 or 8432699. OLE color: 8432699.

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

Color convert

RGB59172128-
CMYK0.6600.260.33
HSL156.64º48.92%45.29%-
HSV(B)156.64º65.7%67.45%-
XYZ20.4531.9925.52-
YUV133.2125.0675.08-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.43%
GREEN value IS 172 (67.58% from 255) = 47.91%
BLUE value IS 128 (50.39% from 255) = 35.65%
R=16.43%
G=47.91%
B=35.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal591721280.6600.260.33156.6448.9245.29
Hex3BAC804201A219d312d
Octal73254200102032412356155
Binary1110111010110010000000100001001101010000110011101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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