#329B8D

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

Shades of Gossamer #329B8D

Tints of Gossamer #329B8D

Color information

#329B8D (or 0x329B8D) is unknown color: approx Gossamer. HEX triplet: 32, 9B and 8D. RGB value is (50,155,141). Sum of RGB (Red+Green+Blue) = 50+155+141=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #329B8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329B8D is #CD6472. Grayscale: #797979. Windows color (decimal): -13460595 or 9280306. OLE color: 9280306.

HSL color Cylindrical-coordinate representation of color #329B8D: hue angle of 172º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329B8D is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB50155141-
CMYK0.6800.090.39
HSL172º51.22%40.2%-
HSV(B)172º67.74%60.78%-
XYZ17.8426.0429.29-
YUV122.01138.7176.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.45%
GREEN value IS 155 (60.94% from 255) = 44.80%
BLUE value IS 141 (55.47% from 255) = 40.75%
R=14.45%
G=44.80%
B=40.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal501551410.6800.090.3917251.2240.2
Hex329B8D440927ac3328
Octal62233215104011472546350
Binary110010100110111000110110001000100110011110101100110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329B8D; }

 p { color: rgb(50,155,141); }

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

<style>
 a { background-color: #329B8D; }

 a { background-color: rgb(50,155,141); }

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

<style>
 span { border-color: #329B8D; }

 span { border-color: rgb(50,155,141); }

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