Html Css Color HEX #328E81 Gossamer

📋 copy color: '#328E81'

red 50 ◦ green 142 ◦ blue 129

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

Shades of Gossamer #328E81

Tints of Gossamer #328E81

RGB

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

 GREEN value IS 142 (55.86% from 255) = 44.24%

 BLUE value IS 129 (50.78% from 255) = 40.19%

R = 15.58%
G = 44.24%
B = 40.19%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.44

RGB Variations

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

Color information

#328E81 (or 0x328E81) is known color: Gossamer. HEX triplet: 32, 8E and 81. RGB value is (50,142,129). Sum of RGB (Red+Green+Blue) = 50+142+129=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 142 (55.86% from 255 or 44.24% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 142 - color contains mainly: green. Hex color #328E81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328E81 is #CD717E. Grayscale: #707070. Windows color (decimal): -13463935 or 8490546. OLE color: 8490546.

HSL color Cylindrical-coordinate representation of color #328E81: hue angle of 171.52º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328E81 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 142 129 -
CMYK 0.65 0 0.09 0.44
HSL 171.52º 0.48% 0.38% -
HSV(B) 171.52º 0.65% 0.56% -
XYZ 14.95 21.61 24.15 -
YUV 113.01 137.02 83.06 -
System Red Green Blue C M Y K H S L
Decimal 50 142 129 0.65 0 0.09 0.44 171.52 0.48 0.38
Hex 32 8E 81 41 0 9 2C AC 30 26
Octal 62 216 201 101 0 11 54 254 60 46
Binary 110010 10001110 10000001 1000001 0 1001 101100 10101100 110000 100110

Color Harmonies of #328E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328E81

Black with #328E81

Text Example


Text Example

White with #328E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328E81; }

 p { color: rgb(50,142,129); }

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

background-color css

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

 a { background-color: rgb(50,142,129); }

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

border-color css

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

 span { border-color: rgb(50,142,129); }

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