Shades of Gossamer #44B192
Tints of Gossamer #44B192
RGB
CMYK
RGB Variations
Color information
#44B192 (or 0x44B192) is known color: Gossamer. HEX triplet: 44, B1 and 92. RGB value is (68,177,146). Sum of RGB (Red+Green+Blue) = 68+177+146=391 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.39% from 391); Green value is 177 (69.53% from 255 or 45.27% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 177 - color contains mainly: green. Hex color #44B192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44B192 is #BB4E6D. Grayscale: #8C8C8C. Windows color (decimal): -12275310 or 9613636. OLE color: 9613636.
HSL color Cylindrical-coordinate representation of color #44B192: hue angle of 162.94º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44B192 is Cyan = 0.62, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 177 | 146 | - |
| CMYK | 0.62 | 0 | 0.18 | 0.31 |
| HSL | 162.94º | 0.44% | 0.48% | - |
| HSV(B) | 162.94º | 0.62% | 0.69% | - |
| XYZ | 23.29 | 34.75 | 32.67 | - |
| YUV | 140.88 | 130.89 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 177 | 146 | 0.62 | 0 | 0.18 | 0.31 | 162.94 | 0.44 | 0.48 |
| Hex | 44 | B1 | 92 | 3E | 0 | 12 | 1F | A3 | 2C | 30 |
| Octal | 104 | 261 | 222 | 76 | 0 | 22 | 37 | 243 | 54 | 60 |
| Binary | 1000100 | 10110001 | 10010010 | 111110 | 0 | 10010 | 11111 | 10100011 | 101100 | 110000 |
Color Harmonies of #44B192
Complementary color
Monochromatic Colors of #44B192
Black with #44B192
Text Example
Text Example
White with #44B192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B192; }
p { color: rgb(68,177,146); }
H1.HeaderClassName
{
color: #44B192;
}
.AnyTagClassName
{
color: #44B192;
}
</style>
background-color css
<style>
a { background-color: #44B192; }
a { background-color: rgb(68,177,146); }
div.DivClassName
{
background-color: #44B192;
}
.BgClassName
{
background-color: #44B192;
}
</style>
border-color css
<style>
span { border-color: #44B192; }
span { border-color: rgb(68,177,146); }
td.TdClassName
{
border-color: #44B192;
}
.TagClassName
{
border-color: #44B192;
}
</style>