Shades of Gossamer #329E88
Tints of Gossamer #329E88
RGB
CMYK
RGB Variations
Color information
#329E88 (or 0x329E88) is known color: Gossamer. HEX triplet: 32, 9E and 88. RGB value is (50,158,136). Sum of RGB (Red+Green+Blue) = 50+158+136=344 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.53% from 344); Green value is 158 (62.11% from 255 or 45.93% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 158 - color contains mainly: green. Hex color #329E88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329E88 is #CD6177. Grayscale: #7B7B7B. Windows color (decimal): -13459832 or 8953394. OLE color: 8953394.
HSL color Cylindrical-coordinate representation of color #329E88: hue angle of 167.78º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #329E88 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 158 | 136 | - |
| CMYK | 0.68 | 0 | 0.14 | 0.38 |
| HSL | 167.78º | 0.52% | 0.41% | - |
| HSV(B) | 167.78º | 0.68% | 0.62% | - |
| XYZ | 17.99 | 26.91 | 27.54 | - |
| YUV | 123.2 | 135.22 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 158 | 136 | 0.68 | 0 | 0.14 | 0.38 | 167.78 | 0.52 | 0.41 |
| Hex | 32 | 9E | 88 | 44 | 0 | E | 26 | A8 | 34 | 29 |
| Octal | 62 | 236 | 210 | 104 | 0 | 16 | 46 | 250 | 64 | 51 |
| Binary | 110010 | 10011110 | 10001000 | 1000100 | 0 | 1110 | 100110 | 10101000 | 110100 | 101001 |
Color Harmonies of #329E88
Complementary color
Monochromatic Colors of #329E88
Black with #329E88
Text Example
Text Example
White with #329E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329E88; }
p { color: rgb(50,158,136); }
H1.HeaderClassName
{
color: #329E88;
}
.AnyTagClassName
{
color: #329E88;
}
</style>
background-color css
<style>
a { background-color: #329E88; }
a { background-color: rgb(50,158,136); }
div.DivClassName
{
background-color: #329E88;
}
.BgClassName
{
background-color: #329E88;
}
</style>
border-color css
<style>
span { border-color: #329E88; }
span { border-color: rgb(50,158,136); }
td.TdClassName
{
border-color: #329E88;
}
.TagClassName
{
border-color: #329E88;
}
</style>