Shades of Gossamer #32A488
Tints of Gossamer #32A488
RGB
CMYK
RGB Variations
Color information
#32A488 (or 0x32A488) is known color: Gossamer. HEX triplet: 32, A4 and 88. RGB value is (50,164,136). Sum of RGB (Red+Green+Blue) = 50+164+136=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 164 (64.45% from 255 or 46.86% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 164 - color contains mainly: green. Hex color #32A488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A488 is #CD5B77. Grayscale: #7E7E7E. Windows color (decimal): -13458296 or 8954930. OLE color: 8954930.
HSL color Cylindrical-coordinate representation of color #32A488: hue angle of 165.26º 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 #32A488 is Cyan = 0.70, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 164 | 136 | - |
| CMYK | 0.70 | 0 | 0.17 | 0.36 |
| HSL | 165.26º | 0.53% | 0.42% | - |
| HSV(B) | 165.26º | 0.7% | 0.64% | - |
| XYZ | 19.03 | 29.01 | 27.89 | - |
| YUV | 126.72 | 133.23 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 164 | 136 | 0.70 | 0 | 0.17 | 0.36 | 165.26 | 0.53 | 0.42 |
| Hex | 32 | A4 | 88 | 46 | 0 | 11 | 24 | A5 | 35 | 2A |
| Octal | 62 | 244 | 210 | 106 | 0 | 21 | 44 | 245 | 65 | 52 |
| Binary | 110010 | 10100100 | 10001000 | 1000110 | 0 | 10001 | 100100 | 10100101 | 110101 | 101010 |
Color Harmonies of #32A488
Complementary color
Monochromatic Colors of #32A488
Black with #32A488
Text Example
Text Example
White with #32A488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A488; }
p { color: rgb(50,164,136); }
H1.HeaderClassName
{
color: #32A488;
}
.AnyTagClassName
{
color: #32A488;
}
</style>
background-color css
<style>
a { background-color: #32A488; }
a { background-color: rgb(50,164,136); }
div.DivClassName
{
background-color: #32A488;
}
.BgClassName
{
background-color: #32A488;
}
</style>
border-color css
<style>
span { border-color: #32A488; }
span { border-color: rgb(50,164,136); }
td.TdClassName
{
border-color: #32A488;
}
.TagClassName
{
border-color: #32A488;
}
</style>