Shades of Gossamer #329C7B
Tints of Gossamer #329C7B
RGB
CMYK
RGB Variations
Color information
#329C7B (or 0x329C7B) is known color: Gossamer. HEX triplet: 32, 9C and 7B. RGB value is (50,156,123). Sum of RGB (Red+Green+Blue) = 50+156+123=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 156 - color contains mainly: green. Hex color #329C7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329C7B is #CD6384. Grayscale: #787878. Windows color (decimal): -13460357 or 8100914. OLE color: 8100914.
HSL color Cylindrical-coordinate representation of color #329C7B: hue angle of 161.32º 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 #329C7B is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 156 | 123 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.39 |
| HSL | 161.32º | 0.51% | 0.4% | - |
| HSV(B) | 161.32º | 0.68% | 0.61% | - |
| XYZ | 16.78 | 25.89 | 22.85 | - |
| YUV | 120.54 | 129.38 | 77.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 156 | 123 | 0.68 | 0 | 0.21 | 0.39 | 161.32 | 0.51 | 0.4 |
| Hex | 32 | 9C | 7B | 44 | 0 | 15 | 27 | A1 | 33 | 28 |
| Octal | 62 | 234 | 173 | 104 | 0 | 25 | 47 | 241 | 63 | 50 |
| Binary | 110010 | 10011100 | 1111011 | 1000100 | 0 | 10101 | 100111 | 10100001 | 110011 | 101000 |
Color Harmonies of #329C7B
Complementary color
Monochromatic Colors of #329C7B
Black with #329C7B
Text Example
Text Example
White with #329C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329C7B; }
p { color: rgb(50,156,123); }
H1.HeaderClassName
{
color: #329C7B;
}
.AnyTagClassName
{
color: #329C7B;
}
</style>
background-color css
<style>
a { background-color: #329C7B; }
a { background-color: rgb(50,156,123); }
div.DivClassName
{
background-color: #329C7B;
}
.BgClassName
{
background-color: #329C7B;
}
</style>
border-color css
<style>
span { border-color: #329C7B; }
span { border-color: rgb(50,156,123); }
td.TdClassName
{
border-color: #329C7B;
}
.TagClassName
{
border-color: #329C7B;
}
</style>