Html Css Color HEX #329C89 Gossamer

📋 copy color: '#329C89'

red 50 ◦ green 156 ◦ blue 137

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

Shades of Gossamer #329C89

Tints of Gossamer #329C89

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.48%

 BLUE value IS 137 (53.91% from 255) = 39.94%

R = 14.58%
G = 45.48%
B = 39.94%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#329C89 (or 0x329C89) is known color: Gossamer. HEX triplet: 32, 9C and 89. RGB value is (50,156,137). Sum of RGB (Red+Green+Blue) = 50+156+137=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 156 - color contains mainly: green. Hex color #329C89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329C89 is #CD6376. Grayscale: #7A7A7A. Windows color (decimal): -13460343 or 9018418. OLE color: 9018418.

HSL color Cylindrical-coordinate representation of color #329C89: hue angle of 169.25º 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 #329C89 is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 156 137 -
CMYK 0.68 0 0.12 0.39
HSL 169.25º 0.51% 0.4% -
HSV(B) 169.25º 0.68% 0.61% -
XYZ 17.72 26.26 27.8 -
YUV 122.14 136.38 76.54 -
System Red Green Blue C M Y K H S L
Decimal 50 156 137 0.68 0 0.12 0.39 169.25 0.51 0.4
Hex 32 9C 89 44 0 C 27 A9 33 28
Octal 62 234 211 104 0 14 47 251 63 50
Binary 110010 10011100 10001001 1000100 0 1100 100111 10101001 110011 101000

Color Harmonies of #329C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329C89

Black with #329C89

Text Example


Text Example

White with #329C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,156,137); }

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

background-color css

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

 a { background-color: rgb(50,156,137); }

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

border-color css

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

 span { border-color: rgb(50,156,137); }

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