Shades of Gossamer #44A68F
Tints of Gossamer #44A68F
RGB
CMYK
RGB Variations
Color information
#44A68F (or 0x44A68F) is known color: Gossamer. HEX triplet: 44, A6 and 8F. RGB value is (68,166,143). Sum of RGB (Red+Green+Blue) = 68+166+143=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 166 - color contains mainly: green. Hex color #44A68F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44A68F is #BB5970. Grayscale: #868686. Windows color (decimal): -12278129 or 9414212. OLE color: 9414212.
HSL color Cylindrical-coordinate representation of color #44A68F: hue angle of 165.92º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #44A68F is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 68 | 166 | 143 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.35 |
| HSL | 165.92º | 0.42% | 0.46% | - |
| HSV(B) | 165.92º | 0.59% | 0.65% | - |
| XYZ | 20.98 | 30.48 | 30.77 | - |
| YUV | 134.08 | 133.03 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 166 | 143 | 0.59 | 0 | 0.14 | 0.35 | 165.92 | 0.42 | 0.46 |
| Hex | 44 | A6 | 8F | 3B | 0 | E | 23 | A6 | 2A | 2E |
| Octal | 104 | 246 | 217 | 73 | 0 | 16 | 43 | 246 | 52 | 56 |
| Binary | 1000100 | 10100110 | 10001111 | 111011 | 0 | 1110 | 100011 | 10100110 | 101010 | 101110 |
Color Harmonies of #44A68F
Complementary color
Monochromatic Colors of #44A68F
Black with #44A68F
Text Example
Text Example
White with #44A68F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44A68F; }
p { color: rgb(68,166,143); }
H1.HeaderClassName
{
color: #44A68F;
}
.AnyTagClassName
{
color: #44A68F;
}
</style>
background-color css
<style>
a { background-color: #44A68F; }
a { background-color: rgb(68,166,143); }
div.DivClassName
{
background-color: #44A68F;
}
.BgClassName
{
background-color: #44A68F;
}
</style>
border-color css
<style>
span { border-color: #44A68F; }
span { border-color: rgb(68,166,143); }
td.TdClassName
{
border-color: #44A68F;
}
.TagClassName
{
border-color: #44A68F;
}
</style>