Shades of Gossamer #328F80
Tints of Gossamer #328F80
RGB
CMYK
RGB Variations
Color information
#328F80 (or 0x328F80) is known color: Gossamer. HEX triplet: 32, 8F and 80. RGB value is (50,143,128). Sum of RGB (Red+Green+Blue) = 50+143+128=321 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.58% from 321); Green value is 143 (56.25% from 255 or 44.55% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 143 - color contains mainly: green. Hex color #328F80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328F80 is #CD707F. Grayscale: #717171. Windows color (decimal): -13463680 or 8425266. OLE color: 8425266.
HSL color Cylindrical-coordinate representation of color #328F80: hue angle of 170.32º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328F80 is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 143 | 128 | - |
| CMYK | 0.65 | 0 | 0.10 | 0.44 |
| HSL | 170.32º | 0.48% | 0.38% | - |
| HSV(B) | 170.32º | 0.65% | 0.56% | - |
| XYZ | 15.03 | 21.88 | 23.85 | - |
| YUV | 113.48 | 136.19 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 128 | 0.65 | 0 | 0.10 | 0.44 | 170.32 | 0.48 | 0.38 |
| Hex | 32 | 8F | 80 | 41 | 0 | A | 2C | AA | 30 | 26 |
| Octal | 62 | 217 | 200 | 101 | 0 | 12 | 54 | 252 | 60 | 46 |
| Binary | 110010 | 10001111 | 10000000 | 1000001 | 0 | 1010 | 101100 | 10101010 | 110000 | 100110 |
Color Harmonies of #328F80
Complementary color
Monochromatic Colors of #328F80
Black with #328F80
Text Example
Text Example
White with #328F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328F80; }
p { color: rgb(50,143,128); }
H1.HeaderClassName
{
color: #328F80;
}
.AnyTagClassName
{
color: #328F80;
}
</style>
background-color css
<style>
a { background-color: #328F80; }
a { background-color: rgb(50,143,128); }
div.DivClassName
{
background-color: #328F80;
}
.BgClassName
{
background-color: #328F80;
}
</style>
border-color css
<style>
span { border-color: #328F80; }
span { border-color: rgb(50,143,128); }
td.TdClassName
{
border-color: #328F80;
}
.TagClassName
{
border-color: #328F80;
}
</style>