Shades of Gossamer #32997B
Tints of Gossamer #32997B
RGB
CMYK
RGB Variations
Color information
#32997B (or 0x32997B) is known color: Gossamer. HEX triplet: 32, 99 and 7B. RGB value is (50,153,123). Sum of RGB (Red+Green+Blue) = 50+153+123=326 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.34% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #32997B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32997B is #CD6684. Grayscale: #767676. Windows color (decimal): -13461125 or 8100146. OLE color: 8100146.
HSL color Cylindrical-coordinate representation of color #32997B: hue angle of 162.52º degrees, saturation: 0.51, 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 #32997B is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 50 | 153 | 123 | - |
| CMYK | 0.67 | 0 | 0.20 | 0.4 |
| HSL | 162.52º | 0.51% | 0.4% | - |
| HSV(B) | 162.52º | 0.67% | 0.6% | - |
| XYZ | 16.28 | 24.89 | 22.69 | - |
| YUV | 118.78 | 130.38 | 78.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 153 | 123 | 0.67 | 0 | 0.20 | 0.4 | 162.52 | 0.51 | 0.4 |
| Hex | 32 | 99 | 7B | 43 | 0 | 14 | 28 | A3 | 33 | 28 |
| Octal | 62 | 231 | 173 | 103 | 0 | 24 | 50 | 243 | 63 | 50 |
| Binary | 110010 | 10011001 | 1111011 | 1000011 | 0 | 10100 | 101000 | 10100011 | 110011 | 101000 |
Color Harmonies of #32997B
Complementary color
Monochromatic Colors of #32997B
Black with #32997B
Text Example
Text Example
White with #32997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32997B; }
p { color: rgb(50,153,123); }
H1.HeaderClassName
{
color: #32997B;
}
.AnyTagClassName
{
color: #32997B;
}
</style>
background-color css
<style>
a { background-color: #32997B; }
a { background-color: rgb(50,153,123); }
div.DivClassName
{
background-color: #32997B;
}
.BgClassName
{
background-color: #32997B;
}
</style>
border-color css
<style>
span { border-color: #32997B; }
span { border-color: rgb(50,153,123); }
td.TdClassName
{
border-color: #32997B;
}
.TagClassName
{
border-color: #32997B;
}
</style>