Shades of Gossamer #329B7E
Tints of Gossamer #329B7E
RGB
CMYK
RGB Variations
Color information
#329B7E (or 0x329B7E) is known color: Gossamer. HEX triplet: 32, 9B and 7E. RGB value is (50,155,126). Sum of RGB (Red+Green+Blue) = 50+155+126=331 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.11% from 331); Green value is 155 (60.94% from 255 or 46.83% from 331); Blue value is 126 (49.61% from 255 or 38.07% from 331); Max value from RGB is 155 - color contains mainly: green. Hex color #329B7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329B7E is #CD6481. Grayscale: #787878. Windows color (decimal): -13460610 or 8297266. OLE color: 8297266.
HSL color Cylindrical-coordinate representation of color #329B7E: hue angle of 163.43º 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 #329B7E is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 155 | 126 | - |
| CMYK | 0.68 | 0 | 0.19 | 0.39 |
| HSL | 163.43º | 0.51% | 0.4% | - |
| HSV(B) | 163.43º | 0.68% | 0.61% | - |
| XYZ | 16.8 | 25.63 | 23.8 | - |
| YUV | 120.3 | 131.21 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 155 | 126 | 0.68 | 0 | 0.19 | 0.39 | 163.43 | 0.51 | 0.4 |
| Hex | 32 | 9B | 7E | 44 | 0 | 13 | 27 | A3 | 33 | 28 |
| Octal | 62 | 233 | 176 | 104 | 0 | 23 | 47 | 243 | 63 | 50 |
| Binary | 110010 | 10011011 | 1111110 | 1000100 | 0 | 10011 | 100111 | 10100011 | 110011 | 101000 |
Color Harmonies of #329B7E
Complementary color
Monochromatic Colors of #329B7E
Black with #329B7E
Text Example
Text Example
White with #329B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329B7E; }
p { color: rgb(50,155,126); }
H1.HeaderClassName
{
color: #329B7E;
}
.AnyTagClassName
{
color: #329B7E;
}
</style>
background-color css
<style>
a { background-color: #329B7E; }
a { background-color: rgb(50,155,126); }
div.DivClassName
{
background-color: #329B7E;
}
.BgClassName
{
background-color: #329B7E;
}
</style>
border-color css
<style>
span { border-color: #329B7E; }
span { border-color: rgb(50,155,126); }
td.TdClassName
{
border-color: #329B7E;
}
.TagClassName
{
border-color: #329B7E;
}
</style>