Shades of Gossamer #49A08F
Tints of Gossamer #49A08F
RGB
CMYK
RGB Variations
Color information
#49A08F (or 0x49A08F) is known color: Gossamer. HEX triplet: 49, A0 and 8F. RGB value is (73,160,143). Sum of RGB (Red+Green+Blue) = 73+160+143=376 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.41% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 160 - color contains mainly: green. Hex color #49A08F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A08F is #B65F70. Grayscale: #848484. Windows color (decimal): -11951985 or 9412681. OLE color: 9412681.
HSL color Cylindrical-coordinate representation of color #49A08F: hue angle of 168.28º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49A08F is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 160 | 143 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.37 |
| HSL | 168.28º | 0.37% | 0.46% | - |
| HSV(B) | 168.28º | 0.54% | 0.63% | - |
| XYZ | 20.28 | 28.54 | 30.43 | - |
| YUV | 132.05 | 134.18 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 160 | 143 | 0.54 | 0 | 0.11 | 0.37 | 168.28 | 0.37 | 0.46 |
| Hex | 49 | A0 | 8F | 36 | 0 | B | 25 | A8 | 25 | 2E |
| Octal | 111 | 240 | 217 | 66 | 0 | 13 | 45 | 250 | 45 | 56 |
| Binary | 1001001 | 10100000 | 10001111 | 110110 | 0 | 1011 | 100101 | 10101000 | 100101 | 101110 |
Color Harmonies of #49A08F
Complementary color
Monochromatic Colors of #49A08F
Black with #49A08F
Text Example
Text Example
White with #49A08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A08F; }
p { color: rgb(73,160,143); }
H1.HeaderClassName
{
color: #49A08F;
}
.AnyTagClassName
{
color: #49A08F;
}
</style>
background-color css
<style>
a { background-color: #49A08F; }
a { background-color: rgb(73,160,143); }
div.DivClassName
{
background-color: #49A08F;
}
.BgClassName
{
background-color: #49A08F;
}
</style>
border-color css
<style>
span { border-color: #49A08F; }
span { border-color: rgb(73,160,143); }
td.TdClassName
{
border-color: #49A08F;
}
.TagClassName
{
border-color: #49A08F;
}
</style>