Shades of Gossamer #40AD95
Tints of Gossamer #40AD95
RGB
CMYK
RGB Variations
Color information
#40AD95 (or 0x40AD95) is known color: Gossamer. HEX triplet: 40, AD and 95. RGB value is (64,173,149). Sum of RGB (Red+Green+Blue) = 64+173+149=386 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.58% from 386); Green value is 173 (67.97% from 255 or 44.82% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AD95 is #BF526A. Grayscale: #898989. Windows color (decimal): -12538475 or 9809216. OLE color: 9809216.
HSL color Cylindrical-coordinate representation of color #40AD95: hue angle of 166.79º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AD95 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 173 | 149 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.32 |
| HSL | 166.79º | 0.46% | 0.46% | - |
| HSV(B) | 166.79º | 0.63% | 0.68% | - |
| XYZ | 22.48 | 33.15 | 33.65 | - |
| YUV | 137.67 | 134.39 | 75.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 149 | 0.63 | 0 | 0.14 | 0.32 | 166.79 | 0.46 | 0.46 |
| Hex | 40 | AD | 95 | 3F | 0 | E | 20 | A7 | 2E | 2E |
| Octal | 100 | 255 | 225 | 77 | 0 | 16 | 40 | 247 | 56 | 56 |
| Binary | 1000000 | 10101101 | 10010101 | 111111 | 0 | 1110 | 100000 | 10100111 | 101110 | 101110 |
Color Harmonies of #40AD95
Complementary color
Monochromatic Colors of #40AD95
Black with #40AD95
Text Example
Text Example
White with #40AD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AD95; }
p { color: rgb(64,173,149); }
H1.HeaderClassName
{
color: #40AD95;
}
.AnyTagClassName
{
color: #40AD95;
}
</style>
background-color css
<style>
a { background-color: #40AD95; }
a { background-color: rgb(64,173,149); }
div.DivClassName
{
background-color: #40AD95;
}
.BgClassName
{
background-color: #40AD95;
}
</style>
border-color css
<style>
span { border-color: #40AD95; }
span { border-color: rgb(64,173,149); }
td.TdClassName
{
border-color: #40AD95;
}
.TagClassName
{
border-color: #40AD95;
}
</style>