Html Css Color HEX #329E8C Gossamer

📋 copy color: '#329E8C'

red 50 ◦ green 158 ◦ blue 140

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

Shades of Gossamer #329E8C

Tints of Gossamer #329E8C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 45.4%

 BLUE value IS 140 (55.08% from 255) = 40.23%

R = 14.37%
G = 45.4%
B = 40.23%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#329E8C (or 0x329E8C) is known color: Gossamer. HEX triplet: 32, 9E and 8C. RGB value is (50,158,140). Sum of RGB (Red+Green+Blue) = 50+158+140=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 158 (62.11% from 255 or 45.40% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 158 - color contains mainly: green. Hex color #329E8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329E8C is #CD6173. Grayscale: #7B7B7B. Windows color (decimal): -13459828 or 9215538. OLE color: 9215538.

HSL color Cylindrical-coordinate representation of color #329E8C: hue angle of 170º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329E8C is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 158 140 -
CMYK 0.68 0 0.11 0.38
HSL 170º 0.52% 0.41% -
HSV(B) 170º 0.68% 0.62% -
XYZ 18.28 27.03 29.06 -
YUV 123.66 137.22 75.46 -
System Red Green Blue C M Y K H S L
Decimal 50 158 140 0.68 0 0.11 0.38 170 0.52 0.41
Hex 32 9E 8C 44 0 B 26 AA 34 29
Octal 62 236 214 104 0 13 46 252 64 51
Binary 110010 10011110 10001100 1000100 0 1011 100110 10101010 110100 101001

Color Harmonies of #329E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329E8C

Black with #329E8C

Text Example


Text Example

White with #329E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,158,140); }

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

background-color css

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

 a { background-color: rgb(50,158,140); }

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

border-color css

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

 span { border-color: rgb(50,158,140); }

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