Html Css Color HEX #329687 Gossamer

📋 copy color: '#329687'

red 50 ◦ green 150 ◦ blue 135

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

Shades of Gossamer #329687

Tints of Gossamer #329687

RGB

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

 GREEN value IS 150 (58.98% from 255) = 44.78%

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

R = 14.93%
G = 44.78%
B = 40.3%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#329687 (or 0x329687) is known color: Gossamer. HEX triplet: 32, 96 and 87. RGB value is (50,150,135). Sum of RGB (Red+Green+Blue) = 50+150+135=335 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.93% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #329687 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329687 is #CD6978. Grayscale: #767676. Windows color (decimal): -13461881 or 8885810. OLE color: 8885810.

HSL color Cylindrical-coordinate representation of color #329687: hue angle of 171º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329687 is Cyan = 0.67, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 150 135 -
CMYK 0.67 0 0.1 0.41
HSL 171º 0.5% 0.39% -
HSV(B) 171º 0.67% 0.59% -
XYZ 16.59 24.24 26.73 -
YUV 118.39 137.37 79.22 -
System Red Green Blue C M Y K H S L
Decimal 50 150 135 0.67 0 0.1 0.41 171 0.5 0.39
Hex 32 96 87 43 0 A 29 AB 32 27
Octal 62 226 207 103 0 12 51 253 62 47
Binary 110010 10010110 10000111 1000011 0 1010 101001 10101011 110010 100111

Color Harmonies of #329687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329687

Black with #329687

Text Example


Text Example

White with #329687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329687; }

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

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

background-color css

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

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

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

border-color css

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

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

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