Html Css Color HEX #329B8D Gossamer

📋 copy color: '#329B8D'

red 50 ◦ green 155 ◦ blue 141

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

Shades of Gossamer #329B8D

Tints of Gossamer #329B8D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.8%

 BLUE value IS 141 (55.47% from 255) = 40.75%

R = 14.45%
G = 44.8%
B = 40.75%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#329B8D (or 0x329B8D) is known color: Gossamer. HEX triplet: 32, 9B and 8D. RGB value is (50,155,141). Sum of RGB (Red+Green+Blue) = 50+155+141=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #329B8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329B8D is #CD6472. Grayscale: #797979. Windows color (decimal): -13460595 or 9280306. OLE color: 9280306.

HSL color Cylindrical-coordinate representation of color #329B8D: hue angle of 172º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329B8D is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 155 141 -
CMYK 0.68 0 0.09 0.39
HSL 172º 0.51% 0.4% -
HSV(B) 172º 0.68% 0.61% -
XYZ 17.84 26.04 29.29 -
YUV 122.01 138.71 76.64 -
System Red Green Blue C M Y K H S L
Decimal 50 155 141 0.68 0 0.09 0.39 172 0.51 0.4
Hex 32 9B 8D 44 0 9 27 AC 33 28
Octal 62 233 215 104 0 11 47 254 63 50
Binary 110010 10011011 10001101 1000100 0 1001 100111 10101100 110011 101000

Color Harmonies of #329B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329B8D

Black with #329B8D

Text Example


Text Example

White with #329B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,155,141); }

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

background-color css

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

 a { background-color: rgb(50,155,141); }

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

border-color css

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

 span { border-color: rgb(50,155,141); }

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