Html Css Color HEX #329A8D Gossamer

📋 copy color: '#329A8D'

red 50 ◦ green 154 ◦ blue 141

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

Shades of Gossamer #329A8D

Tints of Gossamer #329A8D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.64%

 BLUE value IS 141 (55.47% from 255) = 40.87%

R = 14.49%
G = 44.64%
B = 40.87%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#329A8D (or 0x329A8D) is known color: Gossamer. HEX triplet: 32, 9A and 8D. RGB value is (50,154,141). Sum of RGB (Red+Green+Blue) = 50+154+141=345 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.49% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 154 - color contains mainly: green. Hex color #329A8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329A8D is #CD6572. Grayscale: #797979. Windows color (decimal): -13460851 or 9280050. OLE color: 9280050.

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

Color convert

RGB 50 154 141 -
CMYK 0.68 0 0.08 0.40
HSL 172.5º 0.51% 0.4% -
HSV(B) 172.5º 0.68% 0.6% -
XYZ 17.68 25.71 29.23 -
YUV 121.42 139.04 77.06 -
System Red Green Blue C M Y K H S L
Decimal 50 154 141 0.68 0 0.08 0.40 172.5 0.51 0.4
Hex 32 9A 8D 44 0 8 28 AC 33 28
Octal 62 232 215 104 0 10 50 254 63 50
Binary 110010 10011010 10001101 1000100 0 1000 101000 10101100 110011 101000

Color Harmonies of #329A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329A8D

Black with #329A8D

Text Example


Text Example

White with #329A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,154,141); }

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

background-color css

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

 a { background-color: rgb(50,154,141); }

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

border-color css

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

 span { border-color: rgb(50,154,141); }

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