Html Css Color HEX #329C7E Gossamer

📋 copy color: '#329C7E'

red 50 ◦ green 156 ◦ blue 126

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

Shades of Gossamer #329C7E

Tints of Gossamer #329C7E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.99%

 BLUE value IS 126 (49.61% from 255) = 37.95%

R = 15.06%
G = 46.99%
B = 37.95%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#329C7E (or 0x329C7E) is known color: Gossamer. HEX triplet: 32, 9C and 7E. RGB value is (50,156,126). Sum of RGB (Red+Green+Blue) = 50+156+126=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 156 - color contains mainly: green. Hex color #329C7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329C7E is #CD6381. Grayscale: #787878. Windows color (decimal): -13460354 or 8297522. OLE color: 8297522.

HSL color Cylindrical-coordinate representation of color #329C7E: hue angle of 163.02º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329C7E is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 50 156 126 -
CMYK 0.68 0 0.19 0.39
HSL 163.02º 0.51% 0.4% -
HSV(B) 163.02º 0.68% 0.61% -
XYZ 16.97 25.96 23.86 -
YUV 120.89 130.88 77.44 -
System Red Green Blue C M Y K H S L
Decimal 50 156 126 0.68 0 0.19 0.39 163.02 0.51 0.4
Hex 32 9C 7E 44 0 13 27 A3 33 28
Octal 62 234 176 104 0 23 47 243 63 50
Binary 110010 10011100 1111110 1000100 0 10011 100111 10100011 110011 101000

Color Harmonies of #329C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329C7E

Black with #329C7E

Text Example


Text Example

White with #329C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,156,126); }

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

background-color css

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

 a { background-color: rgb(50,156,126); }

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

border-color css

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

 span { border-color: rgb(50,156,126); }

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