Shades of Gossamer #329D87
Tints of Gossamer #329D87
RGB
CMYK
RGB Variations
Color information
#329D87 (or 0x329D87) is known color: Gossamer. HEX triplet: 32, 9D and 87. RGB value is (50,157,135). Sum of RGB (Red+Green+Blue) = 50+157+135=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 157 (61.72% from 255 or 45.91% from 342); Blue value is 135 (53.12% from 255 or 39.47% from 342); Max value from RGB is 157 - color contains mainly: green. Hex color #329D87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329D87 is #CD6278. Grayscale: #7A7A7A. Windows color (decimal): -13460089 or 8887602. OLE color: 8887602.
HSL color Cylindrical-coordinate representation of color #329D87: hue angle of 167.66º 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 #329D87 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 157 | 135 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.38 |
| HSL | 167.66º | 0.52% | 0.41% | - |
| HSV(B) | 167.66º | 0.68% | 0.62% | - |
| XYZ | 17.75 | 26.54 | 27.11 | - |
| YUV | 122.5 | 135.05 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 157 | 135 | 0.68 | 0 | 0.14 | 0.38 | 167.66 | 0.52 | 0.41 |
| Hex | 32 | 9D | 87 | 44 | 0 | E | 26 | A8 | 34 | 29 |
| Octal | 62 | 235 | 207 | 104 | 0 | 16 | 46 | 250 | 64 | 51 |
| Binary | 110010 | 10011101 | 10000111 | 1000100 | 0 | 1110 | 100110 | 10101000 | 110100 | 101001 |
Color Harmonies of #329D87
Complementary color
Monochromatic Colors of #329D87
Black with #329D87
Text Example
Text Example
White with #329D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329D87; }
p { color: rgb(50,157,135); }
H1.HeaderClassName
{
color: #329D87;
}
.AnyTagClassName
{
color: #329D87;
}
</style>
background-color css
<style>
a { background-color: #329D87; }
a { background-color: rgb(50,157,135); }
div.DivClassName
{
background-color: #329D87;
}
.BgClassName
{
background-color: #329D87;
}
</style>
border-color css
<style>
span { border-color: #329D87; }
span { border-color: rgb(50,157,135); }
td.TdClassName
{
border-color: #329D87;
}
.TagClassName
{
border-color: #329D87;
}
</style>