Shades of Gossamer #40AB91
Tints of Gossamer #40AB91
RGB
CMYK
RGB Variations
Color information
#40AB91 (or 0x40AB91) is known color: Gossamer. HEX triplet: 40, AB and 91. RGB value is (64,171,145). Sum of RGB (Red+Green+Blue) = 64+171+145=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 145 (57.03% from 255 or 38.16% from 380); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AB91 is #BF546E. Grayscale: #888888. Windows color (decimal): -12538991 or 9546560. OLE color: 9546560.
HSL color Cylindrical-coordinate representation of color #40AB91: hue angle of 165.42º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AB91 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 171 | 145 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.33 |
| HSL | 165.42º | 0.46% | 0.46% | - |
| HSV(B) | 165.42º | 0.63% | 0.67% | - |
| XYZ | 21.79 | 32.26 | 31.87 | - |
| YUV | 136.04 | 133.05 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 145 | 0.63 | 0 | 0.15 | 0.33 | 165.42 | 0.46 | 0.46 |
| Hex | 40 | AB | 91 | 3F | 0 | F | 21 | A5 | 2E | 2E |
| Octal | 100 | 253 | 221 | 77 | 0 | 17 | 41 | 245 | 56 | 56 |
| Binary | 1000000 | 10101011 | 10010001 | 111111 | 0 | 1111 | 100001 | 10100101 | 101110 | 101110 |
Color Harmonies of #40AB91
Complementary color
Monochromatic Colors of #40AB91
Black with #40AB91
Text Example
Text Example
White with #40AB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AB91; }
p { color: rgb(64,171,145); }
H1.HeaderClassName
{
color: #40AB91;
}
.AnyTagClassName
{
color: #40AB91;
}
</style>
background-color css
<style>
a { background-color: #40AB91; }
a { background-color: rgb(64,171,145); }
div.DivClassName
{
background-color: #40AB91;
}
.BgClassName
{
background-color: #40AB91;
}
</style>
border-color css
<style>
span { border-color: #40AB91; }
span { border-color: rgb(64,171,145); }
td.TdClassName
{
border-color: #40AB91;
}
.TagClassName
{
border-color: #40AB91;
}
</style>