Shades of Gossamer #49AB8F
Tints of Gossamer #49AB8F
RGB
CMYK
RGB Variations
Color information
#49AB8F (or 0x49AB8F) is known color: Gossamer. HEX triplet: 49, AB and 8F. RGB value is (73,171,143). Sum of RGB (Red+Green+Blue) = 73+171+143=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #49AB8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AB8F is #B65470. Grayscale: #8A8A8A. Windows color (decimal): -11949169 or 9415497. OLE color: 9415497.
HSL color Cylindrical-coordinate representation of color #49AB8F: hue angle of 162.86º 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 #49AB8F is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 171 | 143 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.33 |
| HSL | 162.86º | 0.4% | 0.48% | - |
| HSV(B) | 162.86º | 0.57% | 0.67% | - |
| XYZ | 22.27 | 32.53 | 31.09 | - |
| YUV | 138.51 | 130.53 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 171 | 143 | 0.57 | 0 | 0.16 | 0.33 | 162.86 | 0.4 | 0.48 |
| Hex | 49 | AB | 8F | 39 | 0 | 10 | 21 | A3 | 28 | 30 |
| Octal | 111 | 253 | 217 | 71 | 0 | 20 | 41 | 243 | 50 | 60 |
| Binary | 1001001 | 10101011 | 10001111 | 111001 | 0 | 10000 | 100001 | 10100011 | 101000 | 110000 |
Color Harmonies of #49AB8F
Complementary color
Monochromatic Colors of #49AB8F
Black with #49AB8F
Text Example
Text Example
White with #49AB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AB8F; }
p { color: rgb(73,171,143); }
H1.HeaderClassName
{
color: #49AB8F;
}
.AnyTagClassName
{
color: #49AB8F;
}
</style>
background-color css
<style>
a { background-color: #49AB8F; }
a { background-color: rgb(73,171,143); }
div.DivClassName
{
background-color: #49AB8F;
}
.BgClassName
{
background-color: #49AB8F;
}
</style>
border-color css
<style>
span { border-color: #49AB8F; }
span { border-color: rgb(73,171,143); }
td.TdClassName
{
border-color: #49AB8F;
}
.TagClassName
{
border-color: #49AB8F;
}
</style>