Html Css Color HEX #329986 Gossamer

📋 copy color: '#329986'

red 50 ◦ green 153 ◦ blue 134

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

Shades of Gossamer #329986

Tints of Gossamer #329986

RGB

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

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

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

R = 14.84%
G = 45.4%
B = 39.76%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#329986 (or 0x329986) is known color: Gossamer. HEX triplet: 32, 99 and 86. RGB value is (50,153,134). Sum of RGB (Red+Green+Blue) = 50+153+134=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 153 (60.16% from 255 or 45.40% from 337); Blue value is 134 (52.73% from 255 or 39.76% from 337); Max value from RGB is 153 - color contains mainly: green. Hex color #329986 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329986 is #CD6679. Grayscale: #787878. Windows color (decimal): -13461114 or 8821042. OLE color: 8821042.

HSL color Cylindrical-coordinate representation of color #329986: hue angle of 168.93º 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 #329986 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 153 134 -
CMYK 0.67 0 0.12 0.4
HSL 168.93º 0.51% 0.4% -
HSV(B) 168.93º 0.67% 0.6% -
XYZ 17.01 25.18 26.52 -
YUV 120.04 135.88 78.04 -
System Red Green Blue C M Y K H S L
Decimal 50 153 134 0.67 0 0.12 0.4 168.93 0.51 0.4
Hex 32 99 86 43 0 C 28 A9 33 28
Octal 62 231 206 103 0 14 50 251 63 50
Binary 110010 10011001 10000110 1000011 0 1100 101000 10101001 110011 101000

Color Harmonies of #329986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329986

Black with #329986

Text Example


Text Example

White with #329986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329986; }

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

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

background-color css

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

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

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

border-color css

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

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

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