Shades of Gossamer #329A7A
Tints of Gossamer #329A7A
RGB
CMYK
RGB Variations
Color information
#329A7A (or 0x329A7A) is known color: Gossamer. HEX triplet: 32, 9A and 7A. RGB value is (50,154,122). Sum of RGB (Red+Green+Blue) = 50+154+122=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 154 (60.55% from 255 or 47.24% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 154 - color contains mainly: green. Hex color #329A7A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329A7A is #CD6585. Grayscale: #777777. Windows color (decimal): -13460870 or 8034866. OLE color: 8034866.
HSL color Cylindrical-coordinate representation of color #329A7A: hue angle of 161.54º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329A7A is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 154 | 122 | - |
| CMYK | 0.68 | 0 | 0.21 | 0.40 |
| HSL | 161.54º | 0.51% | 0.4% | - |
| HSV(B) | 161.54º | 0.68% | 0.6% | - |
| XYZ | 16.38 | 25.19 | 22.41 | - |
| YUV | 119.26 | 129.54 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 154 | 122 | 0.68 | 0 | 0.21 | 0.40 | 161.54 | 0.51 | 0.4 |
| Hex | 32 | 9A | 7A | 44 | 0 | 15 | 28 | A2 | 33 | 28 |
| Octal | 62 | 232 | 172 | 104 | 0 | 25 | 50 | 242 | 63 | 50 |
| Binary | 110010 | 10011010 | 1111010 | 1000100 | 0 | 10101 | 101000 | 10100010 | 110011 | 101000 |
Color Harmonies of #329A7A
Complementary color
Monochromatic Colors of #329A7A
Black with #329A7A
Text Example
Text Example
White with #329A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329A7A; }
p { color: rgb(50,154,122); }
H1.HeaderClassName
{
color: #329A7A;
}
.AnyTagClassName
{
color: #329A7A;
}
</style>
background-color css
<style>
a { background-color: #329A7A; }
a { background-color: rgb(50,154,122); }
div.DivClassName
{
background-color: #329A7A;
}
.BgClassName
{
background-color: #329A7A;
}
</style>
border-color css
<style>
span { border-color: #329A7A; }
span { border-color: rgb(50,154,122); }
td.TdClassName
{
border-color: #329A7A;
}
.TagClassName
{
border-color: #329A7A;
}
</style>