#329E89

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

Shades of Gossamer #329E89

Tints of Gossamer #329E89

Color information

#329E89 (or 0x329E89) is unknown color: approx Gossamer. HEX triplet: 32, 9E and 89. RGB value is (50,158,137). Sum of RGB (Red+Green+Blue) = 50+158+137=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 158 (62.11% from 255 or 45.80% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 158 - color contains mainly: green. Hex color #329E89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329E89 is #CD6176. Grayscale: #7B7B7B. Windows color (decimal): -13459831 or 9018930. OLE color: 9018930.

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

Color convert

RGB50158137-
CMYK0.6800.130.38
HSL168.33º51.92%40.78%-
HSV(B)168.33º68.35%61.96%-
XYZ18.0626.9427.91-
YUV123.31135.7275.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.49%
GREEN value IS 158 (62.11% from 255) = 45.80%
BLUE value IS 137 (53.91% from 255) = 39.71%
R=14.49%
G=45.80%
B=39.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal501581370.6800.130.38168.3351.9240.78
Hex329E89440D26a83429
Octal62236211104015462506451
Binary110010100111101000100110001000110110011010101000110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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