Shades of Gossamer #32A18F
Tints of Gossamer #32A18F
RGB
CMYK
RGB Variations
Color information
#32A18F (or 0x32A18F) is known color: Gossamer. HEX triplet: 32, A1 and 8F. RGB value is (50,161,143). Sum of RGB (Red+Green+Blue) = 50+161+143=354 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.12% from 354); Green value is 161 (63.28% from 255 or 45.48% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 161 - color contains mainly: green. Hex color #32A18F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32A18F is #CD5E70. Grayscale: #7D7D7D. Windows color (decimal): -13459057 or 9412914. OLE color: 9412914.
HSL color Cylindrical-coordinate representation of color #32A18F: hue angle of 170.27º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #32A18F is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 50 | 161 | 143 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.37 |
| HSL | 170.27º | 0.53% | 0.41% | - |
| HSV(B) | 170.27º | 0.69% | 0.63% | - |
| XYZ | 19.02 | 28.15 | 30.42 | - |
| YUV | 125.76 | 137.73 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 161 | 143 | 0.69 | 0 | 0.11 | 0.37 | 170.27 | 0.53 | 0.41 |
| Hex | 32 | A1 | 8F | 45 | 0 | B | 25 | AA | 35 | 29 |
| Octal | 62 | 241 | 217 | 105 | 0 | 13 | 45 | 252 | 65 | 51 |
| Binary | 110010 | 10100001 | 10001111 | 1000101 | 0 | 1011 | 100101 | 10101010 | 110101 | 101001 |
Color Harmonies of #32A18F
Complementary color
Monochromatic Colors of #32A18F
Black with #32A18F
Text Example
Text Example
White with #32A18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32A18F; }
p { color: rgb(50,161,143); }
H1.HeaderClassName
{
color: #32A18F;
}
.AnyTagClassName
{
color: #32A18F;
}
</style>
background-color css
<style>
a { background-color: #32A18F; }
a { background-color: rgb(50,161,143); }
div.DivClassName
{
background-color: #32A18F;
}
.BgClassName
{
background-color: #32A18F;
}
</style>
border-color css
<style>
span { border-color: #32A18F; }
span { border-color: rgb(50,161,143); }
td.TdClassName
{
border-color: #32A18F;
}
.TagClassName
{
border-color: #32A18F;
}
</style>