Shades of Gossamer #44A390
Tints of Gossamer #44A390
RGB
CMYK
RGB Variations
Color information
#44A390 (or 0x44A390) is known color: Gossamer. HEX triplet: 44, A3 and 90. RGB value is (68,163,144). Sum of RGB (Red+Green+Blue) = 68+163+144=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 163 (64.06% from 255 or 43.47% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 163 - color contains mainly: green. Hex color #44A390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A390 is #BB5C6F. Grayscale: #848484. Windows color (decimal): -12278896 or 9478980. OLE color: 9478980.
HSL color Cylindrical-coordinate representation of color #44A390: hue angle of 168º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44A390 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 68 | 163 | 144 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.36 |
| HSL | 168º | 0.41% | 0.45% | - |
| HSV(B) | 168º | 0.58% | 0.64% | - |
| XYZ | 20.52 | 29.44 | 30.99 | - |
| YUV | 132.43 | 134.53 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 163 | 144 | 0.58 | 0 | 0.12 | 0.36 | 168 | 0.41 | 0.45 |
| Hex | 44 | A3 | 90 | 3A | 0 | C | 24 | A8 | 29 | 2D |
| Octal | 104 | 243 | 220 | 72 | 0 | 14 | 44 | 250 | 51 | 55 |
| Binary | 1000100 | 10100011 | 10010000 | 111010 | 0 | 1100 | 100100 | 10101000 | 101001 | 101101 |
Color Harmonies of #44A390
Complementary color
Monochromatic Colors of #44A390
Black with #44A390
Text Example
Text Example
White with #44A390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A390; }
p { color: rgb(68,163,144); }
H1.HeaderClassName
{
color: #44A390;
}
.AnyTagClassName
{
color: #44A390;
}
</style>
background-color css
<style>
a { background-color: #44A390; }
a { background-color: rgb(68,163,144); }
div.DivClassName
{
background-color: #44A390;
}
.BgClassName
{
background-color: #44A390;
}
</style>
border-color css
<style>
span { border-color: #44A390; }
span { border-color: rgb(68,163,144); }
td.TdClassName
{
border-color: #44A390;
}
.TagClassName
{
border-color: #44A390;
}
</style>