Shades of Gossamer #328F7E
Tints of Gossamer #328F7E
RGB
CMYK
RGB Variations
Color information
#328F7E (or 0x328F7E) is known color: Gossamer. HEX triplet: 32, 8F and 7E. RGB value is (50,143,126). Sum of RGB (Red+Green+Blue) = 50+143+126=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 143 (56.25% from 255 or 44.83% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 143 - color contains mainly: green. Hex color #328F7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #328F7E is #CD7081. Grayscale: #717171. Windows color (decimal): -13463682 or 8294194. OLE color: 8294194.
HSL color Cylindrical-coordinate representation of color #328F7E: hue angle of 169.03º 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 #328F7E is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 50 | 143 | 126 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.44 |
| HSL | 169.03º | 0.48% | 0.38% | - |
| HSV(B) | 169.03º | 0.65% | 0.56% | - |
| XYZ | 14.9 | 21.83 | 23.17 | - |
| YUV | 113.26 | 135.19 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 143 | 126 | 0.65 | 0 | 0.12 | 0.44 | 169.03 | 0.48 | 0.38 |
| Hex | 32 | 8F | 7E | 41 | 0 | C | 2C | A9 | 30 | 26 |
| Octal | 62 | 217 | 176 | 101 | 0 | 14 | 54 | 251 | 60 | 46 |
| Binary | 110010 | 10001111 | 1111110 | 1000001 | 0 | 1100 | 101100 | 10101001 | 110000 | 100110 |
Color Harmonies of #328F7E
Complementary color
Monochromatic Colors of #328F7E
Black with #328F7E
Text Example
Text Example
White with #328F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #328F7E; }
p { color: rgb(50,143,126); }
H1.HeaderClassName
{
color: #328F7E;
}
.AnyTagClassName
{
color: #328F7E;
}
</style>
background-color css
<style>
a { background-color: #328F7E; }
a { background-color: rgb(50,143,126); }
div.DivClassName
{
background-color: #328F7E;
}
.BgClassName
{
background-color: #328F7E;
}
</style>
border-color css
<style>
span { border-color: #328F7E; }
span { border-color: rgb(50,143,126); }
td.TdClassName
{
border-color: #328F7E;
}
.TagClassName
{
border-color: #328F7E;
}
</style>