#329E91

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

Shades of Gossamer #329E91

Tints of Gossamer #329E91

Color information

#329E91 (or 0x329E91) is unknown color: approx Gossamer. HEX triplet: 32, 9E and 91. RGB value is (50,158,145). Sum of RGB (Red+Green+Blue) = 50+158+145=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 158 (62.11% from 255 or 44.76% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 158 - color contains mainly: green. Hex color #329E91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329E91 is #CD616E. Grayscale: #7C7C7C. Windows color (decimal): -13459823 or 9543218. OLE color: 9543218.

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

Color convert

RGB50158145-
CMYK0.6800.080.38
HSL172.78º51.92%40.78%-
HSV(B)172.78º68.35%61.96%-
XYZ18.6527.1831.05-
YUV124.23139.7275.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.16%
GREEN value IS 158 (62.11% from 255) = 44.76%
BLUE value IS 145 (57.03% from 255) = 41.08%
R=14.16%
G=44.76%
B=41.08%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal501581450.6800.080.38172.7851.9240.78
Hex329E91440826ad3429
Octal62236221104010462556451
Binary110010100111101001000110001000100010011010101101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,158,145); }

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

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

 a { background-color: rgb(50,158,145); }

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

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

 span { border-color: rgb(50,158,145); }

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