Shades of Gossamer #49AC8F
Tints of Gossamer #49AC8F
RGB
CMYK
RGB Variations
Color information
#49AC8F (or 0x49AC8F) is known color: Gossamer. HEX triplet: 49, AC and 8F. RGB value is (73,172,143). Sum of RGB (Red+Green+Blue) = 73+172+143=388 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.81% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 143 (56.25% from 255 or 36.86% from 388); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AC8F is #B65370. Grayscale: #8B8B8B. Windows color (decimal): -11948913 or 9415753. OLE color: 9415753.
HSL color Cylindrical-coordinate representation of color #49AC8F: hue angle of 162.42º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AC8F is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 172 | 143 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.33 |
| HSL | 162.42º | 0.4% | 0.48% | - |
| HSV(B) | 162.42º | 0.58% | 0.67% | - |
| XYZ | 22.46 | 32.9 | 31.15 | - |
| YUV | 139.09 | 130.2 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 172 | 143 | 0.58 | 0 | 0.17 | 0.33 | 162.42 | 0.4 | 0.48 |
| Hex | 49 | AC | 8F | 3A | 0 | 11 | 21 | A2 | 28 | 30 |
| Octal | 111 | 254 | 217 | 72 | 0 | 21 | 41 | 242 | 50 | 60 |
| Binary | 1001001 | 10101100 | 10001111 | 111010 | 0 | 10001 | 100001 | 10100010 | 101000 | 110000 |
Color Harmonies of #49AC8F
Complementary color
Monochromatic Colors of #49AC8F
Black with #49AC8F
Text Example
Text Example
White with #49AC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AC8F; }
p { color: rgb(73,172,143); }
H1.HeaderClassName
{
color: #49AC8F;
}
.AnyTagClassName
{
color: #49AC8F;
}
</style>
background-color css
<style>
a { background-color: #49AC8F; }
a { background-color: rgb(73,172,143); }
div.DivClassName
{
background-color: #49AC8F;
}
.BgClassName
{
background-color: #49AC8F;
}
</style>
border-color css
<style>
span { border-color: #49AC8F; }
span { border-color: rgb(73,172,143); }
td.TdClassName
{
border-color: #49AC8F;
}
.TagClassName
{
border-color: #49AC8F;
}
</style>