Shades of Gossamer #329E85
Tints of Gossamer #329E85
RGB
CMYK
RGB Variations
Color information
#329E85 (or 0x329E85) is known color: Gossamer. HEX triplet: 32, 9E and 85. RGB value is (50,158,133). Sum of RGB (Red+Green+Blue) = 50+158+133=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 158 - color contains mainly: green. Hex color #329E85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329E85 is #CD617A. Grayscale: #7A7A7A. Windows color (decimal): -13459835 or 8756786. OLE color: 8756786.
HSL color Cylindrical-coordinate representation of color #329E85: hue angle of 166.11º 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 #329E85 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 158 | 133 | - |
| CMYK | 0.68 | 0 | 0.16 | 0.38 |
| HSL | 166.11º | 0.52% | 0.41% | - |
| HSV(B) | 166.11º | 0.68% | 0.62% | - |
| XYZ | 17.78 | 26.83 | 26.43 | - |
| YUV | 122.86 | 133.72 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 158 | 133 | 0.68 | 0 | 0.16 | 0.38 | 166.11 | 0.52 | 0.41 |
| Hex | 32 | 9E | 85 | 44 | 0 | 10 | 26 | A6 | 34 | 29 |
| Octal | 62 | 236 | 205 | 104 | 0 | 20 | 46 | 246 | 64 | 51 |
| Binary | 110010 | 10011110 | 10000101 | 1000100 | 0 | 10000 | 100110 | 10100110 | 110100 | 101001 |
Color Harmonies of #329E85
Complementary color
Monochromatic Colors of #329E85
Black with #329E85
Text Example
Text Example
White with #329E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329E85; }
p { color: rgb(50,158,133); }
H1.HeaderClassName
{
color: #329E85;
}
.AnyTagClassName
{
color: #329E85;
}
</style>
background-color css
<style>
a { background-color: #329E85; }
a { background-color: rgb(50,158,133); }
div.DivClassName
{
background-color: #329E85;
}
.BgClassName
{
background-color: #329E85;
}
</style>
border-color css
<style>
span { border-color: #329E85; }
span { border-color: rgb(50,158,133); }
td.TdClassName
{
border-color: #329E85;
}
.TagClassName
{
border-color: #329E85;
}
</style>