Shades of Gossamer #329E8A
Tints of Gossamer #329E8A
RGB
CMYK
RGB Variations
Color information
#329E8A (or 0x329E8A) is known color: Gossamer. HEX triplet: 32, 9E and 8A. RGB value is (50,158,138). Sum of RGB (Red+Green+Blue) = 50+158+138=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 158 - color contains mainly: green. Hex color #329E8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329E8A is #CD6175. Grayscale: #7B7B7B. Windows color (decimal): -13459830 or 9084466. OLE color: 9084466.
HSL color Cylindrical-coordinate representation of color #329E8A: hue angle of 168.89º 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 #329E8A is Cyan = 0.68, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 158 | 138 | - |
| CMYK | 0.68 | 0 | 0.13 | 0.38 |
| HSL | 168.89º | 0.52% | 0.41% | - |
| HSV(B) | 168.89º | 0.68% | 0.62% | - |
| XYZ | 18.13 | 26.97 | 28.29 | - |
| YUV | 123.43 | 136.22 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 158 | 138 | 0.68 | 0 | 0.13 | 0.38 | 168.89 | 0.52 | 0.41 |
| Hex | 32 | 9E | 8A | 44 | 0 | D | 26 | A9 | 34 | 29 |
| Octal | 62 | 236 | 212 | 104 | 0 | 15 | 46 | 251 | 64 | 51 |
| Binary | 110010 | 10011110 | 10001010 | 1000100 | 0 | 1101 | 100110 | 10101001 | 110100 | 101001 |
Color Harmonies of #329E8A
Complementary color
Monochromatic Colors of #329E8A
Black with #329E8A
Text Example
Text Example
White with #329E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329E8A; }
p { color: rgb(50,158,138); }
H1.HeaderClassName
{
color: #329E8A;
}
.AnyTagClassName
{
color: #329E8A;
}
</style>
background-color css
<style>
a { background-color: #329E8A; }
a { background-color: rgb(50,158,138); }
div.DivClassName
{
background-color: #329E8A;
}
.BgClassName
{
background-color: #329E8A;
}
</style>
border-color css
<style>
span { border-color: #329E8A; }
span { border-color: rgb(50,158,138); }
td.TdClassName
{
border-color: #329E8A;
}
.TagClassName
{
border-color: #329E8A;
}
</style>