Shades of Gossamer #49A188
Tints of Gossamer #49A188
RGB
CMYK
RGB Variations
Color information
#49A188 (or 0x49A188) is known color: Gossamer. HEX triplet: 49, A1 and 88. RGB value is (73,161,136). Sum of RGB (Red+Green+Blue) = 73+161+136=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 161 (63.28% from 255 or 43.51% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 161 - color contains mainly: green. Hex color #49A188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49A188 is #B65E77. Grayscale: #838383. Windows color (decimal): -11951736 or 8954185. OLE color: 8954185.
HSL color Cylindrical-coordinate representation of color #49A188: hue angle of 162.95º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A188 is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 161 | 136 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.37 |
| HSL | 162.95º | 0.38% | 0.46% | - |
| HSV(B) | 162.95º | 0.55% | 0.63% | - |
| XYZ | 19.94 | 28.68 | 27.78 | - |
| YUV | 131.84 | 130.35 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 161 | 136 | 0.55 | 0 | 0.16 | 0.37 | 162.95 | 0.38 | 0.46 |
| Hex | 49 | A1 | 88 | 37 | 0 | 10 | 25 | A3 | 26 | 2E |
| Octal | 111 | 241 | 210 | 67 | 0 | 20 | 45 | 243 | 46 | 56 |
| Binary | 1001001 | 10100001 | 10001000 | 110111 | 0 | 10000 | 100101 | 10100011 | 100110 | 101110 |
Color Harmonies of #49A188
Complementary color
Monochromatic Colors of #49A188
Black with #49A188
Text Example
Text Example
White with #49A188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49A188; }
p { color: rgb(73,161,136); }
H1.HeaderClassName
{
color: #49A188;
}
.AnyTagClassName
{
color: #49A188;
}
</style>
background-color css
<style>
a { background-color: #49A188; }
a { background-color: rgb(73,161,136); }
div.DivClassName
{
background-color: #49A188;
}
.BgClassName
{
background-color: #49A188;
}
</style>
border-color css
<style>
span { border-color: #49A188; }
span { border-color: rgb(73,161,136); }
td.TdClassName
{
border-color: #49A188;
}
.TagClassName
{
border-color: #49A188;
}
</style>