#329B8A

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

Shades of Gossamer #329B8A

Tints of Gossamer #329B8A

Color information

#329B8A (or 0x329B8A) is unknown color: approx Gossamer. HEX triplet: 32, 9B and 8A. RGB value is (50,155,138). Sum of RGB (Red+Green+Blue) = 50+155+138=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 155 (60.94% from 255 or 45.19% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 155 - color contains mainly: green. Hex color #329B8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329B8A is #CD6475. Grayscale: #797979. Windows color (decimal): -13460598 or 9083698. OLE color: 9083698.

HSL color Cylindrical-coordinate representation of color #329B8A: hue angle of 170.29º 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 #329B8A is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB50155138-
CMYK0.6800.110.39
HSL170.29º51.22%40.2%-
HSV(B)170.29º67.74%60.78%-
XYZ17.6225.9628.13-
YUV121.67137.2176.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.58%
GREEN value IS 155 (60.94% from 255) = 45.19%
BLUE value IS 138 (54.30% from 255) = 40.23%
R=14.58%
G=45.19%
B=40.23%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal501551380.6800.110.39170.2951.2240.2
Hex329B8A440B27aa3328
Octal62233212104013472526350
Binary110010100110111000101010001000101110011110101010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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