Shades of Gossamer #32987E
Tints of Gossamer #32987E
RGB
CMYK
RGB Variations
Color information
#32987E (or 0x32987E) is known color: Gossamer. HEX triplet: 32, 98 and 7E. RGB value is (50,152,126). Sum of RGB (Red+Green+Blue) = 50+152+126=328 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.24% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 152 - color contains mainly: green. Hex color #32987E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32987E is #CD6781. Grayscale: #767676. Windows color (decimal): -13461378 or 8296498. OLE color: 8296498.
HSL color Cylindrical-coordinate representation of color #32987E: hue angle of 164.71º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #32987E is Cyan = 0.67, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 152 | 126 | - |
| CMYK | 0.67 | 0 | 0.17 | 0.40 |
| HSL | 164.71º | 0.5% | 0.4% | - |
| HSV(B) | 164.71º | 0.67% | 0.6% | - |
| XYZ | 16.31 | 24.64 | 23.64 | - |
| YUV | 118.54 | 132.21 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 152 | 126 | 0.67 | 0 | 0.17 | 0.40 | 164.71 | 0.5 | 0.4 |
| Hex | 32 | 98 | 7E | 43 | 0 | 11 | 28 | A5 | 32 | 28 |
| Octal | 62 | 230 | 176 | 103 | 0 | 21 | 50 | 245 | 62 | 50 |
| Binary | 110010 | 10011000 | 1111110 | 1000011 | 0 | 10001 | 101000 | 10100101 | 110010 | 101000 |
Color Harmonies of #32987E
Complementary color
Monochromatic Colors of #32987E
Black with #32987E
Text Example
Text Example
White with #32987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32987E; }
p { color: rgb(50,152,126); }
H1.HeaderClassName
{
color: #32987E;
}
.AnyTagClassName
{
color: #32987E;
}
</style>
background-color css
<style>
a { background-color: #32987E; }
a { background-color: rgb(50,152,126); }
div.DivClassName
{
background-color: #32987E;
}
.BgClassName
{
background-color: #32987E;
}
</style>
border-color css
<style>
span { border-color: #32987E; }
span { border-color: rgb(50,152,126); }
td.TdClassName
{
border-color: #32987E;
}
.TagClassName
{
border-color: #32987E;
}
</style>