Html Css Color HEX #329A8F Gossamer

📋 copy color: '#329A8F'

red 50 ◦ green 154 ◦ blue 143

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

Shades of Gossamer #329A8F

Tints of Gossamer #329A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.21%

R = 14.41%
G = 44.38%
B = 41.21%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#329A8F (or 0x329A8F) is known color: Gossamer. HEX triplet: 32, 9A and 8F. RGB value is (50,154,143). Sum of RGB (Red+Green+Blue) = 50+154+143=347 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.41% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 143 (56.25% from 255 or 41.21% from 347); Max value from RGB is 154 - color contains mainly: green. Hex color #329A8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329A8F is #CD6570. Grayscale: #797979. Windows color (decimal): -13460849 or 9411122. OLE color: 9411122.

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

Color convert

RGB 50 154 143 -
CMYK 0.68 0 0.07 0.40
HSL 173.65º 0.51% 0.4% -
HSV(B) 173.65º 0.68% 0.6% -
XYZ 17.83 25.77 30.02 -
YUV 121.65 140.04 76.89 -
System Red Green Blue C M Y K H S L
Decimal 50 154 143 0.68 0 0.07 0.40 173.65 0.51 0.4
Hex 32 9A 8F 44 0 7 28 AE 33 28
Octal 62 232 217 104 0 7 50 256 63 50
Binary 110010 10011010 10001111 1000100 0 111 101000 10101110 110011 101000

Color Harmonies of #329A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329A8F

Black with #329A8F

Text Example


Text Example

White with #329A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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