Shades of Gossamer #40A794
Tints of Gossamer #40A794
RGB
CMYK
RGB Variations
Color information
#40A794 (or 0x40A794) is known color: Gossamer. HEX triplet: 40, A7 and 94. RGB value is (64,167,148). Sum of RGB (Red+Green+Blue) = 64+167+148=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 167 - color contains mainly: green. Hex color #40A794 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A794 is #BF586B. Grayscale: #868686. Windows color (decimal): -12540012 or 9742144. OLE color: 9742144.
HSL color Cylindrical-coordinate representation of color #40A794: hue angle of 168.93º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A794 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 167 | 148 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.35 |
| HSL | 168.93º | 0.45% | 0.45% | - |
| HSV(B) | 168.93º | 0.62% | 0.65% | - |
| XYZ | 21.28 | 30.87 | 32.85 | - |
| YUV | 134.04 | 135.88 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 167 | 148 | 0.62 | 0 | 0.11 | 0.35 | 168.93 | 0.45 | 0.45 |
| Hex | 40 | A7 | 94 | 3E | 0 | B | 23 | A9 | 2D | 2D |
| Octal | 100 | 247 | 224 | 76 | 0 | 13 | 43 | 251 | 55 | 55 |
| Binary | 1000000 | 10100111 | 10010100 | 111110 | 0 | 1011 | 100011 | 10101001 | 101101 | 101101 |
Color Harmonies of #40A794
Complementary color
Monochromatic Colors of #40A794
Black with #40A794
Text Example
Text Example
White with #40A794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A794; }
p { color: rgb(64,167,148); }
H1.HeaderClassName
{
color: #40A794;
}
.AnyTagClassName
{
color: #40A794;
}
</style>
background-color css
<style>
a { background-color: #40A794; }
a { background-color: rgb(64,167,148); }
div.DivClassName
{
background-color: #40A794;
}
.BgClassName
{
background-color: #40A794;
}
</style>
border-color css
<style>
span { border-color: #40A794; }
span { border-color: rgb(64,167,148); }
td.TdClassName
{
border-color: #40A794;
}
.TagClassName
{
border-color: #40A794;
}
</style>