#329F8E

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

Shades of Gossamer #329F8E

Tints of Gossamer #329F8E

Color information

#329F8E (or 0x329F8E) is unknown color: approx Gossamer. HEX triplet: 32, 9F and 8E. RGB value is (50,159,142). Sum of RGB (Red+Green+Blue) = 50+159+142=351 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.25% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 159 - color contains mainly: green. Hex color #329F8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329F8E is #CD6071. Grayscale: #7C7C7C. Windows color (decimal): -13459570 or 9346866. OLE color: 9346866.

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

Color convert

RGB50159142-
CMYK0.6900.110.38
HSL170.64º52.15%40.98%-
HSV(B)170.64º68.55%62.35%-
XYZ18.627.4329.91-
YUV124.47137.8974.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 14.25%
GREEN value IS 159 (62.5% from 255) = 45.30%
BLUE value IS 142 (55.86% from 255) = 40.46%
R=14.25%
G=45.30%
B=40.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal501591420.6900.110.38170.6452.1540.98
Hex329F8E450B26ab3429
Octal62237216105013462536451
Binary110010100111111000111010001010101110011010101011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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