Shades of Gossamer #329C8E
Tints of Gossamer #329C8E
RGB
CMYK
RGB Variations
Color information
#329C8E (or 0x329C8E) is known color: Gossamer. HEX triplet: 32, 9C and 8E. RGB value is (50,156,142). Sum of RGB (Red+Green+Blue) = 50+156+142=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 156 - color contains mainly: green. Hex color #329C8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329C8E is #CD6371. Grayscale: #7A7A7A. Windows color (decimal): -13460338 or 9346098. OLE color: 9346098.
HSL color Cylindrical-coordinate representation of color #329C8E: hue angle of 172.08º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329C8E is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 156 | 142 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.39 |
| HSL | 172.08º | 0.51% | 0.4% | - |
| HSV(B) | 172.08º | 0.68% | 0.61% | - |
| XYZ | 18.09 | 26.41 | 29.74 | - |
| YUV | 122.71 | 138.88 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 142 | 0.68 | 0 | 0.09 | 0.39 | 172.08 | 0.51 | 0.4 |
| Hex | 32 | 9C | 8E | 44 | 0 | 9 | 27 | AC | 33 | 28 |
| Octal | 62 | 234 | 216 | 104 | 0 | 11 | 47 | 254 | 63 | 50 |
| Binary | 110010 | 10011100 | 10001110 | 1000100 | 0 | 1001 | 100111 | 10101100 | 110011 | 101000 |
Color Harmonies of #329C8E
Complementary color
Monochromatic Colors of #329C8E
Black with #329C8E
Text Example
Text Example
White with #329C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329C8E; }
p { color: rgb(50,156,142); }
H1.HeaderClassName
{
color: #329C8E;
}
.AnyTagClassName
{
color: #329C8E;
}
</style>
background-color css
<style>
a { background-color: #329C8E; }
a { background-color: rgb(50,156,142); }
div.DivClassName
{
background-color: #329C8E;
}
.BgClassName
{
background-color: #329C8E;
}
</style>
border-color css
<style>
span { border-color: #329C8E; }
span { border-color: rgb(50,156,142); }
td.TdClassName
{
border-color: #329C8E;
}
.TagClassName
{
border-color: #329C8E;
}
</style>