Html Css Color HEX #329080 Gossamer

📋 copy color: '#329080'

red 50 ◦ green 144 ◦ blue 128

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

Shades of Gossamer #329080

Tints of Gossamer #329080

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.72%

 BLUE value IS 128 (50.39% from 255) = 39.75%

R = 15.53%
G = 44.72%
B = 39.75%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#329080 (or 0x329080) is known color: Gossamer. HEX triplet: 32, 90 and 80. RGB value is (50,144,128). Sum of RGB (Red+Green+Blue) = 50+144+128=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 144 (56.64% from 255 or 44.72% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 144 - color contains mainly: green. Hex color #329080 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329080 is #CD6F7F. Grayscale: #727272. Windows color (decimal): -13463424 or 8425522. OLE color: 8425522.

HSL color Cylindrical-coordinate representation of color #329080: hue angle of 169.79º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #329080 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 144 128 -
CMYK 0.65 0 0.11 0.44
HSL 169.79º 0.48% 0.38% -
HSV(B) 169.79º 0.65% 0.56% -
XYZ 15.18 22.18 23.9 -
YUV 114.07 135.86 82.3 -
System Red Green Blue C M Y K H S L
Decimal 50 144 128 0.65 0 0.11 0.44 169.79 0.48 0.38
Hex 32 90 80 41 0 B 2C AA 30 26
Octal 62 220 200 101 0 13 54 252 60 46
Binary 110010 10010000 10000000 1000001 0 1011 101100 10101010 110000 100110

Color Harmonies of #329080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329080

Black with #329080

Text Example


Text Example

White with #329080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329080; }

 p { color: rgb(50,144,128); }

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

background-color css

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

 a { background-color: rgb(50,144,128); }

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

border-color css

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

 span { border-color: rgb(50,144,128); }

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