Shades of Gossamer #49AB8D
Tints of Gossamer #49AB8D
RGB
CMYK
RGB Variations
Color information
#49AB8D (or 0x49AB8D) is known color: Gossamer. HEX triplet: 49, AB and 8D. RGB value is (73,171,141). Sum of RGB (Red+Green+Blue) = 73+171+141=385 (50% of max value = 765). Red value is 73 (28.91% from 255 or 18.96% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 171 - color contains mainly: green. Hex color #49AB8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AB8D is #B65472. Grayscale: #8A8A8A. Windows color (decimal): -11949171 or 9284425. OLE color: 9284425.
HSL color Cylindrical-coordinate representation of color #49AB8D: hue angle of 161.63º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49AB8D is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 171 | 141 | - |
| CMYK | 0.57 | 0 | 0.18 | 0.33 |
| HSL | 161.63º | 0.4% | 0.48% | - |
| HSV(B) | 161.63º | 0.57% | 0.67% | - |
| XYZ | 22.12 | 32.47 | 30.3 | - |
| YUV | 138.28 | 129.53 | 81.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 171 | 141 | 0.57 | 0 | 0.18 | 0.33 | 161.63 | 0.4 | 0.48 |
| Hex | 49 | AB | 8D | 39 | 0 | 12 | 21 | A2 | 28 | 30 |
| Octal | 111 | 253 | 215 | 71 | 0 | 22 | 41 | 242 | 50 | 60 |
| Binary | 1001001 | 10101011 | 10001101 | 111001 | 0 | 10010 | 100001 | 10100010 | 101000 | 110000 |
Color Harmonies of #49AB8D
Complementary color
Monochromatic Colors of #49AB8D
Black with #49AB8D
Text Example
Text Example
White with #49AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AB8D; }
p { color: rgb(73,171,141); }
H1.HeaderClassName
{
color: #49AB8D;
}
.AnyTagClassName
{
color: #49AB8D;
}
</style>
background-color css
<style>
a { background-color: #49AB8D; }
a { background-color: rgb(73,171,141); }
div.DivClassName
{
background-color: #49AB8D;
}
.BgClassName
{
background-color: #49AB8D;
}
</style>
border-color css
<style>
span { border-color: #49AB8D; }
span { border-color: rgb(73,171,141); }
td.TdClassName
{
border-color: #49AB8D;
}
.TagClassName
{
border-color: #49AB8D;
}
</style>