Shades of Gossamer #40A17F
Tints of Gossamer #40A17F
RGB
CMYK
RGB Variations
Color information
#40A17F (or 0x40A17F) is known color: Gossamer. HEX triplet: 40, A1 and 7F. RGB value is (64,161,127). Sum of RGB (Red+Green+Blue) = 64+161+127=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 161 - color contains mainly: green. Hex color #40A17F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40A17F is #BF5E80. Grayscale: #808080. Windows color (decimal): -12541569 or 8364352. OLE color: 8364352.
HSL color Cylindrical-coordinate representation of color #40A17F: hue angle of 158.97º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A17F is Cyan = 0.60, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 161 | 127 | - |
| CMYK | 0.60 | 0 | 0.21 | 0.37 |
| HSL | 158.97º | 0.43% | 0.44% | - |
| HSV(B) | 158.97º | 0.6% | 0.63% | - |
| XYZ | 18.69 | 28.11 | 24.52 | - |
| YUV | 128.12 | 127.36 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 161 | 127 | 0.60 | 0 | 0.21 | 0.37 | 158.97 | 0.43 | 0.44 |
| Hex | 40 | A1 | 7F | 3C | 0 | 15 | 25 | 9F | 2B | 2C |
| Octal | 100 | 241 | 177 | 74 | 0 | 25 | 45 | 237 | 53 | 54 |
| Binary | 1000000 | 10100001 | 1111111 | 111100 | 0 | 10101 | 100101 | 10011111 | 101011 | 101100 |
Color Harmonies of #40A17F
Complementary color
Monochromatic Colors of #40A17F
Black with #40A17F
Text Example
Text Example
White with #40A17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A17F; }
p { color: rgb(64,161,127); }
H1.HeaderClassName
{
color: #40A17F;
}
.AnyTagClassName
{
color: #40A17F;
}
</style>
background-color css
<style>
a { background-color: #40A17F; }
a { background-color: rgb(64,161,127); }
div.DivClassName
{
background-color: #40A17F;
}
.BgClassName
{
background-color: #40A17F;
}
</style>
border-color css
<style>
span { border-color: #40A17F; }
span { border-color: rgb(64,161,127); }
td.TdClassName
{
border-color: #40A17F;
}
.TagClassName
{
border-color: #40A17F;
}
</style>