Shades of Gossamer #49AA90
Tints of Gossamer #49AA90
RGB
CMYK
RGB Variations
Color information
#49AA90 (or 0x49AA90) is known color: Gossamer. HEX triplet: 49, AA and 90. RGB value is (73,170,144). Sum of RGB (Red+Green+Blue) = 73+170+144=387 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.86% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 144 (56.64% from 255 or 37.21% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #49AA90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AA90 is #B6556F. Grayscale: #8A8A8A. Windows color (decimal): -11949424 or 9480777. OLE color: 9480777.
HSL color Cylindrical-coordinate representation of color #49AA90: hue angle of 163.92º 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 #49AA90 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 73 | 170 | 144 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.33 |
| HSL | 163.92º | 0.4% | 0.48% | - |
| HSV(B) | 163.92º | 0.57% | 0.67% | - |
| XYZ | 22.16 | 32.18 | 31.43 | - |
| YUV | 138.03 | 131.36 | 81.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 170 | 144 | 0.57 | 0 | 0.15 | 0.33 | 163.92 | 0.4 | 0.48 |
| Hex | 49 | AA | 90 | 39 | 0 | F | 21 | A4 | 28 | 30 |
| Octal | 111 | 252 | 220 | 71 | 0 | 17 | 41 | 244 | 50 | 60 |
| Binary | 1001001 | 10101010 | 10010000 | 111001 | 0 | 1111 | 100001 | 10100100 | 101000 | 110000 |
Color Harmonies of #49AA90
Complementary color
Monochromatic Colors of #49AA90
Black with #49AA90
Text Example
Text Example
White with #49AA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AA90; }
p { color: rgb(73,170,144); }
H1.HeaderClassName
{
color: #49AA90;
}
.AnyTagClassName
{
color: #49AA90;
}
</style>
background-color css
<style>
a { background-color: #49AA90; }
a { background-color: rgb(73,170,144); }
div.DivClassName
{
background-color: #49AA90;
}
.BgClassName
{
background-color: #49AA90;
}
</style>
border-color css
<style>
span { border-color: #49AA90; }
span { border-color: rgb(73,170,144); }
td.TdClassName
{
border-color: #49AA90;
}
.TagClassName
{
border-color: #49AA90;
}
</style>