Shades of Gossamer #44AF91
Tints of Gossamer #44AF91
RGB
CMYK
RGB Variations
Color information
#44AF91 (or 0x44AF91) is known color: Gossamer. HEX triplet: 44, AF and 91. RGB value is (68,175,145). Sum of RGB (Red+Green+Blue) = 68+175+145=388 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.53% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #44AF91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44AF91 is #BB506E. Grayscale: #8B8B8B. Windows color (decimal): -12275823 or 9547588. OLE color: 9547588.
HSL color Cylindrical-coordinate representation of color #44AF91: hue angle of 163.18º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44AF91 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 68 | 175 | 145 | - |
| CMYK | 0.61 | 0 | 0.17 | 0.31 |
| HSL | 163.18º | 0.44% | 0.48% | - |
| HSV(B) | 163.18º | 0.61% | 0.69% | - |
| XYZ | 22.82 | 33.93 | 32.13 | - |
| YUV | 139.59 | 131.05 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 175 | 145 | 0.61 | 0 | 0.17 | 0.31 | 163.18 | 0.44 | 0.48 |
| Hex | 44 | AF | 91 | 3D | 0 | 11 | 1F | A3 | 2C | 30 |
| Octal | 104 | 257 | 221 | 75 | 0 | 21 | 37 | 243 | 54 | 60 |
| Binary | 1000100 | 10101111 | 10010001 | 111101 | 0 | 10001 | 11111 | 10100011 | 101100 | 110000 |
Color Harmonies of #44AF91
Complementary color
Monochromatic Colors of #44AF91
Black with #44AF91
Text Example
Text Example
White with #44AF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44AF91; }
p { color: rgb(68,175,145); }
H1.HeaderClassName
{
color: #44AF91;
}
.AnyTagClassName
{
color: #44AF91;
}
</style>
background-color css
<style>
a { background-color: #44AF91; }
a { background-color: rgb(68,175,145); }
div.DivClassName
{
background-color: #44AF91;
}
.BgClassName
{
background-color: #44AF91;
}
</style>
border-color css
<style>
span { border-color: #44AF91; }
span { border-color: rgb(68,175,145); }
td.TdClassName
{
border-color: #44AF91;
}
.TagClassName
{
border-color: #44AF91;
}
</style>