Html Css Color HEX #329D7B Gossamer

📋 copy color: '#329D7B'

red 50 ◦ green 157 ◦ blue 123

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

Shades of Gossamer #329D7B

Tints of Gossamer #329D7B

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.58%

 BLUE value IS 123 (48.44% from 255) = 37.27%

R = 15.15%
G = 47.58%
B = 37.27%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#329D7B (or 0x329D7B) is known color: Gossamer. HEX triplet: 32, 9D and 7B. RGB value is (50,157,123). Sum of RGB (Red+Green+Blue) = 50+157+123=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 157 (61.72% from 255 or 47.58% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 157 - color contains mainly: green. Hex color #329D7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329D7B is #CD6284. Grayscale: #797979. Windows color (decimal): -13460101 or 8101170. OLE color: 8101170.

HSL color Cylindrical-coordinate representation of color #329D7B: hue angle of 160.93º 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 #329D7B is Cyan = 0.68, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 157 123 -
CMYK 0.68 0 0.22 0.38
HSL 160.93º 0.52% 0.41% -
HSV(B) 160.93º 0.68% 0.62% -
XYZ 16.95 26.22 22.91 -
YUV 121.13 129.05 77.26 -
System Red Green Blue C M Y K H S L
Decimal 50 157 123 0.68 0 0.22 0.38 160.93 0.52 0.41
Hex 32 9D 7B 44 0 16 26 A1 34 29
Octal 62 235 173 104 0 26 46 241 64 51
Binary 110010 10011101 1111011 1000100 0 10110 100110 10100001 110100 101001

Color Harmonies of #329D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329D7B

Black with #329D7B

Text Example


Text Example

White with #329D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,157,123); }

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

background-color css

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

 a { background-color: rgb(50,157,123); }

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

border-color css

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

 span { border-color: rgb(50,157,123); }

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