Html Css Color HEX #329387 Gossamer

📋 copy color: '#329387'

red 50 ◦ green 147 ◦ blue 135

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

Shades of Gossamer #329387

Tints of Gossamer #329387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 40.66%

R = 15.06%
G = 44.28%
B = 40.66%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.42

RGB Variations

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

Color information

#329387 (or 0x329387) is known color: Gossamer. HEX triplet: 32, 93 and 87. RGB value is (50,147,135). Sum of RGB (Red+Green+Blue) = 50+147+135=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 147 - color contains mainly: green. Hex color #329387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329387 is #CD6C78. Grayscale: #747474. Windows color (decimal): -13462649 or 8885042. OLE color: 8885042.

HSL color Cylindrical-coordinate representation of color #329387: hue angle of 172.58º 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 #329387 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 147 135 -
CMYK 0.66 0 0.08 0.42
HSL 172.58º 0.49% 0.39% -
HSV(B) 172.58º 0.66% 0.58% -
XYZ 16.12 23.29 26.57 -
YUV 116.63 138.36 80.48 -
System Red Green Blue C M Y K H S L
Decimal 50 147 135 0.66 0 0.08 0.42 172.58 0.49 0.39
Hex 32 93 87 42 0 8 2A AD 31 27
Octal 62 223 207 102 0 10 52 255 61 47
Binary 110010 10010011 10000111 1000010 0 1000 101010 10101101 110001 100111

Color Harmonies of #329387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329387

Black with #329387

Text Example


Text Example

White with #329387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329387; }

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

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

background-color css

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

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

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

border-color css

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

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

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