#329E8F

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

Shades of Gossamer #329E8F

Tints of Gossamer #329E8F

Color information

#329E8F (or 0x329E8F) is unknown color: approx Gossamer. HEX triplet: 32, 9E and 8F. RGB value is (50,158,143). Sum of RGB (Red+Green+Blue) = 50+158+143=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 158 (62.11% from 255 or 45.01% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 158 - color contains mainly: green. Hex color #329E8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329E8F is #CD6170. Grayscale: #7B7B7B. Windows color (decimal): -13459825 or 9412146. OLE color: 9412146.

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

Color convert

RGB50158143-
CMYK0.6800.090.38
HSL171.67º51.92%40.78%-
HSV(B)171.67º68.35%61.96%-
XYZ18.527.1230.25-
YUV124138.7275.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.25%
GREEN value IS 158 (62.11% from 255) = 45.01%
BLUE value IS 143 (56.25% from 255) = 40.74%
R=14.25%
G=45.01%
B=40.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal501581430.6800.090.38171.6751.9240.78
Hex329E8F440926ac3429
Octal62236217104011462546451
Binary110010100111101000111110001000100110011010101100110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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