Html Css Color HEX #329F8D Gossamer

📋 copy color: '#329F8D'

red 50 ◦ green 159 ◦ blue 141

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

Shades of Gossamer #329F8D

Tints of Gossamer #329F8D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.43%

 BLUE value IS 141 (55.47% from 255) = 40.29%

R = 14.29%
G = 45.43%
B = 40.29%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#329F8D (or 0x329F8D) is known color: Gossamer. HEX triplet: 32, 9F and 8D. RGB value is (50,159,141). Sum of RGB (Red+Green+Blue) = 50+159+141=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 159 (62.5% from 255 or 45.43% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 159 - color contains mainly: green. Hex color #329F8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329F8D is #CD6072. Grayscale: #7C7C7C. Windows color (decimal): -13459571 or 9281330. OLE color: 9281330.

HSL color Cylindrical-coordinate representation of color #329F8D: hue angle of 170.09º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329F8D is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 159 141 -
CMYK 0.69 0 0.11 0.38
HSL 170.09º 0.52% 0.41% -
HSV(B) 170.09º 0.69% 0.62% -
XYZ 18.52 27.4 29.51 -
YUV 124.36 137.39 74.96 -
System Red Green Blue C M Y K H S L
Decimal 50 159 141 0.69 0 0.11 0.38 170.09 0.52 0.41
Hex 32 9F 8D 45 0 B 26 AA 34 29
Octal 62 237 215 105 0 13 46 252 64 51
Binary 110010 10011111 10001101 1000101 0 1011 100110 10101010 110100 101001

Color Harmonies of #329F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329F8D

Black with #329F8D

Text Example


Text Example

White with #329F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #329F8D; }

 p { color: rgb(50,159,141); }

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

background-color css

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

 a { background-color: rgb(50,159,141); }

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

border-color css

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

 span { border-color: rgb(50,159,141); }

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