Shades of Gossamer #44B286
Tints of Gossamer #44B286
RGB
CMYK
RGB Variations
Color information
#44B286 (or 0x44B286) is known color: Gossamer. HEX triplet: 44, B2 and 86. RGB value is (68,178,134). Sum of RGB (Red+Green+Blue) = 68+178+134=380 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.89% from 380); Green value is 178 (69.92% from 255 or 46.84% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 178 - color contains mainly: green. Hex color #44B286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44B286 is #BB4D79. Grayscale: #8C8C8C. Windows color (decimal): -12275066 or 8827460. OLE color: 8827460.
HSL color Cylindrical-coordinate representation of color #44B286: hue angle of 156º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44B286 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 68 | 178 | 134 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.30 |
| HSL | 156º | 0.45% | 0.48% | - |
| HSV(B) | 156º | 0.62% | 0.7% | - |
| XYZ | 22.61 | 34.79 | 28.08 | - |
| YUV | 140.09 | 124.56 | 76.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 178 | 134 | 0.62 | 0 | 0.25 | 0.30 | 156 | 0.45 | 0.48 |
| Hex | 44 | B2 | 86 | 3E | 0 | 19 | 1E | 9C | 2D | 30 |
| Octal | 104 | 262 | 206 | 76 | 0 | 31 | 36 | 234 | 55 | 60 |
| Binary | 1000100 | 10110010 | 10000110 | 111110 | 0 | 11001 | 11110 | 10011100 | 101101 | 110000 |
Color Harmonies of #44B286
Complementary color
Monochromatic Colors of #44B286
Black with #44B286
Text Example
Text Example
White with #44B286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B286; }
p { color: rgb(68,178,134); }
H1.HeaderClassName
{
color: #44B286;
}
.AnyTagClassName
{
color: #44B286;
}
</style>
background-color css
<style>
a { background-color: #44B286; }
a { background-color: rgb(68,178,134); }
div.DivClassName
{
background-color: #44B286;
}
.BgClassName
{
background-color: #44B286;
}
</style>
border-color css
<style>
span { border-color: #44B286; }
span { border-color: rgb(68,178,134); }
td.TdClassName
{
border-color: #44B286;
}
.TagClassName
{
border-color: #44B286;
}
</style>