Shades of Gossamer #40A995
Tints of Gossamer #40A995
RGB
CMYK
RGB Variations
Color information
#40A995 (or 0x40A995) is known color: Gossamer. HEX triplet: 40, A9 and 95. RGB value is (64,169,149). Sum of RGB (Red+Green+Blue) = 64+169+149=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 169 - color contains mainly: green. Hex color #40A995 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A995 is #BF566A. Grayscale: #878787. Windows color (decimal): -12539499 or 9808192. OLE color: 9808192.
HSL color Cylindrical-coordinate representation of color #40A995: hue angle of 168.57º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A995 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 64 | 169 | 149 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.34 |
| HSL | 168.57º | 0.45% | 0.46% | - |
| HSV(B) | 168.57º | 0.62% | 0.66% | - |
| XYZ | 21.73 | 31.64 | 33.39 | - |
| YUV | 135.33 | 135.71 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 169 | 149 | 0.62 | 0 | 0.12 | 0.34 | 168.57 | 0.45 | 0.46 |
| Hex | 40 | A9 | 95 | 3E | 0 | C | 22 | A9 | 2D | 2E |
| Octal | 100 | 251 | 225 | 76 | 0 | 14 | 42 | 251 | 55 | 56 |
| Binary | 1000000 | 10101001 | 10010101 | 111110 | 0 | 1100 | 100010 | 10101001 | 101101 | 101110 |
Color Harmonies of #40A995
Complementary color
Monochromatic Colors of #40A995
Black with #40A995
Text Example
Text Example
White with #40A995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A995; }
p { color: rgb(64,169,149); }
H1.HeaderClassName
{
color: #40A995;
}
.AnyTagClassName
{
color: #40A995;
}
</style>
background-color css
<style>
a { background-color: #40A995; }
a { background-color: rgb(64,169,149); }
div.DivClassName
{
background-color: #40A995;
}
.BgClassName
{
background-color: #40A995;
}
</style>
border-color css
<style>
span { border-color: #40A995; }
span { border-color: rgb(64,169,149); }
td.TdClassName
{
border-color: #40A995;
}
.TagClassName
{
border-color: #40A995;
}
</style>