Shades of Gossamer #44AA93
Tints of Gossamer #44AA93
RGB
CMYK
RGB Variations
Color information
#44AA93 (or 0x44AA93) is known color: Gossamer. HEX triplet: 44, AA and 93. RGB value is (68,170,147). Sum of RGB (Red+Green+Blue) = 68+170+147=385 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.66% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AA93 is #BB556C. Grayscale: #888888. Windows color (decimal): -12277101 or 9677380. OLE color: 9677380.
HSL color Cylindrical-coordinate representation of color #44AA93: hue angle of 166.47º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44AA93 is Cyan = 0.6, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 170 | 147 | - |
| CMYK | 0.6 | 0 | 0.14 | 0.33 |
| HSL | 166.47º | 0.43% | 0.47% | - |
| HSV(B) | 166.47º | 0.6% | 0.67% | - |
| XYZ | 22.03 | 32.08 | 32.64 | - |
| YUV | 136.88 | 133.71 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 170 | 147 | 0.6 | 0 | 0.14 | 0.33 | 166.47 | 0.43 | 0.47 |
| Hex | 44 | AA | 93 | 3C | 0 | E | 21 | A6 | 2B | 2F |
| Octal | 104 | 252 | 223 | 74 | 0 | 16 | 41 | 246 | 53 | 57 |
| Binary | 1000100 | 10101010 | 10010011 | 111100 | 0 | 1110 | 100001 | 10100110 | 101011 | 101111 |
Color Harmonies of #44AA93
Complementary color
Monochromatic Colors of #44AA93
Black with #44AA93
Text Example
Text Example
White with #44AA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AA93; }
p { color: rgb(68,170,147); }
H1.HeaderClassName
{
color: #44AA93;
}
.AnyTagClassName
{
color: #44AA93;
}
</style>
background-color css
<style>
a { background-color: #44AA93; }
a { background-color: rgb(68,170,147); }
div.DivClassName
{
background-color: #44AA93;
}
.BgClassName
{
background-color: #44AA93;
}
</style>
border-color css
<style>
span { border-color: #44AA93; }
span { border-color: rgb(68,170,147); }
td.TdClassName
{
border-color: #44AA93;
}
.TagClassName
{
border-color: #44AA93;
}
</style>