Shades of Gossamer #44AC8B
Tints of Gossamer #44AC8B
RGB
CMYK
RGB Variations
Color information
#44AC8B (or 0x44AC8B) is known color: Gossamer. HEX triplet: 44, AC and 8B. RGB value is (68,172,139). Sum of RGB (Red+Green+Blue) = 68+172+139=379 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.94% from 379); Green value is 172 (67.58% from 255 or 45.38% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 172 - color contains mainly: green. Hex color #44AC8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AC8B is #BB5374. Grayscale: #898989. Windows color (decimal): -12276597 or 9153604. OLE color: 9153604.
HSL color Cylindrical-coordinate representation of color #44AC8B: hue angle of 160.96º 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 #44AC8B is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 172 | 139 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.33 |
| HSL | 160.96º | 0.43% | 0.47% | - |
| HSV(B) | 160.96º | 0.6% | 0.67% | - |
| XYZ | 21.8 | 32.6 | 29.57 | - |
| YUV | 137.14 | 129.04 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 172 | 139 | 0.60 | 0 | 0.19 | 0.33 | 160.96 | 0.43 | 0.47 |
| Hex | 44 | AC | 8B | 3C | 0 | 13 | 21 | A1 | 2B | 2F |
| Octal | 104 | 254 | 213 | 74 | 0 | 23 | 41 | 241 | 53 | 57 |
| Binary | 1000100 | 10101100 | 10001011 | 111100 | 0 | 10011 | 100001 | 10100001 | 101011 | 101111 |
Color Harmonies of #44AC8B
Complementary color
Monochromatic Colors of #44AC8B
Black with #44AC8B
Text Example
Text Example
White with #44AC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AC8B; }
p { color: rgb(68,172,139); }
H1.HeaderClassName
{
color: #44AC8B;
}
.AnyTagClassName
{
color: #44AC8B;
}
</style>
background-color css
<style>
a { background-color: #44AC8B; }
a { background-color: rgb(68,172,139); }
div.DivClassName
{
background-color: #44AC8B;
}
.BgClassName
{
background-color: #44AC8B;
}
</style>
border-color css
<style>
span { border-color: #44AC8B; }
span { border-color: rgb(68,172,139); }
td.TdClassName
{
border-color: #44AC8B;
}
.TagClassName
{
border-color: #44AC8B;
}
</style>