#329D8A

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

Shades of Gossamer #329D8A

Tints of Gossamer #329D8A

Color information

#329D8A (or 0x329D8A) is unknown color: approx Gossamer. HEX triplet: 32, 9D and 8A. RGB value is (50,157,138). Sum of RGB (Red+Green+Blue) = 50+157+138=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 157 - color contains mainly: green. Hex color #329D8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329D8A is #CD6275. Grayscale: #7A7A7A. Windows color (decimal): -13460086 or 9084210. OLE color: 9084210.

HSL color Cylindrical-coordinate representation of color #329D8A: hue angle of 169.35º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329D8A is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB50157138-
CMYK0.6800.120.38
HSL169.35º51.69%40.59%-
HSV(B)169.35º68.15%61.57%-
XYZ17.9626.6328.24-
YUV122.84136.5576.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.49%
GREEN value IS 157 (61.72% from 255) = 45.51%
BLUE value IS 138 (54.30% from 255) = 40%
R=14.49%
G=45.51%
B=40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal501571380.6800.120.38169.3551.6940.59
Hex329D8A440C26a93429
Octal62235212104014462516451
Binary110010100111011000101010001000110010011010101001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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