Shades of Gossamer #31A17D
Tints of Gossamer #31A17D
RGB
CMYK
RGB Variations
Color information
#31A17D (or 0x31A17D) is known color: Gossamer. HEX triplet: 31, A1 and 7D. RGB value is (49,161,125). Sum of RGB (Red+Green+Blue) = 49+161+125=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 161 - color contains mainly: green. Hex color #31A17D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A17D is #CE5E82. Grayscale: #7B7B7B. Windows color (decimal): -13524611 or 8233265. OLE color: 8233265.
HSL color Cylindrical-coordinate representation of color #31A17D: hue angle of 160.71º 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 #31A17D is Cyan = 0.70, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 161 | 125 | - |
| CMYK | 0.70 | 0 | 0.22 | 0.37 |
| HSL | 160.71º | 0.53% | 0.41% | - |
| HSV(B) | 160.71º | 0.7% | 0.63% | - |
| XYZ | 17.71 | 27.62 | 23.8 | - |
| YUV | 123.41 | 128.89 | 74.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 161 | 125 | 0.70 | 0 | 0.22 | 0.37 | 160.71 | 0.53 | 0.41 |
| Hex | 31 | A1 | 7D | 46 | 0 | 16 | 25 | A1 | 35 | 29 |
| Octal | 61 | 241 | 175 | 106 | 0 | 26 | 45 | 241 | 65 | 51 |
| Binary | 110001 | 10100001 | 1111101 | 1000110 | 0 | 10110 | 100101 | 10100001 | 110101 | 101001 |
Color Harmonies of #31A17D
Complementary color
Monochromatic Colors of #31A17D
Black with #31A17D
Text Example
Text Example
White with #31A17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A17D; }
p { color: rgb(49,161,125); }
H1.HeaderClassName
{
color: #31A17D;
}
.AnyTagClassName
{
color: #31A17D;
}
</style>
background-color css
<style>
a { background-color: #31A17D; }
a { background-color: rgb(49,161,125); }
div.DivClassName
{
background-color: #31A17D;
}
.BgClassName
{
background-color: #31A17D;
}
</style>
border-color css
<style>
span { border-color: #31A17D; }
span { border-color: rgb(49,161,125); }
td.TdClassName
{
border-color: #31A17D;
}
.TagClassName
{
border-color: #31A17D;
}
</style>