Shades of Gossamer #32987F
Tints of Gossamer #32987F
RGB
CMYK
RGB Variations
Color information
#32987F (or 0x32987F) is known color: Gossamer. HEX triplet: 32, 98 and 7F. RGB value is (50,152,127). Sum of RGB (Red+Green+Blue) = 50+152+127=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 152 (59.77% from 255 or 46.20% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 152 - color contains mainly: green. Hex color #32987F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32987F is #CD6780. Grayscale: #767676. Windows color (decimal): -13461377 or 8362034. OLE color: 8362034.
HSL color Cylindrical-coordinate representation of color #32987F: hue angle of 165.29º 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 #32987F is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 50 | 152 | 127 | - |
| CMYK | 0.67 | 0 | 0.16 | 0.40 |
| HSL | 165.29º | 0.5% | 0.4% | - |
| HSV(B) | 165.29º | 0.67% | 0.6% | - |
| XYZ | 16.37 | 24.67 | 23.98 | - |
| YUV | 118.65 | 132.71 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 152 | 127 | 0.67 | 0 | 0.16 | 0.40 | 165.29 | 0.5 | 0.4 |
| Hex | 32 | 98 | 7F | 43 | 0 | 10 | 28 | A5 | 32 | 28 |
| Octal | 62 | 230 | 177 | 103 | 0 | 20 | 50 | 245 | 62 | 50 |
| Binary | 110010 | 10011000 | 1111111 | 1000011 | 0 | 10000 | 101000 | 10100101 | 110010 | 101000 |
Color Harmonies of #32987F
Complementary color
Monochromatic Colors of #32987F
Black with #32987F
Text Example
Text Example
White with #32987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32987F; }
p { color: rgb(50,152,127); }
H1.HeaderClassName
{
color: #32987F;
}
.AnyTagClassName
{
color: #32987F;
}
</style>
background-color css
<style>
a { background-color: #32987F; }
a { background-color: rgb(50,152,127); }
div.DivClassName
{
background-color: #32987F;
}
.BgClassName
{
background-color: #32987F;
}
</style>
border-color css
<style>
span { border-color: #32987F; }
span { border-color: rgb(50,152,127); }
td.TdClassName
{
border-color: #32987F;
}
.TagClassName
{
border-color: #32987F;
}
</style>