Shades of Gossamer #329D89
Tints of Gossamer #329D89
RGB
CMYK
RGB Variations
Color information
#329D89 (or 0x329D89) is known color: Gossamer. HEX triplet: 32, 9D and 89. RGB value is (50,157,137). Sum of RGB (Red+Green+Blue) = 50+157+137=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 157 (61.72% from 255 or 45.64% from 344); Blue value is 137 (53.91% from 255 or 39.83% from 344); Max value from RGB is 157 - color contains mainly: green. Hex color #329D89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329D89 is #CD6276. Grayscale: #7A7A7A. Windows color (decimal): -13460087 or 9018674. OLE color: 9018674.
HSL color Cylindrical-coordinate representation of color #329D89: hue angle of 168.79º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329D89 is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 157 | 137 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.38 |
| HSL | 168.79º | 0.52% | 0.41% | - |
| HSV(B) | 168.79º | 0.68% | 0.62% | - |
| XYZ | 17.89 | 26.6 | 27.86 | - |
| YUV | 122.73 | 136.05 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 137 | 0.68 | 0 | 0.13 | 0.38 | 168.79 | 0.52 | 0.41 |
| Hex | 32 | 9D | 89 | 44 | 0 | D | 26 | A9 | 34 | 29 |
| Octal | 62 | 235 | 211 | 104 | 0 | 15 | 46 | 251 | 64 | 51 |
| Binary | 110010 | 10011101 | 10001001 | 1000100 | 0 | 1101 | 100110 | 10101001 | 110100 | 101001 |
Color Harmonies of #329D89
Complementary color
Monochromatic Colors of #329D89
Black with #329D89
Text Example
Text Example
White with #329D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329D89; }
p { color: rgb(50,157,137); }
H1.HeaderClassName
{
color: #329D89;
}
.AnyTagClassName
{
color: #329D89;
}
</style>
background-color css
<style>
a { background-color: #329D89; }
a { background-color: rgb(50,157,137); }
div.DivClassName
{
background-color: #329D89;
}
.BgClassName
{
background-color: #329D89;
}
</style>
border-color css
<style>
span { border-color: #329D89; }
span { border-color: rgb(50,157,137); }
td.TdClassName
{
border-color: #329D89;
}
.TagClassName
{
border-color: #329D89;
}
</style>