#329F7E

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

Shades of Gossamer #329F7E

Tints of Gossamer #329F7E

Color information

#329F7E (or 0x329F7E) is unknown color: approx Gossamer. HEX triplet: 32, 9F and 7E. RGB value is (50,159,126). Sum of RGB (Red+Green+Blue) = 50+159+126=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 126 (49.61% from 255 or 37.61% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #329F7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329F7E is #CD6081. Grayscale: #7A7A7A. Windows color (decimal): -13459586 or 8298290. OLE color: 8298290.

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

Color convert

RGB50159126-
CMYK0.6900.210.38
HSL161.83º52.15%40.98%-
HSV(B)161.83º68.55%62.35%-
XYZ17.4826.9824.03-
YUV122.65129.8976.18-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.93%
GREEN value IS 159 (62.5% from 255) = 47.46%
BLUE value IS 126 (49.61% from 255) = 37.61%
R=14.93%
G=47.46%
B=37.61%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal501591260.6900.210.38161.8352.1540.98
Hex329F7E4501526a23429
Octal62237176105025462426451
Binary110010100111111111110100010101010110011010100010110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,159,126); }

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

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

 a { background-color: rgb(50,159,126); }

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

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

 span { border-color: rgb(50,159,126); }

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