Shades of Gossamer #44A180
Tints of Gossamer #44A180
RGB
CMYK
RGB Variations
Color information
#44A180 (or 0x44A180) is known color: Gossamer. HEX triplet: 44, A1 and 80. RGB value is (68,161,128). Sum of RGB (Red+Green+Blue) = 68+161+128=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 161 - color contains mainly: green. Hex color #44A180 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A180 is #BB5E7F. Grayscale: #818181. Windows color (decimal): -12279424 or 8429892. OLE color: 8429892.
HSL color Cylindrical-coordinate representation of color #44A180: hue angle of 158.71º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44A180 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 161 | 128 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.37 |
| HSL | 158.71º | 0.41% | 0.45% | - |
| HSV(B) | 158.71º | 0.58% | 0.63% | - |
| XYZ | 19.03 | 28.28 | 24.88 | - |
| YUV | 129.43 | 127.19 | 84.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 161 | 128 | 0.58 | 0 | 0.20 | 0.37 | 158.71 | 0.41 | 0.45 |
| Hex | 44 | A1 | 80 | 3A | 0 | 14 | 25 | 9F | 29 | 2D |
| Octal | 104 | 241 | 200 | 72 | 0 | 24 | 45 | 237 | 51 | 55 |
| Binary | 1000100 | 10100001 | 10000000 | 111010 | 0 | 10100 | 100101 | 10011111 | 101001 | 101101 |
Color Harmonies of #44A180
Complementary color
Monochromatic Colors of #44A180
Black with #44A180
Text Example
Text Example
White with #44A180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A180; }
p { color: rgb(68,161,128); }
H1.HeaderClassName
{
color: #44A180;
}
.AnyTagClassName
{
color: #44A180;
}
</style>
background-color css
<style>
a { background-color: #44A180; }
a { background-color: rgb(68,161,128); }
div.DivClassName
{
background-color: #44A180;
}
.BgClassName
{
background-color: #44A180;
}
</style>
border-color css
<style>
span { border-color: #44A180; }
span { border-color: rgb(68,161,128); }
td.TdClassName
{
border-color: #44A180;
}
.TagClassName
{
border-color: #44A180;
}
</style>