Shades of Gossamer #44AA8C
Tints of Gossamer #44AA8C
RGB
CMYK
RGB Variations
Color information
#44AA8C (or 0x44AA8C) is known color: Gossamer. HEX triplet: 44, AA and 8C. RGB value is (68,170,140). Sum of RGB (Red+Green+Blue) = 68+170+140=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 170 (66.80% from 255 or 44.97% from 378); Blue value is 140 (55.08% from 255 or 37.04% from 378); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AA8C is #BB5573. Grayscale: #888888. Windows color (decimal): -12277108 or 9218628. OLE color: 9218628.
HSL color Cylindrical-coordinate representation of color #44AA8C: hue angle of 162.35º 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 #44AA8C is Cyan = 0.6, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 170 | 140 | - |
| CMYK | 0.6 | 0 | 0.18 | 0.33 |
| HSL | 162.35º | 0.43% | 0.47% | - |
| HSV(B) | 162.35º | 0.6% | 0.67% | - |
| XYZ | 21.49 | 31.87 | 29.83 | - |
| YUV | 136.08 | 130.21 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 170 | 140 | 0.6 | 0 | 0.18 | 0.33 | 162.35 | 0.43 | 0.47 |
| Hex | 44 | AA | 8C | 3C | 0 | 12 | 21 | A2 | 2B | 2F |
| Octal | 104 | 252 | 214 | 74 | 0 | 22 | 41 | 242 | 53 | 57 |
| Binary | 1000100 | 10101010 | 10001100 | 111100 | 0 | 10010 | 100001 | 10100010 | 101011 | 101111 |
Color Harmonies of #44AA8C
Complementary color
Monochromatic Colors of #44AA8C
Black with #44AA8C
Text Example
Text Example
White with #44AA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AA8C; }
p { color: rgb(68,170,140); }
H1.HeaderClassName
{
color: #44AA8C;
}
.AnyTagClassName
{
color: #44AA8C;
}
</style>
background-color css
<style>
a { background-color: #44AA8C; }
a { background-color: rgb(68,170,140); }
div.DivClassName
{
background-color: #44AA8C;
}
.BgClassName
{
background-color: #44AA8C;
}
</style>
border-color css
<style>
span { border-color: #44AA8C; }
span { border-color: rgb(68,170,140); }
td.TdClassName
{
border-color: #44AA8C;
}
.TagClassName
{
border-color: #44AA8C;
}
</style>