Shades of Gossamer #329F7B
Tints of Gossamer #329F7B
RGB
CMYK
RGB Variations
Color information
#329F7B (or 0x329F7B) is known color: Gossamer. HEX triplet: 32, 9F and 7B. RGB value is (50,159,123). Sum of RGB (Red+Green+Blue) = 50+159+123=332 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.06% from 332); Green value is 159 (62.5% from 255 or 47.89% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 159 - color contains mainly: green. Hex color #329F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #329F7B is #CD6084. Grayscale: #7A7A7A. Windows color (decimal): -13459589 or 8101682. OLE color: 8101682.
HSL color Cylindrical-coordinate representation of color #329F7B: hue angle of 160.18º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #329F7B is Cyan = 0.69, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 159 | 123 | - |
| CMYK | 0.69 | 0 | 0.23 | 0.38 |
| HSL | 160.18º | 0.52% | 0.41% | - |
| HSV(B) | 160.18º | 0.69% | 0.62% | - |
| XYZ | 17.29 | 26.9 | 23.02 | - |
| YUV | 122.31 | 128.39 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 159 | 123 | 0.69 | 0 | 0.23 | 0.38 | 160.18 | 0.52 | 0.41 |
| Hex | 32 | 9F | 7B | 45 | 0 | 17 | 26 | A0 | 34 | 29 |
| Octal | 62 | 237 | 173 | 105 | 0 | 27 | 46 | 240 | 64 | 51 |
| Binary | 110010 | 10011111 | 1111011 | 1000101 | 0 | 10111 | 100110 | 10100000 | 110100 | 101001 |
Color Harmonies of #329F7B
Complementary color
Monochromatic Colors of #329F7B
Black with #329F7B
Text Example
Text Example
White with #329F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329F7B; }
p { color: rgb(50,159,123); }
H1.HeaderClassName
{
color: #329F7B;
}
.AnyTagClassName
{
color: #329F7B;
}
</style>
background-color css
<style>
a { background-color: #329F7B; }
a { background-color: rgb(50,159,123); }
div.DivClassName
{
background-color: #329F7B;
}
.BgClassName
{
background-color: #329F7B;
}
</style>
border-color css
<style>
span { border-color: #329F7B; }
span { border-color: rgb(50,159,123); }
td.TdClassName
{
border-color: #329F7B;
}
.TagClassName
{
border-color: #329F7B;
}
</style>