Shades of Gossamer #31A07C
Tints of Gossamer #31A07C
RGB
CMYK
RGB Variations
Color information
#31A07C (or 0x31A07C) is known color: Gossamer. HEX triplet: 31, A0 and 7C. RGB value is (49,160,124). Sum of RGB (Red+Green+Blue) = 49+160+124=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 160 (62.89% from 255 or 48.05% from 333); Blue value is 124 (48.83% from 255 or 37.24% from 333); Max value from RGB is 160 - color contains mainly: green. Hex color #31A07C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A07C is #CE5F83. Grayscale: #7A7A7A. Windows color (decimal): -13524868 or 8167473. OLE color: 8167473.
HSL color Cylindrical-coordinate representation of color #31A07C: hue angle of 160.54º 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 #31A07C is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 160 | 124 | - |
| CMYK | 0.69 | 0 | 0.22 | 0.37 |
| HSL | 160.54º | 0.53% | 0.41% | - |
| HSV(B) | 160.54º | 0.69% | 0.63% | - |
| XYZ | 17.48 | 27.25 | 23.41 | - |
| YUV | 122.71 | 128.73 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 124 | 0.69 | 0 | 0.22 | 0.37 | 160.54 | 0.53 | 0.41 |
| Hex | 31 | A0 | 7C | 45 | 0 | 16 | 25 | A1 | 35 | 29 |
| Octal | 61 | 240 | 174 | 105 | 0 | 26 | 45 | 241 | 65 | 51 |
| Binary | 110001 | 10100000 | 1111100 | 1000101 | 0 | 10110 | 100101 | 10100001 | 110101 | 101001 |
Color Harmonies of #31A07C
Complementary color
Monochromatic Colors of #31A07C
Black with #31A07C
Text Example
Text Example
White with #31A07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A07C; }
p { color: rgb(49,160,124); }
H1.HeaderClassName
{
color: #31A07C;
}
.AnyTagClassName
{
color: #31A07C;
}
</style>
background-color css
<style>
a { background-color: #31A07C; }
a { background-color: rgb(49,160,124); }
div.DivClassName
{
background-color: #31A07C;
}
.BgClassName
{
background-color: #31A07C;
}
</style>
border-color css
<style>
span { border-color: #31A07C; }
span { border-color: rgb(49,160,124); }
td.TdClassName
{
border-color: #31A07C;
}
.TagClassName
{
border-color: #31A07C;
}
</style>