Shades of Gossamer #32A47B
Tints of Gossamer #32A47B
RGB
CMYK
RGB Variations
Color information
#32A47B (or 0x32A47B) is known color: Gossamer. HEX triplet: 32, A4 and 7B. RGB value is (50,164,123). Sum of RGB (Red+Green+Blue) = 50+164+123=337 (44% of max value = 765). Red value is 50 (19.92% from 255 or 14.84% from 337); Green value is 164 (64.45% from 255 or 48.66% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 164 - color contains mainly: green. Hex color #32A47B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #32A47B is #CD5B84. Grayscale: #7D7D7D. Windows color (decimal): -13458309 or 8102962. OLE color: 8102962.
HSL color Cylindrical-coordinate representation of color #32A47B: hue angle of 158.42º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #32A47B is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 164 | 123 | - |
| CMYK | 0.70 | 0 | 0.25 | 0.36 |
| HSL | 158.42º | 0.53% | 0.42% | - |
| HSV(B) | 158.42º | 0.7% | 0.64% | - |
| XYZ | 18.17 | 28.66 | 23.31 | - |
| YUV | 125.24 | 126.73 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 164 | 123 | 0.70 | 0 | 0.25 | 0.36 | 158.42 | 0.53 | 0.42 |
| Hex | 32 | A4 | 7B | 46 | 0 | 19 | 24 | 9E | 35 | 2A |
| Octal | 62 | 244 | 173 | 106 | 0 | 31 | 44 | 236 | 65 | 52 |
| Binary | 110010 | 10100100 | 1111011 | 1000110 | 0 | 11001 | 100100 | 10011110 | 110101 | 101010 |
Color Harmonies of #32A47B
Complementary color
Monochromatic Colors of #32A47B
Black with #32A47B
Text Example
Text Example
White with #32A47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A47B; }
p { color: rgb(50,164,123); }
H1.HeaderClassName
{
color: #32A47B;
}
.AnyTagClassName
{
color: #32A47B;
}
</style>
background-color css
<style>
a { background-color: #32A47B; }
a { background-color: rgb(50,164,123); }
div.DivClassName
{
background-color: #32A47B;
}
.BgClassName
{
background-color: #32A47B;
}
</style>
border-color css
<style>
span { border-color: #32A47B; }
span { border-color: rgb(50,164,123); }
td.TdClassName
{
border-color: #32A47B;
}
.TagClassName
{
border-color: #32A47B;
}
</style>