#3BA686

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

Shades of Gossamer #3BA686

Tints of Gossamer #3BA686

Color information

#3BA686 (or 0x3BA686) is unknown color: approx Gossamer. HEX triplet: 3B, A6 and 86. RGB value is (59,166,134). Sum of RGB (Red+Green+Blue) = 59+166+134=359 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.43% from 359); Green value is 166 (65.23% from 255 or 46.24% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 166 - color contains mainly: green. Hex color #3BA686 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA686 is #C45979. Grayscale: #828282. Windows color (decimal): -12867962 or 8824379. OLE color: 8824379.

HSL color Cylindrical-coordinate representation of color #3BA686: hue angle of 162.06º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3BA686 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB59166134-
CMYK0.6400.190.35
HSL162.06º47.56%44.12%-
HSV(B)162.06º64.46%65.1%-
XYZ19.7429.9227.29-
YUV130.36130.0577.1-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.43%
GREEN value IS 166 (65.23% from 255) = 46.24%
BLUE value IS 134 (52.73% from 255) = 37.33%
R=16.43%
G=46.24%
B=37.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal591661340.6400.190.35162.0647.5644.12
Hex3BA6864001323a2302c
Octal73246206100023432426054
Binary1110111010011010000110100000001001110001110100010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BA686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,166,134); }

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

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

 a { background-color: rgb(59,166,134); }

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

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

 span { border-color: rgb(59,166,134); }

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