Shades of Gossamer #49AD87
Tints of Gossamer #49AD87
RGB
CMYK
RGB Variations
Color information
#49AD87 (or 0x49AD87) is known color: Gossamer. HEX triplet: 49, AD and 87. RGB value is (73,173,135). Sum of RGB (Red+Green+Blue) = 73+173+135=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 173 (67.97% from 255 or 45.41% from 381); Blue value is 135 (53.12% from 255 or 35.43% from 381); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AD87 is #B65278. Grayscale: #8A8A8A. Windows color (decimal): -11948665 or 8891721. OLE color: 8891721.
HSL color Cylindrical-coordinate representation of color #49AD87: hue angle of 157.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AD87 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 173 | 135 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.32 |
| HSL | 157.2º | 0.41% | 0.48% | - |
| HSV(B) | 157.2º | 0.58% | 0.68% | - |
| XYZ | 22.06 | 33.05 | 28.14 | - |
| YUV | 138.77 | 125.87 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 135 | 0.58 | 0 | 0.22 | 0.32 | 157.2 | 0.41 | 0.48 |
| Hex | 49 | AD | 87 | 3A | 0 | 16 | 20 | 9D | 29 | 30 |
| Octal | 111 | 255 | 207 | 72 | 0 | 26 | 40 | 235 | 51 | 60 |
| Binary | 1001001 | 10101101 | 10000111 | 111010 | 0 | 10110 | 100000 | 10011101 | 101001 | 110000 |
Color Harmonies of #49AD87
Complementary color
Monochromatic Colors of #49AD87
Black with #49AD87
Text Example
Text Example
White with #49AD87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AD87; }
p { color: rgb(73,173,135); }
H1.HeaderClassName
{
color: #49AD87;
}
.AnyTagClassName
{
color: #49AD87;
}
</style>
background-color css
<style>
a { background-color: #49AD87; }
a { background-color: rgb(73,173,135); }
div.DivClassName
{
background-color: #49AD87;
}
.BgClassName
{
background-color: #49AD87;
}
</style>
border-color css
<style>
span { border-color: #49AD87; }
span { border-color: rgb(73,173,135); }
td.TdClassName
{
border-color: #49AD87;
}
.TagClassName
{
border-color: #49AD87;
}
</style>