Shades of Gossamer #32A28C
Tints of Gossamer #32A28C
RGB
CMYK
RGB Variations
Color information
#32A28C (or 0x32A28C) is known color: Gossamer. HEX triplet: 32, A2 and 8C. RGB value is (50,162,140). Sum of RGB (Red+Green+Blue) = 50+162+140=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 162 (63.67% from 255 or 46.02% from 352); Blue value is 140 (55.08% from 255 or 39.77% from 352); Max value from RGB is 162 - color contains mainly: green. Hex color #32A28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A28C is #CD5D73. Grayscale: #7D7D7D. Windows color (decimal): -13458804 or 9216562. OLE color: 9216562.
HSL color Cylindrical-coordinate representation of color #32A28C: hue angle of 168.21º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A28C is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 50 | 162 | 140 | - |
| CMYK | 0.69 | 0 | 0.14 | 0.36 |
| HSL | 168.21º | 0.53% | 0.42% | - |
| HSV(B) | 168.21º | 0.69% | 0.64% | - |
| XYZ | 18.97 | 28.41 | 29.3 | - |
| YUV | 126 | 135.89 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 162 | 140 | 0.69 | 0 | 0.14 | 0.36 | 168.21 | 0.53 | 0.42 |
| Hex | 32 | A2 | 8C | 45 | 0 | E | 24 | A8 | 35 | 2A |
| Octal | 62 | 242 | 214 | 105 | 0 | 16 | 44 | 250 | 65 | 52 |
| Binary | 110010 | 10100010 | 10001100 | 1000101 | 0 | 1110 | 100100 | 10101000 | 110101 | 101010 |
Color Harmonies of #32A28C
Complementary color
Monochromatic Colors of #32A28C
Black with #32A28C
Text Example
Text Example
White with #32A28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A28C; }
p { color: rgb(50,162,140); }
H1.HeaderClassName
{
color: #32A28C;
}
.AnyTagClassName
{
color: #32A28C;
}
</style>
background-color css
<style>
a { background-color: #32A28C; }
a { background-color: rgb(50,162,140); }
div.DivClassName
{
background-color: #32A28C;
}
.BgClassName
{
background-color: #32A28C;
}
</style>
border-color css
<style>
span { border-color: #32A28C; }
span { border-color: rgb(50,162,140); }
td.TdClassName
{
border-color: #32A28C;
}
.TagClassName
{
border-color: #32A28C;
}
</style>