Shades of Gossamer #40AD94
Tints of Gossamer #40AD94
RGB
CMYK
RGB Variations
Color information
#40AD94 (or 0x40AD94) is known color: Gossamer. HEX triplet: 40, AD and 94. RGB value is (64,173,148). Sum of RGB (Red+Green+Blue) = 64+173+148=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AD94 is #BF526B. Grayscale: #898989. Windows color (decimal): -12538476 or 9743680. OLE color: 9743680.
HSL color Cylindrical-coordinate representation of color #40AD94: hue angle of 166.24º 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 #40AD94 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 173 | 148 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.32 |
| HSL | 166.24º | 0.46% | 0.46% | - |
| HSV(B) | 166.24º | 0.63% | 0.68% | - |
| XYZ | 22.4 | 33.12 | 33.23 | - |
| YUV | 137.56 | 133.89 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 148 | 0.63 | 0 | 0.14 | 0.32 | 166.24 | 0.46 | 0.46 |
| Hex | 40 | AD | 94 | 3F | 0 | E | 20 | A6 | 2E | 2E |
| Octal | 100 | 255 | 224 | 77 | 0 | 16 | 40 | 246 | 56 | 56 |
| Binary | 1000000 | 10101101 | 10010100 | 111111 | 0 | 1110 | 100000 | 10100110 | 101110 | 101110 |
Color Harmonies of #40AD94
Complementary color
Monochromatic Colors of #40AD94
Black with #40AD94
Text Example
Text Example
White with #40AD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AD94; }
p { color: rgb(64,173,148); }
H1.HeaderClassName
{
color: #40AD94;
}
.AnyTagClassName
{
color: #40AD94;
}
</style>
background-color css
<style>
a { background-color: #40AD94; }
a { background-color: rgb(64,173,148); }
div.DivClassName
{
background-color: #40AD94;
}
.BgClassName
{
background-color: #40AD94;
}
</style>
border-color css
<style>
span { border-color: #40AD94; }
span { border-color: rgb(64,173,148); }
td.TdClassName
{
border-color: #40AD94;
}
.TagClassName
{
border-color: #40AD94;
}
</style>