Html Css Color HEX #329682 Gossamer

📋 copy color: '#329682'

red 50 ◦ green 150 ◦ blue 130

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

Shades of Gossamer #329682

Tints of Gossamer #329682

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.45%

 BLUE value IS 130 (51.17% from 255) = 39.39%

R = 15.15%
G = 45.45%
B = 39.39%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#329682 (or 0x329682) is known color: Gossamer. HEX triplet: 32, 96 and 82. RGB value is (50,150,130). Sum of RGB (Red+Green+Blue) = 50+150+130=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #329682 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329682 is #CD697D. Grayscale: #757575. Windows color (decimal): -13461886 or 8558130. OLE color: 8558130.

HSL color Cylindrical-coordinate representation of color #329682: hue angle of 168º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #329682 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 150 130 -
CMYK 0.67 0 0.13 0.41
HSL 168º 0.5% 0.39% -
HSV(B) 168º 0.67% 0.59% -
XYZ 16.25 24.1 24.91 -
YUV 117.82 134.87 79.63 -
System Red Green Blue C M Y K H S L
Decimal 50 150 130 0.67 0 0.13 0.41 168 0.5 0.39
Hex 32 96 82 43 0 D 29 A8 32 27
Octal 62 226 202 103 0 15 51 250 62 47
Binary 110010 10010110 10000010 1000011 0 1101 101001 10101000 110010 100111

Color Harmonies of #329682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329682

Black with #329682

Text Example


Text Example

White with #329682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329682; }

 p { color: rgb(50,150,130); }

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

background-color css

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

 a { background-color: rgb(50,150,130); }

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

border-color css

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

 span { border-color: rgb(50,150,130); }

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