#329E8B

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

Shades of Gossamer #329E8B

Tints of Gossamer #329E8B

Color information

#329E8B (or 0x329E8B) is unknown color: approx Gossamer. HEX triplet: 32, 9E and 8B. RGB value is (50,158,139). Sum of RGB (Red+Green+Blue) = 50+158+139=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 158 - color contains mainly: green. Hex color #329E8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329E8B is #CD6174. Grayscale: #7B7B7B. Windows color (decimal): -13459829 or 9150002. OLE color: 9150002.

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

Color convert

RGB50158139-
CMYK0.6800.120.38
HSL169.44º51.92%40.78%-
HSV(B)169.44º68.35%61.96%-
XYZ18.22728.68-
YUV123.54136.7275.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.41%
GREEN value IS 158 (62.11% from 255) = 45.53%
BLUE value IS 139 (54.69% from 255) = 40.06%
R=14.41%
G=45.53%
B=40.06%

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
Decimal501581390.6800.120.38169.4451.9240.78
Hex329E8B440C26a93429
Octal62236213104014462516451
Binary110010100111101000101110001000110010011010101001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329E8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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