Shades of Gossamer #329A85
Tints of Gossamer #329A85
RGB
CMYK
RGB Variations
Color information
#329A85 (or 0x329A85) is known color: Gossamer. HEX triplet: 32, 9A and 85. RGB value is (50,154,133). Sum of RGB (Red+Green+Blue) = 50+154+133=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 154 (60.55% from 255 or 45.70% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 154 - color contains mainly: green. Hex color #329A85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329A85 is #CD657A. Grayscale: #787878. Windows color (decimal): -13460859 or 8755762. OLE color: 8755762.
HSL color Cylindrical-coordinate representation of color #329A85: hue angle of 167.88º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329A85 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 154 | 133 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.40 |
| HSL | 167.88º | 0.51% | 0.4% | - |
| HSV(B) | 167.88º | 0.68% | 0.6% | - |
| XYZ | 17.1 | 25.48 | 26.21 | - |
| YUV | 120.51 | 135.04 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 154 | 133 | 0.68 | 0 | 0.14 | 0.40 | 167.88 | 0.51 | 0.4 |
| Hex | 32 | 9A | 85 | 44 | 0 | E | 28 | A8 | 33 | 28 |
| Octal | 62 | 232 | 205 | 104 | 0 | 16 | 50 | 250 | 63 | 50 |
| Binary | 110010 | 10011010 | 10000101 | 1000100 | 0 | 1110 | 101000 | 10101000 | 110011 | 101000 |
Color Harmonies of #329A85
Complementary color
Monochromatic Colors of #329A85
Black with #329A85
Text Example
Text Example
White with #329A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329A85; }
p { color: rgb(50,154,133); }
H1.HeaderClassName
{
color: #329A85;
}
.AnyTagClassName
{
color: #329A85;
}
</style>
background-color css
<style>
a { background-color: #329A85; }
a { background-color: rgb(50,154,133); }
div.DivClassName
{
background-color: #329A85;
}
.BgClassName
{
background-color: #329A85;
}
</style>
border-color css
<style>
span { border-color: #329A85; }
span { border-color: rgb(50,154,133); }
td.TdClassName
{
border-color: #329A85;
}
.TagClassName
{
border-color: #329A85;
}
</style>