#3BAC8C

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

Shades of Gossamer #3BAC8C

Tints of Gossamer #3BAC8C

Color information

#3BAC8C (or 0x3BAC8C) is unknown color: approx Gossamer. HEX triplet: 3B, AC and 8C. RGB value is (59,172,140). Sum of RGB (Red+Green+Blue) = 59+172+140=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAC8C is #C45373. Grayscale: #868686. Windows color (decimal): -12866420 or 9219131. OLE color: 9219131.

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

Color convert

RGB59172140-
CMYK0.6600.190.33
HSL163.01º48.92%45.29%-
HSV(B)163.01º65.7%67.45%-
XYZ21.2932.3329.93-
YUV134.56131.0674.1-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 15.90%
GREEN value IS 172 (67.58% from 255) = 46.36%
BLUE value IS 140 (55.08% from 255) = 37.74%
R=15.90%
G=46.36%
B=37.74%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal591721400.6600.190.33163.0148.9245.29
Hex3BAC8C4201321a3312d
Octal73254214102023412436155
Binary1110111010110010001100100001001001110000110100011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BAC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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