Html Css Color HEX #329989 Gossamer

📋 copy color: '#329989'

red 50 ◦ green 153 ◦ blue 137

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

Shades of Gossamer #329989

Tints of Gossamer #329989

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45%

 BLUE value IS 137 (53.91% from 255) = 40.29%

R = 14.71%
G = 45%
B = 40.29%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#329989 (or 0x329989) is known color: Gossamer. HEX triplet: 32, 99 and 89. RGB value is (50,153,137). Sum of RGB (Red+Green+Blue) = 50+153+137=340 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.71% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 137 (53.91% from 255 or 40.29% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #329989 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329989 is #CD6676. Grayscale: #787878. Windows color (decimal): -13461111 or 9017650. OLE color: 9017650.

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

Color convert

RGB 50 153 137 -
CMYK 0.67 0 0.10 0.4
HSL 170.68º 0.51% 0.4% -
HSV(B) 170.68º 0.67% 0.6% -
XYZ 17.22 25.27 27.64 -
YUV 120.38 137.38 77.8 -
System Red Green Blue C M Y K H S L
Decimal 50 153 137 0.67 0 0.10 0.4 170.68 0.51 0.4
Hex 32 99 89 43 0 A 28 AB 33 28
Octal 62 231 211 103 0 12 50 253 63 50
Binary 110010 10011001 10001001 1000011 0 1010 101000 10101011 110011 101000

Color Harmonies of #329989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329989

Black with #329989

Text Example


Text Example

White with #329989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329989; }

 p { color: rgb(50,153,137); }

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

background-color css

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

 a { background-color: rgb(50,153,137); }

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

border-color css

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

 span { border-color: rgb(50,153,137); }

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