Shades of Gossamer #40AD9B
Tints of Gossamer #40AD9B
RGB
CMYK
RGB Variations
Color information
#40AD9B (or 0x40AD9B) is known color: Gossamer. HEX triplet: 40, AD and 9B. RGB value is (64,173,155). Sum of RGB (Red+Green+Blue) = 64+173+155=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 173 (67.97% from 255 or 44.13% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 173 - color contains mainly: green. Hex color #40AD9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AD9B is #BF5264. Grayscale: #8A8A8A. Windows color (decimal): -12538469 or 10202432. OLE color: 10202432.
HSL color Cylindrical-coordinate representation of color #40AD9B: hue angle of 170.09º 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 #40AD9B is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 173 | 155 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.32 |
| HSL | 170.09º | 0.46% | 0.46% | - |
| HSV(B) | 170.09º | 0.63% | 0.68% | - |
| XYZ | 22.97 | 33.34 | 36.24 | - |
| YUV | 138.36 | 137.39 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 173 | 155 | 0.63 | 0 | 0.10 | 0.32 | 170.09 | 0.46 | 0.46 |
| Hex | 40 | AD | 9B | 3F | 0 | A | 20 | AA | 2E | 2E |
| Octal | 100 | 255 | 233 | 77 | 0 | 12 | 40 | 252 | 56 | 56 |
| Binary | 1000000 | 10101101 | 10011011 | 111111 | 0 | 1010 | 100000 | 10101010 | 101110 | 101110 |
Color Harmonies of #40AD9B
Complementary color
Monochromatic Colors of #40AD9B
Black with #40AD9B
Text Example
Text Example
White with #40AD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AD9B; }
p { color: rgb(64,173,155); }
H1.HeaderClassName
{
color: #40AD9B;
}
.AnyTagClassName
{
color: #40AD9B;
}
</style>
background-color css
<style>
a { background-color: #40AD9B; }
a { background-color: rgb(64,173,155); }
div.DivClassName
{
background-color: #40AD9B;
}
.BgClassName
{
background-color: #40AD9B;
}
</style>
border-color css
<style>
span { border-color: #40AD9B; }
span { border-color: rgb(64,173,155); }
td.TdClassName
{
border-color: #40AD9B;
}
.TagClassName
{
border-color: #40AD9B;
}
</style>