Shades of Gossamer #40AC9B
Tints of Gossamer #40AC9B
RGB
CMYK
RGB Variations
Color information
#40AC9B (or 0x40AC9B) is known color: Gossamer. HEX triplet: 40, AC and 9B. RGB value is (64,172,155). Sum of RGB (Red+Green+Blue) = 64+172+155=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 172 - color contains mainly: green. Hex color #40AC9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AC9B is #BF5364. Grayscale: #898989. Windows color (decimal): -12538725 or 10202176. OLE color: 10202176.
HSL color Cylindrical-coordinate representation of color #40AC9B: hue angle of 170.56º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AC9B is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 172 | 155 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.33 |
| HSL | 170.56º | 0.46% | 0.46% | - |
| HSV(B) | 170.56º | 0.63% | 0.67% | - |
| XYZ | 22.78 | 32.96 | 36.17 | - |
| YUV | 137.77 | 137.72 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 172 | 155 | 0.63 | 0 | 0.10 | 0.33 | 170.56 | 0.46 | 0.46 |
| Hex | 40 | AC | 9B | 3F | 0 | A | 21 | AB | 2E | 2E |
| Octal | 100 | 254 | 233 | 77 | 0 | 12 | 41 | 253 | 56 | 56 |
| Binary | 1000000 | 10101100 | 10011011 | 111111 | 0 | 1010 | 100001 | 10101011 | 101110 | 101110 |
Color Harmonies of #40AC9B
Complementary color
Monochromatic Colors of #40AC9B
Black with #40AC9B
Text Example
Text Example
White with #40AC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AC9B; }
p { color: rgb(64,172,155); }
H1.HeaderClassName
{
color: #40AC9B;
}
.AnyTagClassName
{
color: #40AC9B;
}
</style>
background-color css
<style>
a { background-color: #40AC9B; }
a { background-color: rgb(64,172,155); }
div.DivClassName
{
background-color: #40AC9B;
}
.BgClassName
{
background-color: #40AC9B;
}
</style>
border-color css
<style>
span { border-color: #40AC9B; }
span { border-color: rgb(64,172,155); }
td.TdClassName
{
border-color: #40AC9B;
}
.TagClassName
{
border-color: #40AC9B;
}
</style>