Html Css Color HEX #329F8F Gossamer

📋 copy color: '#329F8F'

red 50 ◦ green 159 ◦ blue 143

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

Shades of Gossamer #329F8F

Tints of Gossamer #329F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.63%

R = 14.2%
G = 45.17%
B = 40.63%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#329F8F (or 0x329F8F) is known color: Gossamer. HEX triplet: 32, 9F and 8F. RGB value is (50,159,143). Sum of RGB (Red+Green+Blue) = 50+159+143=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 159 (62.5% from 255 or 45.17% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 159 - color contains mainly: green. Hex color #329F8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329F8F is #CD6070. Grayscale: #7C7C7C. Windows color (decimal): -13459569 or 9412402. OLE color: 9412402.

HSL color Cylindrical-coordinate representation of color #329F8F: hue angle of 171.19º 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 #329F8F is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB 50 159 143 -
CMYK 0.69 0 0.10 0.38
HSL 171.19º 0.52% 0.41% -
HSV(B) 171.19º 0.69% 0.62% -
XYZ 18.67 27.46 30.3 -
YUV 124.59 138.39 74.8 -
System Red Green Blue C M Y K H S L
Decimal 50 159 143 0.69 0 0.10 0.38 171.19 0.52 0.41
Hex 32 9F 8F 45 0 A 26 AB 34 29
Octal 62 237 217 105 0 12 46 253 64 51
Binary 110010 10011111 10001111 1000101 0 1010 100110 10101011 110100 101001

Color Harmonies of #329F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #329F8F

Black with #329F8F

Text Example


Text Example

White with #329F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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