Shades of Gossamer #40A18F
Tints of Gossamer #40A18F
RGB
CMYK
RGB Variations
Color information
#40A18F (or 0x40A18F) is known color: Gossamer. HEX triplet: 40, A1 and 8F. RGB value is (64,161,143). Sum of RGB (Red+Green+Blue) = 64+161+143=368 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.39% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 161 - color contains mainly: green. Hex color #40A18F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A18F is #BF5E70. Grayscale: #818181. Windows color (decimal): -12541553 or 9412928. OLE color: 9412928.
HSL color Cylindrical-coordinate representation of color #40A18F: hue angle of 168.87º 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 #40A18F is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 161 | 143 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.37 |
| HSL | 168.87º | 0.43% | 0.44% | - |
| HSV(B) | 168.87º | 0.6% | 0.63% | - |
| XYZ | 19.82 | 28.56 | 30.46 | - |
| YUV | 129.95 | 135.36 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 161 | 143 | 0.60 | 0 | 0.11 | 0.37 | 168.87 | 0.43 | 0.44 |
| Hex | 40 | A1 | 8F | 3C | 0 | B | 25 | A9 | 2B | 2C |
| Octal | 100 | 241 | 217 | 74 | 0 | 13 | 45 | 251 | 53 | 54 |
| Binary | 1000000 | 10100001 | 10001111 | 111100 | 0 | 1011 | 100101 | 10101001 | 101011 | 101100 |
Color Harmonies of #40A18F
Complementary color
Monochromatic Colors of #40A18F
Black with #40A18F
Text Example
Text Example
White with #40A18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A18F; }
p { color: rgb(64,161,143); }
H1.HeaderClassName
{
color: #40A18F;
}
.AnyTagClassName
{
color: #40A18F;
}
</style>
background-color css
<style>
a { background-color: #40A18F; }
a { background-color: rgb(64,161,143); }
div.DivClassName
{
background-color: #40A18F;
}
.BgClassName
{
background-color: #40A18F;
}
</style>
border-color css
<style>
span { border-color: #40A18F; }
span { border-color: rgb(64,161,143); }
td.TdClassName
{
border-color: #40A18F;
}
.TagClassName
{
border-color: #40A18F;
}
</style>