Shades of Gossamer #40A089
Tints of Gossamer #40A089
RGB
CMYK
RGB Variations
Color information
#40A089 (or 0x40A089) is known color: Gossamer. HEX triplet: 40, A0 and 89. RGB value is (64,160,137). Sum of RGB (Red+Green+Blue) = 64+160+137=361 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.73% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 160 - color contains mainly: green. Hex color #40A089 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A089 is #BF5F76. Grayscale: #808080. Windows color (decimal): -12541815 or 9019456. OLE color: 9019456.
HSL color Cylindrical-coordinate representation of color #40A089: hue angle of 165.62º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A089 is Cyan = 0.6, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 160 | 137 | - |
| CMYK | 0.6 | 0 | 0.14 | 0.37 |
| HSL | 165.63º | 0.43% | 0.44% | - |
| HSV(B) | 165.63º | 0.6% | 0.63% | - |
| XYZ | 19.2 | 28.04 | 28.07 | - |
| YUV | 128.67 | 132.7 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 160 | 137 | 0.6 | 0 | 0.14 | 0.37 | 165.63 | 0.43 | 0.44 |
| Hex | 40 | A0 | 89 | 3C | 0 | E | 25 | A6 | 2B | 2C |
| Octal | 100 | 240 | 211 | 74 | 0 | 16 | 45 | 246 | 53 | 54 |
| Binary | 1000000 | 10100000 | 10001001 | 111100 | 0 | 1110 | 100101 | 10100110 | 101011 | 101100 |
Color Harmonies of #40A089
Complementary color
Monochromatic Colors of #40A089
Black with #40A089
Text Example
Text Example
White with #40A089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A089; }
p { color: rgb(64,160,137); }
H1.HeaderClassName
{
color: #40A089;
}
.AnyTagClassName
{
color: #40A089;
}
</style>
background-color css
<style>
a { background-color: #40A089; }
a { background-color: rgb(64,160,137); }
div.DivClassName
{
background-color: #40A089;
}
.BgClassName
{
background-color: #40A089;
}
</style>
border-color css
<style>
span { border-color: #40A089; }
span { border-color: rgb(64,160,137); }
td.TdClassName
{
border-color: #40A089;
}
.TagClassName
{
border-color: #40A089;
}
</style>