Shades of Gossamer #44A07D
Tints of Gossamer #44A07D
RGB
CMYK
RGB Variations
Color information
#44A07D (or 0x44A07D) is known color: Gossamer. HEX triplet: 44, A0 and 7D. RGB value is (68,160,125). Sum of RGB (Red+Green+Blue) = 68+160+125=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 125 (49.22% from 255 or 35.41% from 353); Max value from RGB is 160 - color contains mainly: green. Hex color #44A07D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A07D is #BB5F82. Grayscale: #808080. Windows color (decimal): -12279683 or 8233028. OLE color: 8233028.
HSL color Cylindrical-coordinate representation of color #44A07D: hue angle of 157.17º 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 #44A07D is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 160 | 125 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.37 |
| HSL | 157.17º | 0.4% | 0.45% | - |
| HSV(B) | 157.17º | 0.58% | 0.63% | - |
| XYZ | 18.66 | 27.85 | 23.79 | - |
| YUV | 128.5 | 126.02 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 160 | 125 | 0.57 | 0 | 0.22 | 0.37 | 157.17 | 0.4 | 0.45 |
| Hex | 44 | A0 | 7D | 39 | 0 | 16 | 25 | 9D | 28 | 2D |
| Octal | 104 | 240 | 175 | 71 | 0 | 26 | 45 | 235 | 50 | 55 |
| Binary | 1000100 | 10100000 | 1111101 | 111001 | 0 | 10110 | 100101 | 10011101 | 101000 | 101101 |
Color Harmonies of #44A07D
Complementary color
Monochromatic Colors of #44A07D
Black with #44A07D
Text Example
Text Example
White with #44A07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A07D; }
p { color: rgb(68,160,125); }
H1.HeaderClassName
{
color: #44A07D;
}
.AnyTagClassName
{
color: #44A07D;
}
</style>
background-color css
<style>
a { background-color: #44A07D; }
a { background-color: rgb(68,160,125); }
div.DivClassName
{
background-color: #44A07D;
}
.BgClassName
{
background-color: #44A07D;
}
</style>
border-color css
<style>
span { border-color: #44A07D; }
span { border-color: rgb(68,160,125); }
td.TdClassName
{
border-color: #44A07D;
}
.TagClassName
{
border-color: #44A07D;
}
</style>