Shades of Gossamer #32A28D
Tints of Gossamer #32A28D
RGB
CMYK
RGB Variations
Color information
#32A28D (or 0x32A28D) is known color: Gossamer. HEX triplet: 32, A2 and 8D. RGB value is (50,162,141). Sum of RGB (Red+Green+Blue) = 50+162+141=353 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.16% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 162 - color contains mainly: green. Hex color #32A28D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A28D is #CD5D72. Grayscale: #7E7E7E. Windows color (decimal): -13458803 or 9282098. OLE color: 9282098.
HSL color Cylindrical-coordinate representation of color #32A28D: hue angle of 168.75º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A28D is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 162 | 141 | - |
| CMYK | 0.69 | 0 | 0.13 | 0.36 |
| HSL | 168.75º | 0.53% | 0.42% | - |
| HSV(B) | 168.75º | 0.69% | 0.64% | - |
| XYZ | 19.04 | 28.44 | 29.69 | - |
| YUV | 126.12 | 136.39 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 162 | 141 | 0.69 | 0 | 0.13 | 0.36 | 168.75 | 0.53 | 0.42 |
| Hex | 32 | A2 | 8D | 45 | 0 | D | 24 | A9 | 35 | 2A |
| Octal | 62 | 242 | 215 | 105 | 0 | 15 | 44 | 251 | 65 | 52 |
| Binary | 110010 | 10100010 | 10001101 | 1000101 | 0 | 1101 | 100100 | 10101001 | 110101 | 101010 |
Color Harmonies of #32A28D
Complementary color
Monochromatic Colors of #32A28D
Black with #32A28D
Text Example
Text Example
White with #32A28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A28D; }
p { color: rgb(50,162,141); }
H1.HeaderClassName
{
color: #32A28D;
}
.AnyTagClassName
{
color: #32A28D;
}
</style>
background-color css
<style>
a { background-color: #32A28D; }
a { background-color: rgb(50,162,141); }
div.DivClassName
{
background-color: #32A28D;
}
.BgClassName
{
background-color: #32A28D;
}
</style>
border-color css
<style>
span { border-color: #32A28D; }
span { border-color: rgb(50,162,141); }
td.TdClassName
{
border-color: #32A28D;
}
.TagClassName
{
border-color: #32A28D;
}
</style>