Shades of Gossamer #32A57E
Tints of Gossamer #32A57E
RGB
CMYK
RGB Variations
Color information
#32A57E (or 0x32A57E) is known color: Gossamer. HEX triplet: 32, A5 and 7E. RGB value is (50,165,126). Sum of RGB (Red+Green+Blue) = 50+165+126=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 165 (64.84% from 255 or 48.39% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 165 - color contains mainly: green. Hex color #32A57E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A57E is #CD5A81. Grayscale: #7E7E7E. Windows color (decimal): -13458050 or 8299826. OLE color: 8299826.
HSL color Cylindrical-coordinate representation of color #32A57E: hue angle of 159.65º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A57E is Cyan = 0.70, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 50 | 165 | 126 | - |
| CMYK | 0.70 | 0 | 0.24 | 0.35 |
| HSL | 159.65º | 0.53% | 0.42% | - |
| HSV(B) | 159.65º | 0.7% | 0.65% | - |
| XYZ | 18.54 | 29.09 | 24.38 | - |
| YUV | 126.17 | 127.9 | 73.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 165 | 126 | 0.70 | 0 | 0.24 | 0.35 | 159.65 | 0.53 | 0.42 |
| Hex | 32 | A5 | 7E | 46 | 0 | 18 | 23 | A0 | 35 | 2A |
| Octal | 62 | 245 | 176 | 106 | 0 | 30 | 43 | 240 | 65 | 52 |
| Binary | 110010 | 10100101 | 1111110 | 1000110 | 0 | 11000 | 100011 | 10100000 | 110101 | 101010 |
Color Harmonies of #32A57E
Complementary color
Monochromatic Colors of #32A57E
Black with #32A57E
Text Example
Text Example
White with #32A57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A57E; }
p { color: rgb(50,165,126); }
H1.HeaderClassName
{
color: #32A57E;
}
.AnyTagClassName
{
color: #32A57E;
}
</style>
background-color css
<style>
a { background-color: #32A57E; }
a { background-color: rgb(50,165,126); }
div.DivClassName
{
background-color: #32A57E;
}
.BgClassName
{
background-color: #32A57E;
}
</style>
border-color css
<style>
span { border-color: #32A57E; }
span { border-color: rgb(50,165,126); }
td.TdClassName
{
border-color: #32A57E;
}
.TagClassName
{
border-color: #32A57E;
}
</style>