Shades of Gossamer #44A088
Tints of Gossamer #44A088
RGB
CMYK
RGB Variations
Color information
#44A088 (or 0x44A088) is known color: Gossamer. HEX triplet: 44, A0 and 88. RGB value is (68,160,136). Sum of RGB (Red+Green+Blue) = 68+160+136=364 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.68% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 160 - color contains mainly: green. Hex color #44A088 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A088 is #BB5F77. Grayscale: #818181. Windows color (decimal): -12279672 or 8953924. OLE color: 8953924.
HSL color Cylindrical-coordinate representation of color #44A088: hue angle of 164.35º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #44A088 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 160 | 136 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.37 |
| HSL | 164.35º | 0.4% | 0.45% | - |
| HSV(B) | 164.35º | 0.58% | 0.63% | - |
| XYZ | 19.4 | 28.15 | 27.7 | - |
| YUV | 129.76 | 131.52 | 83.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 160 | 136 | 0.57 | 0 | 0.15 | 0.37 | 164.35 | 0.4 | 0.45 |
| Hex | 44 | A0 | 88 | 39 | 0 | F | 25 | A4 | 28 | 2D |
| Octal | 104 | 240 | 210 | 71 | 0 | 17 | 45 | 244 | 50 | 55 |
| Binary | 1000100 | 10100000 | 10001000 | 111001 | 0 | 1111 | 100101 | 10100100 | 101000 | 101101 |
Color Harmonies of #44A088
Complementary color
Monochromatic Colors of #44A088
Black with #44A088
Text Example
Text Example
White with #44A088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A088; }
p { color: rgb(68,160,136); }
H1.HeaderClassName
{
color: #44A088;
}
.AnyTagClassName
{
color: #44A088;
}
</style>
background-color css
<style>
a { background-color: #44A088; }
a { background-color: rgb(68,160,136); }
div.DivClassName
{
background-color: #44A088;
}
.BgClassName
{
background-color: #44A088;
}
</style>
border-color css
<style>
span { border-color: #44A088; }
span { border-color: rgb(68,160,136); }
td.TdClassName
{
border-color: #44A088;
}
.TagClassName
{
border-color: #44A088;
}
</style>