Shades of Gossamer #31A07A
Tints of Gossamer #31A07A
RGB
CMYK
RGB Variations
Color information
#31A07A (or 0x31A07A) is known color: Gossamer. HEX triplet: 31, A0 and 7A. RGB value is (49,160,122). Sum of RGB (Red+Green+Blue) = 49+160+122=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 160 (62.89% from 255 or 48.34% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 160 - color contains mainly: green. Hex color #31A07A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #31A07A is #CE5F85. Grayscale: #7A7A7A. Windows color (decimal): -13524870 or 8036401. OLE color: 8036401.
HSL color Cylindrical-coordinate representation of color #31A07A: hue angle of 159.46º 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 #31A07A is Cyan = 0.69, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 160 | 122 | - |
| CMYK | 0.69 | 0 | 0.24 | 0.37 |
| HSL | 159.46º | 0.53% | 0.41% | - |
| HSV(B) | 159.46º | 0.69% | 0.63% | - |
| XYZ | 17.35 | 27.2 | 22.75 | - |
| YUV | 122.48 | 127.73 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 122 | 0.69 | 0 | 0.24 | 0.37 | 159.46 | 0.53 | 0.41 |
| Hex | 31 | A0 | 7A | 45 | 0 | 18 | 25 | 9F | 35 | 29 |
| Octal | 61 | 240 | 172 | 105 | 0 | 30 | 45 | 237 | 65 | 51 |
| Binary | 110001 | 10100000 | 1111010 | 1000101 | 0 | 11000 | 100101 | 10011111 | 110101 | 101001 |
Color Harmonies of #31A07A
Complementary color
Monochromatic Colors of #31A07A
Black with #31A07A
Text Example
Text Example
White with #31A07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A07A; }
p { color: rgb(49,160,122); }
H1.HeaderClassName
{
color: #31A07A;
}
.AnyTagClassName
{
color: #31A07A;
}
</style>
background-color css
<style>
a { background-color: #31A07A; }
a { background-color: rgb(49,160,122); }
div.DivClassName
{
background-color: #31A07A;
}
.BgClassName
{
background-color: #31A07A;
}
</style>
border-color css
<style>
span { border-color: #31A07A; }
span { border-color: rgb(49,160,122); }
td.TdClassName
{
border-color: #31A07A;
}
.TagClassName
{
border-color: #31A07A;
}
</style>