Shades of Gossamer #44A08B
Tints of Gossamer #44A08B
RGB
CMYK
RGB Variations
Color information
#44A08B (or 0x44A08B) is known color: Gossamer. HEX triplet: 44, A0 and 8B. RGB value is (68,160,139). Sum of RGB (Red+Green+Blue) = 68+160+139=367 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.53% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 160 - color contains mainly: green. Hex color #44A08B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A08B is #BB5F74. Grayscale: #828282. Windows color (decimal): -12279669 or 9150532. OLE color: 9150532.
HSL color Cylindrical-coordinate representation of color #44A08B: hue angle of 166.3º 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 #44A08B is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 68 | 160 | 139 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.37 |
| HSL | 166.3º | 0.4% | 0.45% | - |
| HSV(B) | 166.3º | 0.58% | 0.63% | - |
| XYZ | 19.61 | 28.23 | 28.84 | - |
| YUV | 130.1 | 133.02 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 160 | 139 | 0.57 | 0 | 0.13 | 0.37 | 166.3 | 0.4 | 0.45 |
| Hex | 44 | A0 | 8B | 39 | 0 | D | 25 | A6 | 28 | 2D |
| Octal | 104 | 240 | 213 | 71 | 0 | 15 | 45 | 246 | 50 | 55 |
| Binary | 1000100 | 10100000 | 10001011 | 111001 | 0 | 1101 | 100101 | 10100110 | 101000 | 101101 |
Color Harmonies of #44A08B
Complementary color
Monochromatic Colors of #44A08B
Black with #44A08B
Text Example
Text Example
White with #44A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A08B; }
p { color: rgb(68,160,139); }
H1.HeaderClassName
{
color: #44A08B;
}
.AnyTagClassName
{
color: #44A08B;
}
</style>
background-color css
<style>
a { background-color: #44A08B; }
a { background-color: rgb(68,160,139); }
div.DivClassName
{
background-color: #44A08B;
}
.BgClassName
{
background-color: #44A08B;
}
</style>
border-color css
<style>
span { border-color: #44A08B; }
span { border-color: rgb(68,160,139); }
td.TdClassName
{
border-color: #44A08B;
}
.TagClassName
{
border-color: #44A08B;
}
</style>