Html Css Color HEX #329888 Gossamer

📋 copy color: '#329888'

red 50 ◦ green 152 ◦ blue 136

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

Shades of Gossamer #329888

Tints of Gossamer #329888

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.97%

 BLUE value IS 136 (53.52% from 255) = 40.24%

R = 14.79%
G = 44.97%
B = 40.24%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#329888 (or 0x329888) is known color: Gossamer. HEX triplet: 32, 98 and 88. RGB value is (50,152,136). Sum of RGB (Red+Green+Blue) = 50+152+136=338 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.79% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 136 (53.52% from 255 or 40.24% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #329888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329888 is #CD6777. Grayscale: #777777. Windows color (decimal): -13461368 or 8951858. OLE color: 8951858.

HSL color Cylindrical-coordinate representation of color #329888: hue angle of 170.59º degrees, saturation: 0.5, 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 #329888 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 152 136 -
CMYK 0.67 0 0.11 0.40
HSL 170.59º 0.5% 0.4% -
HSV(B) 170.59º 0.67% 0.6% -
XYZ 16.99 24.91 27.21 -
YUV 119.68 137.21 78.3 -
System Red Green Blue C M Y K H S L
Decimal 50 152 136 0.67 0 0.11 0.40 170.59 0.5 0.4
Hex 32 98 88 43 0 B 28 AB 32 28
Octal 62 230 210 103 0 13 50 253 62 50
Binary 110010 10011000 10001000 1000011 0 1011 101000 10101011 110010 101000

Color Harmonies of #329888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329888

Black with #329888

Text Example


Text Example

White with #329888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329888; }

 p { color: rgb(50,152,136); }

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

background-color css

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

 a { background-color: rgb(50,152,136); }

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

border-color css

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

 span { border-color: rgb(50,152,136); }

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