Shades of Gossamer #40AF8D
Tints of Gossamer #40AF8D
RGB
CMYK
RGB Variations
Color information
#40AF8D (or 0x40AF8D) is known color: Gossamer. HEX triplet: 40, AF and 8D. RGB value is (64,175,141). Sum of RGB (Red+Green+Blue) = 64+175+141=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AF8D is #BF5072. Grayscale: #898989. Windows color (decimal): -12537971 or 9285440. OLE color: 9285440.
HSL color Cylindrical-coordinate representation of color #40AF8D: hue angle of 161.62º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AF8D is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 175 | 141 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.31 |
| HSL | 161.62º | 0.46% | 0.47% | - |
| HSV(B) | 161.62º | 0.63% | 0.69% | - |
| XYZ | 22.25 | 33.67 | 30.53 | - |
| YUV | 137.94 | 129.73 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 141 | 0.63 | 0 | 0.19 | 0.31 | 161.62 | 0.46 | 0.47 |
| Hex | 40 | AF | 8D | 3F | 0 | 13 | 1F | A2 | 2E | 2F |
| Octal | 100 | 257 | 215 | 77 | 0 | 23 | 37 | 242 | 56 | 57 |
| Binary | 1000000 | 10101111 | 10001101 | 111111 | 0 | 10011 | 11111 | 10100010 | 101110 | 101111 |
Color Harmonies of #40AF8D
Complementary color
Monochromatic Colors of #40AF8D
Black with #40AF8D
Text Example
Text Example
White with #40AF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AF8D; }
p { color: rgb(64,175,141); }
H1.HeaderClassName
{
color: #40AF8D;
}
.AnyTagClassName
{
color: #40AF8D;
}
</style>
background-color css
<style>
a { background-color: #40AF8D; }
a { background-color: rgb(64,175,141); }
div.DivClassName
{
background-color: #40AF8D;
}
.BgClassName
{
background-color: #40AF8D;
}
</style>
border-color css
<style>
span { border-color: #40AF8D; }
span { border-color: rgb(64,175,141); }
td.TdClassName
{
border-color: #40AF8D;
}
.TagClassName
{
border-color: #40AF8D;
}
</style>