Html Css Color HEX #329D8D Gossamer

📋 copy color: '#329D8D'

red 50 ◦ green 157 ◦ blue 141

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

Shades of Gossamer #329D8D

Tints of Gossamer #329D8D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.11%

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

R = 14.37%
G = 45.11%
B = 40.52%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#329D8D (or 0x329D8D) is known color: Gossamer. HEX triplet: 32, 9D and 8D. RGB value is (50,157,141). Sum of RGB (Red+Green+Blue) = 50+157+141=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 157 (61.72% from 255 or 45.11% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 157 - color contains mainly: green. Hex color #329D8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329D8D is #CD6272. Grayscale: #7B7B7B. Windows color (decimal): -13460083 or 9280818. OLE color: 9280818.

HSL color Cylindrical-coordinate representation of color #329D8D: hue angle of 171.03º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329D8D is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 157 141 -
CMYK 0.68 0 0.10 0.38
HSL 171.03º 0.52% 0.41% -
HSV(B) 171.03º 0.68% 0.62% -
XYZ 18.18 26.72 29.4 -
YUV 123.18 138.05 75.8 -
System Red Green Blue C M Y K H S L
Decimal 50 157 141 0.68 0 0.10 0.38 171.03 0.52 0.41
Hex 32 9D 8D 44 0 A 26 AB 34 29
Octal 62 235 215 104 0 12 46 253 64 51
Binary 110010 10011101 10001101 1000100 0 1010 100110 10101011 110100 101001

Color Harmonies of #329D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329D8D

Black with #329D8D

Text Example


Text Example

White with #329D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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