Html Css Color HEX #329980 Gossamer

📋 copy color: '#329980'

red 50 ◦ green 153 ◦ blue 128

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

Shades of Gossamer #329980

Tints of Gossamer #329980

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.22%

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

R = 15.11%
G = 46.22%
B = 38.67%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#329980 (or 0x329980) is known color: Gossamer. HEX triplet: 32, 99 and 80. RGB value is (50,153,128). Sum of RGB (Red+Green+Blue) = 50+153+128=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #329980 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329980 is #CD667F. Grayscale: #777777. Windows color (decimal): -13461120 or 8427826. OLE color: 8427826.

HSL color Cylindrical-coordinate representation of color #329980: hue angle of 165.44º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329980 is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 153 128 -
CMYK 0.67 0 0.16 0.4
HSL 165.44º 0.51% 0.4% -
HSV(B) 165.44º 0.67% 0.6% -
XYZ 16.6 25.02 24.38 -
YUV 119.35 132.88 78.53 -
System Red Green Blue C M Y K H S L
Decimal 50 153 128 0.67 0 0.16 0.4 165.44 0.51 0.4
Hex 32 99 80 43 0 10 28 A5 33 28
Octal 62 231 200 103 0 20 50 245 63 50
Binary 110010 10011001 10000000 1000011 0 10000 101000 10100101 110011 101000

Color Harmonies of #329980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329980

Black with #329980

Text Example


Text Example

White with #329980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329980; }

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

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

background-color css

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

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

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

border-color css

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

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

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