Html Css Color HEX #329684 Gossamer

📋 copy color: '#329684'

red 50 ◦ green 150 ◦ blue 132

#329684
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #329684

Tints of Gossamer #329684

RGB

 RED value IS 50 (19.92% from 255) = 15.06%

 GREEN value IS 150 (58.98% from 255) = 45.18%

 BLUE value IS 132 (51.95% from 255) = 39.76%

R = 15.06%
G = 45.18%
B = 39.76%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#329684 (or 0x329684) is known color: Gossamer. HEX triplet: 32, 96 and 84. RGB value is (50,150,132). Sum of RGB (Red+Green+Blue) = 50+150+132=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 150 (58.98% from 255 or 45.18% from 332); Blue value is 132 (51.95% from 255 or 39.76% from 332); Max value from RGB is 150 - color contains mainly: green. Hex color #329684 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329684 is #CD697B. Grayscale: #767676. Windows color (decimal): -13461884 or 8689202. OLE color: 8689202.

HSL color Cylindrical-coordinate representation of color #329684: hue angle of 169.2º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329684 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 150 132 -
CMYK 0.67 0 0.12 0.41
HSL 169.2º 0.5% 0.39% -
HSV(B) 169.2º 0.67% 0.59% -
XYZ 16.39 24.16 25.63 -
YUV 118.05 135.87 79.46 -
System Red Green Blue C M Y K H S L
Decimal 50 150 132 0.67 0 0.12 0.41 169.2 0.5 0.39
Hex 32 96 84 43 0 C 29 A9 32 27
Octal 62 226 204 103 0 14 51 251 62 47
Binary 110010 10010110 10000100 1000011 0 1100 101001 10101001 110010 100111

Color Harmonies of #329684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329684

Black with #329684

Text Example


Text Example

White with #329684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329684; }

 p { color: rgb(50,150,132); }

 H1.HeaderClassName
 {
   color: #329684;
 }
 .AnyTagClassName
 {
   color: #329684;
 }
</style>

background-color css

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

 a { background-color: rgb(50,150,132); }

 div.DivClassName
 {
   background-color: #329684;
 }
 .BgClassName
 {
   background-color: #329684;
 }
</style>

border-color css

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

 span { border-color: rgb(50,150,132); }

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