#3BAC82

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

Shades of Gossamer #3BAC82

Tints of Gossamer #3BAC82

Color information

#3BAC82 (or 0x3BAC82) is unknown color: approx Gossamer. HEX triplet: 3B, AC and 82. RGB value is (59,172,130). Sum of RGB (Red+Green+Blue) = 59+172+130=361 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.34% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAC82 is #C4537D. Grayscale: #858585. Windows color (decimal): -12866430 or 8563771. OLE color: 8563771.

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

Color convert

RGB59172130-
CMYK0.6600.240.33
HSL157.7º48.92%45.29%-
HSV(B)157.7º65.7%67.45%-
XYZ20.5932.0526.22-
YUV133.42126.0674.92-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.34%
GREEN value IS 172 (67.58% from 255) = 47.65%
BLUE value IS 130 (51.17% from 255) = 36.01%
R=16.34%
G=47.65%
B=36.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal591721300.6600.240.33157.748.9245.29
Hex3BAC8242018219e312d
Octal73254202102030412366155
Binary1110111010110010000010100001001100010000110011110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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