#329A89

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

Shades of Gossamer #329A89

Tints of Gossamer #329A89

Color information

#329A89 (or 0x329A89) is unknown color: approx Gossamer. HEX triplet: 32, 9A and 89. RGB value is (50,154,137). Sum of RGB (Red+Green+Blue) = 50+154+137=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 137 (53.91% from 255 or 40.18% from 341); Max value from RGB is 154 - color contains mainly: green. Hex color #329A89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329A89 is #CD6576. Grayscale: #787878. Windows color (decimal): -13460855 or 9017906. OLE color: 9017906.

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

Color convert

RGB50154137-
CMYK0.6800.110.40
HSL170.19º50.98%40%-
HSV(B)170.19º67.53%60.39%-
XYZ17.3925.627.69-
YUV120.97137.0477.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.66%
GREEN value IS 154 (60.55% from 255) = 45.16%
BLUE value IS 137 (53.91% from 255) = 40.18%
R=14.66%
G=45.16%
B=40.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal501541370.6800.110.40170.1950.9840
Hex329A89440B28aa3328
Octal62232211104013502526350
Binary110010100110101000100110001000101110100010101010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,154,137); }

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

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

 a { background-color: rgb(50,154,137); }

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

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

 span { border-color: rgb(50,154,137); }

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