Shades of Gossamer #40A891
Tints of Gossamer #40A891
RGB
CMYK
RGB Variations
Color information
#40A891 (or 0x40A891) is known color: Gossamer. HEX triplet: 40, A8 and 91. RGB value is (64,168,145). Sum of RGB (Red+Green+Blue) = 64+168+145=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 145 (57.03% from 255 or 38.46% from 377); Max value from RGB is 168 - color contains mainly: green. Hex color #40A891 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A891 is #BF576E. Grayscale: #868686. Windows color (decimal): -12539759 or 9545792. OLE color: 9545792.
HSL color Cylindrical-coordinate representation of color #40A891: hue angle of 166.73º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40A891 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 64 | 168 | 145 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.34 |
| HSL | 166.73º | 0.45% | 0.45% | - |
| HSV(B) | 166.73º | 0.62% | 0.66% | - |
| XYZ | 21.23 | 31.14 | 31.68 | - |
| YUV | 134.28 | 134.04 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 168 | 145 | 0.62 | 0 | 0.14 | 0.34 | 166.73 | 0.45 | 0.45 |
| Hex | 40 | A8 | 91 | 3E | 0 | E | 22 | A7 | 2D | 2D |
| Octal | 100 | 250 | 221 | 76 | 0 | 16 | 42 | 247 | 55 | 55 |
| Binary | 1000000 | 10101000 | 10010001 | 111110 | 0 | 1110 | 100010 | 10100111 | 101101 | 101101 |
Color Harmonies of #40A891
Complementary color
Monochromatic Colors of #40A891
Black with #40A891
Text Example
Text Example
White with #40A891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A891; }
p { color: rgb(64,168,145); }
H1.HeaderClassName
{
color: #40A891;
}
.AnyTagClassName
{
color: #40A891;
}
</style>
background-color css
<style>
a { background-color: #40A891; }
a { background-color: rgb(64,168,145); }
div.DivClassName
{
background-color: #40A891;
}
.BgClassName
{
background-color: #40A891;
}
</style>
border-color css
<style>
span { border-color: #40A891; }
span { border-color: rgb(64,168,145); }
td.TdClassName
{
border-color: #40A891;
}
.TagClassName
{
border-color: #40A891;
}
</style>