Shades of Gossamer #44A685
Tints of Gossamer #44A685
RGB
CMYK
RGB Variations
Color information
#44A685 (or 0x44A685) is known color: Gossamer. HEX triplet: 44, A6 and 85. RGB value is (68,166,133). Sum of RGB (Red+Green+Blue) = 68+166+133=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 166 - color contains mainly: green. Hex color #44A685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A685 is #BB597A. Grayscale: #848484. Windows color (decimal): -12278139 or 8758852. OLE color: 8758852.
HSL color Cylindrical-coordinate representation of color #44A685: hue angle of 159.8º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44A685 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 68 | 166 | 133 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.35 |
| HSL | 159.8º | 0.42% | 0.46% | - |
| HSV(B) | 159.8º | 0.59% | 0.65% | - |
| XYZ | 20.25 | 30.19 | 26.95 | - |
| YUV | 132.94 | 128.03 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 166 | 133 | 0.59 | 0 | 0.20 | 0.35 | 159.8 | 0.42 | 0.46 |
| Hex | 44 | A6 | 85 | 3B | 0 | 14 | 23 | A0 | 2A | 2E |
| Octal | 104 | 246 | 205 | 73 | 0 | 24 | 43 | 240 | 52 | 56 |
| Binary | 1000100 | 10100110 | 10000101 | 111011 | 0 | 10100 | 100011 | 10100000 | 101010 | 101110 |
Color Harmonies of #44A685
Complementary color
Monochromatic Colors of #44A685
Black with #44A685
Text Example
Text Example
White with #44A685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A685; }
p { color: rgb(68,166,133); }
H1.HeaderClassName
{
color: #44A685;
}
.AnyTagClassName
{
color: #44A685;
}
</style>
background-color css
<style>
a { background-color: #44A685; }
a { background-color: rgb(68,166,133); }
div.DivClassName
{
background-color: #44A685;
}
.BgClassName
{
background-color: #44A685;
}
</style>
border-color css
<style>
span { border-color: #44A685; }
span { border-color: rgb(68,166,133); }
td.TdClassName
{
border-color: #44A685;
}
.TagClassName
{
border-color: #44A685;
}
</style>