Html Css Color HEX #329386 Gossamer

📋 copy color: '#329386'

red 50 ◦ green 147 ◦ blue 134

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

Shades of Gossamer #329386

Tints of Gossamer #329386

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.41%

 BLUE value IS 134 (52.73% from 255) = 40.48%

R = 15.11%
G = 44.41%
B = 40.48%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#329386 (or 0x329386) is known color: Gossamer. HEX triplet: 32, 93 and 86. RGB value is (50,147,134). Sum of RGB (Red+Green+Blue) = 50+147+134=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 147 (57.81% from 255 or 44.41% from 331); Blue value is 134 (52.73% from 255 or 40.48% from 331); Max value from RGB is 147 - color contains mainly: green. Hex color #329386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329386 is #CD6C79. Grayscale: #747474. Windows color (decimal): -13462650 or 8819506. OLE color: 8819506.

HSL color Cylindrical-coordinate representation of color #329386: hue angle of 171.96º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329386 is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 147 134 -
CMYK 0.66 0 0.09 0.42
HSL 171.96º 0.49% 0.39% -
HSV(B) 171.96º 0.66% 0.58% -
XYZ 16.05 23.27 26.2 -
YUV 116.52 137.86 80.56 -
System Red Green Blue C M Y K H S L
Decimal 50 147 134 0.66 0 0.09 0.42 171.96 0.49 0.39
Hex 32 93 86 42 0 9 2A AC 31 27
Octal 62 223 206 102 0 11 52 254 61 47
Binary 110010 10010011 10000110 1000010 0 1001 101010 10101100 110001 100111

Color Harmonies of #329386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329386

Black with #329386

Text Example


Text Example

White with #329386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329386; }

 p { color: rgb(50,147,134); }

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

background-color css

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

 a { background-color: rgb(50,147,134); }

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

border-color css

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

 span { border-color: rgb(50,147,134); }

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