Html Css Color HEX #329987 Gossamer

📋 copy color: '#329987'

red 50 ◦ green 153 ◦ blue 135

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

Shades of Gossamer #329987

Tints of Gossamer #329987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 39.94%

R = 14.79%
G = 45.27%
B = 39.94%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#329987 (or 0x329987) is known color: Gossamer. HEX triplet: 32, 99 and 87. RGB value is (50,153,135). Sum of RGB (Red+Green+Blue) = 50+153+135=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #329987 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329987 is #CD6678. Grayscale: #787878. Windows color (decimal): -13461113 or 8886578. OLE color: 8886578.

HSL color Cylindrical-coordinate representation of color #329987: hue angle of 169.51º 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 #329987 is Cyan = 0.67, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 50 153 135 -
CMYK 0.67 0 0.12 0.4
HSL 169.51º 0.51% 0.4% -
HSV(B) 169.51º 0.67% 0.6% -
XYZ 17.08 25.21 26.89 -
YUV 120.15 136.38 77.96 -
System Red Green Blue C M Y K H S L
Decimal 50 153 135 0.67 0 0.12 0.4 169.51 0.51 0.4
Hex 32 99 87 43 0 C 28 AA 33 28
Octal 62 231 207 103 0 14 50 252 63 50
Binary 110010 10011001 10000111 1000011 0 1100 101000 10101010 110011 101000

Color Harmonies of #329987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329987

Black with #329987

Text Example


Text Example

White with #329987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329987; }

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

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

background-color css

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

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

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

border-color css

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

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

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