Shades of Gossamer #31A08F
Tints of Gossamer #31A08F
RGB
CMYK
RGB Variations
Color information
#31A08F (or 0x31A08F) is known color: Gossamer. HEX triplet: 31, A0 and 8F. RGB value is (49,160,143). Sum of RGB (Red+Green+Blue) = 49+160+143=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 160 (62.89% from 255 or 45.45% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 160 - color contains mainly: green. Hex color #31A08F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #31A08F is #CE5F70. Grayscale: #7C7C7C. Windows color (decimal): -13524849 or 9412657. OLE color: 9412657.
HSL color Cylindrical-coordinate representation of color #31A08F: hue angle of 170.81º 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 #31A08F is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 49 | 160 | 143 | - |
| CMYK | 0.69 | 0 | 0.11 | 0.37 |
| HSL | 170.81º | 0.53% | 0.41% | - |
| HSV(B) | 170.81º | 0.69% | 0.63% | - |
| XYZ | 18.8 | 27.78 | 30.36 | - |
| YUV | 124.87 | 138.23 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 160 | 143 | 0.69 | 0 | 0.11 | 0.37 | 170.81 | 0.53 | 0.41 |
| Hex | 31 | A0 | 8F | 45 | 0 | B | 25 | AB | 35 | 29 |
| Octal | 61 | 240 | 217 | 105 | 0 | 13 | 45 | 253 | 65 | 51 |
| Binary | 110001 | 10100000 | 10001111 | 1000101 | 0 | 1011 | 100101 | 10101011 | 110101 | 101001 |
Color Harmonies of #31A08F
Complementary color
Monochromatic Colors of #31A08F
Black with #31A08F
Text Example
Text Example
White with #31A08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31A08F; }
p { color: rgb(49,160,143); }
H1.HeaderClassName
{
color: #31A08F;
}
.AnyTagClassName
{
color: #31A08F;
}
</style>
background-color css
<style>
a { background-color: #31A08F; }
a { background-color: rgb(49,160,143); }
div.DivClassName
{
background-color: #31A08F;
}
.BgClassName
{
background-color: #31A08F;
}
</style>
border-color css
<style>
span { border-color: #31A08F; }
span { border-color: rgb(49,160,143); }
td.TdClassName
{
border-color: #31A08F;
}
.TagClassName
{
border-color: #31A08F;
}
</style>