Shades of Gossamer #31A187
Tints of Gossamer #31A187
RGB
CMYK
RGB Variations
Color information
#31A187 (or 0x31A187) is known color: Gossamer. HEX triplet: 31, A1 and 87. RGB value is (49,161,135). Sum of RGB (Red+Green+Blue) = 49+161+135=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #31A187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A187 is #CE5E78. Grayscale: #7C7C7C. Windows color (decimal): -13524601 or 8888625. OLE color: 8888625.
HSL color Cylindrical-coordinate representation of color #31A187: hue angle of 166.07º 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 #31A187 is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 161 | 135 | - |
| CMYK | 0.70 | 0 | 0.16 | 0.37 |
| HSL | 166.07º | 0.53% | 0.41% | - |
| HSV(B) | 166.07º | 0.7% | 0.63% | - |
| XYZ | 18.38 | 27.89 | 27.34 | - |
| YUV | 124.55 | 133.89 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 161 | 135 | 0.70 | 0 | 0.16 | 0.37 | 166.07 | 0.53 | 0.41 |
| Hex | 31 | A1 | 87 | 46 | 0 | 10 | 25 | A6 | 35 | 29 |
| Octal | 61 | 241 | 207 | 106 | 0 | 20 | 45 | 246 | 65 | 51 |
| Binary | 110001 | 10100001 | 10000111 | 1000110 | 0 | 10000 | 100101 | 10100110 | 110101 | 101001 |
Color Harmonies of #31A187
Complementary color
Monochromatic Colors of #31A187
Black with #31A187
Text Example
Text Example
White with #31A187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A187; }
p { color: rgb(49,161,135); }
H1.HeaderClassName
{
color: #31A187;
}
.AnyTagClassName
{
color: #31A187;
}
</style>
background-color css
<style>
a { background-color: #31A187; }
a { background-color: rgb(49,161,135); }
div.DivClassName
{
background-color: #31A187;
}
.BgClassName
{
background-color: #31A187;
}
</style>
border-color css
<style>
span { border-color: #31A187; }
span { border-color: rgb(49,161,135); }
td.TdClassName
{
border-color: #31A187;
}
.TagClassName
{
border-color: #31A187;
}
</style>