Shades of Gossamer #31A17C
Tints of Gossamer #31A17C
RGB
CMYK
RGB Variations
Color information
#31A17C (or 0x31A17C) is known color: Gossamer. HEX triplet: 31, A1 and 7C. RGB value is (49,161,124). Sum of RGB (Red+Green+Blue) = 49+161+124=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 161 (63.28% from 255 or 48.20% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 161 - color contains mainly: green. Hex color #31A17C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A17C is #CE5E83. Grayscale: #7B7B7B. Windows color (decimal): -13524612 or 8167729. OLE color: 8167729.
HSL color Cylindrical-coordinate representation of color #31A17C: hue angle of 160.18º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31A17C is Cyan = 0.70, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 161 | 124 | - |
| CMYK | 0.70 | 0 | 0.23 | 0.37 |
| HSL | 160.18º | 0.53% | 0.41% | - |
| HSV(B) | 160.18º | 0.7% | 0.63% | - |
| XYZ | 17.65 | 27.6 | 23.47 | - |
| YUV | 123.29 | 128.39 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 161 | 124 | 0.70 | 0 | 0.23 | 0.37 | 160.18 | 0.53 | 0.41 |
| Hex | 31 | A1 | 7C | 46 | 0 | 17 | 25 | A0 | 35 | 29 |
| Octal | 61 | 241 | 174 | 106 | 0 | 27 | 45 | 240 | 65 | 51 |
| Binary | 110001 | 10100001 | 1111100 | 1000110 | 0 | 10111 | 100101 | 10100000 | 110101 | 101001 |
Color Harmonies of #31A17C
Complementary color
Monochromatic Colors of #31A17C
Black with #31A17C
Text Example
Text Example
White with #31A17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A17C; }
p { color: rgb(49,161,124); }
H1.HeaderClassName
{
color: #31A17C;
}
.AnyTagClassName
{
color: #31A17C;
}
</style>
background-color css
<style>
a { background-color: #31A17C; }
a { background-color: rgb(49,161,124); }
div.DivClassName
{
background-color: #31A17C;
}
.BgClassName
{
background-color: #31A17C;
}
</style>
border-color css
<style>
span { border-color: #31A17C; }
span { border-color: rgb(49,161,124); }
td.TdClassName
{
border-color: #31A17C;
}
.TagClassName
{
border-color: #31A17C;
}
</style>