Shades of Gossamer #32A091
Tints of Gossamer #32A091
RGB
CMYK
RGB Variations
Color information
#32A091 (or 0x32A091) is known color: Gossamer. HEX triplet: 32, A0 and 91. RGB value is (50,160,145). Sum of RGB (Red+Green+Blue) = 50+160+145=355 (47% of max value = 765). Red value is 50 (19.92% from 255 or 14.08% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 145 (57.03% from 255 or 40.85% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #32A091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A091 is #CD5F6E. Grayscale: #7D7D7D. Windows color (decimal): -13459311 or 9543730. OLE color: 9543730.
HSL color Cylindrical-coordinate representation of color #32A091: hue angle of 171.82º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A091 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 160 | 145 | - |
| CMYK | 0.69 | 0 | 0.09 | 0.37 |
| HSL | 171.82º | 0.52% | 0.41% | - |
| HSV(B) | 171.82º | 0.69% | 0.63% | - |
| XYZ | 19 | 27.86 | 31.17 | - |
| YUV | 125.4 | 139.06 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 160 | 145 | 0.69 | 0 | 0.09 | 0.37 | 171.82 | 0.52 | 0.41 |
| Hex | 32 | A0 | 91 | 45 | 0 | 9 | 25 | AC | 34 | 29 |
| Octal | 62 | 240 | 221 | 105 | 0 | 11 | 45 | 254 | 64 | 51 |
| Binary | 110010 | 10100000 | 10010001 | 1000101 | 0 | 1001 | 100101 | 10101100 | 110100 | 101001 |
Color Harmonies of #32A091
Complementary color
Monochromatic Colors of #32A091
Black with #32A091
Text Example
Text Example
White with #32A091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A091; }
p { color: rgb(50,160,145); }
H1.HeaderClassName
{
color: #32A091;
}
.AnyTagClassName
{
color: #32A091;
}
</style>
background-color css
<style>
a { background-color: #32A091; }
a { background-color: rgb(50,160,145); }
div.DivClassName
{
background-color: #32A091;
}
.BgClassName
{
background-color: #32A091;
}
</style>
border-color css
<style>
span { border-color: #32A091; }
span { border-color: rgb(50,160,145); }
td.TdClassName
{
border-color: #32A091;
}
.TagClassName
{
border-color: #32A091;
}
</style>