#329B7B

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

Shades of Gossamer #329B7B

Tints of Gossamer #329B7B

Color information

#329B7B (or 0x329B7B) is unknown color: approx Gossamer. HEX triplet: 32, 9B and 7B. RGB value is (50,155,123). Sum of RGB (Red+Green+Blue) = 50+155+123=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 123 (48.44% from 255 or 37.5% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #329B7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B7B is #CD6484. Grayscale: #777777. Windows color (decimal): -13460613 or 8100658. OLE color: 8100658.

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

Color convert

RGB50155123-
CMYK0.6800.210.39
HSL161.71º51.22%40.2%-
HSV(B)161.71º67.74%60.78%-
XYZ16.6125.5522.8-
YUV119.96129.7178.1-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.24%
GREEN value IS 155 (60.94% from 255) = 47.26%
BLUE value IS 123 (48.44% from 255) = 37.5%
R=15.24%
G=47.26%
B=37.5%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal501551230.6800.210.39161.7151.2240.2
Hex329B7B4401527a23328
Octal62233173104025472426350
Binary110010100110111111011100010001010110011110100010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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