Shades of Gossamer #49AD8F
Tints of Gossamer #49AD8F
RGB
CMYK
RGB Variations
Color information
#49AD8F (or 0x49AD8F) is known color: Gossamer. HEX triplet: 49, AD and 8F. RGB value is (73,173,143). Sum of RGB (Red+Green+Blue) = 73+173+143=389 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.77% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AD8F is #B65270. Grayscale: #8B8B8B. Windows color (decimal): -11948657 or 9416009. OLE color: 9416009.
HSL color Cylindrical-coordinate representation of color #49AD8F: hue angle of 162º 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 #49AD8F is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 73 | 173 | 143 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.32 |
| HSL | 162º | 0.41% | 0.48% | - |
| HSV(B) | 162º | 0.58% | 0.68% | - |
| XYZ | 22.65 | 33.29 | 31.22 | - |
| YUV | 139.68 | 129.87 | 80.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 173 | 143 | 0.58 | 0 | 0.17 | 0.32 | 162 | 0.41 | 0.48 |
| Hex | 49 | AD | 8F | 3A | 0 | 11 | 20 | A2 | 29 | 30 |
| Octal | 111 | 255 | 217 | 72 | 0 | 21 | 40 | 242 | 51 | 60 |
| Binary | 1001001 | 10101101 | 10001111 | 111010 | 0 | 10001 | 100000 | 10100010 | 101001 | 110000 |
Color Harmonies of #49AD8F
Complementary color
Monochromatic Colors of #49AD8F
Black with #49AD8F
Text Example
Text Example
White with #49AD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AD8F; }
p { color: rgb(73,173,143); }
H1.HeaderClassName
{
color: #49AD8F;
}
.AnyTagClassName
{
color: #49AD8F;
}
</style>
background-color css
<style>
a { background-color: #49AD8F; }
a { background-color: rgb(73,173,143); }
div.DivClassName
{
background-color: #49AD8F;
}
.BgClassName
{
background-color: #49AD8F;
}
</style>
border-color css
<style>
span { border-color: #49AD8F; }
span { border-color: rgb(73,173,143); }
td.TdClassName
{
border-color: #49AD8F;
}
.TagClassName
{
border-color: #49AD8F;
}
</style>