Shades of Gossamer #329E90
Tints of Gossamer #329E90
RGB
CMYK
RGB Variations
Color information
#329E90 (or 0x329E90) is known color: Gossamer. HEX triplet: 32, 9E and 90. RGB value is (50,158,144). Sum of RGB (Red+Green+Blue) = 50+158+144=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 158 (62.11% from 255 or 44.89% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 158 - color contains mainly: green. Hex color #329E90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #329E90 is #CD616F. Grayscale: #7C7C7C. Windows color (decimal): -13459824 or 9477682. OLE color: 9477682.
HSL color Cylindrical-coordinate representation of color #329E90: hue angle of 172.22º 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 #329E90 is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 50 | 158 | 144 | - |
| CMYK | 0.68 | 0 | 0.09 | 0.38 |
| HSL | 172.22º | 0.52% | 0.41% | - |
| HSV(B) | 172.22º | 0.68% | 0.62% | - |
| XYZ | 18.58 | 27.15 | 30.65 | - |
| YUV | 124.11 | 139.22 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 158 | 144 | 0.68 | 0 | 0.09 | 0.38 | 172.22 | 0.52 | 0.41 |
| Hex | 32 | 9E | 90 | 44 | 0 | 9 | 26 | AC | 34 | 29 |
| Octal | 62 | 236 | 220 | 104 | 0 | 11 | 46 | 254 | 64 | 51 |
| Binary | 110010 | 10011110 | 10010000 | 1000100 | 0 | 1001 | 100110 | 10101100 | 110100 | 101001 |
Color Harmonies of #329E90
Complementary color
Monochromatic Colors of #329E90
Black with #329E90
Text Example
Text Example
White with #329E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #329E90; }
p { color: rgb(50,158,144); }
H1.HeaderClassName
{
color: #329E90;
}
.AnyTagClassName
{
color: #329E90;
}
</style>
background-color css
<style>
a { background-color: #329E90; }
a { background-color: rgb(50,158,144); }
div.DivClassName
{
background-color: #329E90;
}
.BgClassName
{
background-color: #329E90;
}
</style>
border-color css
<style>
span { border-color: #329E90; }
span { border-color: rgb(50,158,144); }
td.TdClassName
{
border-color: #329E90;
}
.TagClassName
{
border-color: #329E90;
}
</style>