Shades of Gossamer #40A890
Tints of Gossamer #40A890
RGB
CMYK
RGB Variations
Color information
#40A890 (or 0x40A890) is known color: Gossamer. HEX triplet: 40, A8 and 90. RGB value is (64,168,144). Sum of RGB (Red+Green+Blue) = 64+168+144=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 168 (66.02% from 255 or 44.68% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 168 - color contains mainly: green. Hex color #40A890 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A890 is #BF576F. Grayscale: #868686. Windows color (decimal): -12539760 or 9480256. OLE color: 9480256.
HSL color Cylindrical-coordinate representation of color #40A890: hue angle of 166.15º 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 #40A890 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 64 | 168 | 144 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.34 |
| HSL | 166.15º | 0.45% | 0.45% | - |
| HSV(B) | 166.15º | 0.62% | 0.66% | - |
| XYZ | 21.15 | 31.11 | 31.28 | - |
| YUV | 134.17 | 133.54 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 168 | 144 | 0.62 | 0 | 0.14 | 0.34 | 166.15 | 0.45 | 0.45 |
| Hex | 40 | A8 | 90 | 3E | 0 | E | 22 | A6 | 2D | 2D |
| Octal | 100 | 250 | 220 | 76 | 0 | 16 | 42 | 246 | 55 | 55 |
| Binary | 1000000 | 10101000 | 10010000 | 111110 | 0 | 1110 | 100010 | 10100110 | 101101 | 101101 |
Color Harmonies of #40A890
Complementary color
Monochromatic Colors of #40A890
Black with #40A890
Text Example
Text Example
White with #40A890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A890; }
p { color: rgb(64,168,144); }
H1.HeaderClassName
{
color: #40A890;
}
.AnyTagClassName
{
color: #40A890;
}
</style>
background-color css
<style>
a { background-color: #40A890; }
a { background-color: rgb(64,168,144); }
div.DivClassName
{
background-color: #40A890;
}
.BgClassName
{
background-color: #40A890;
}
</style>
border-color css
<style>
span { border-color: #40A890; }
span { border-color: rgb(64,168,144); }
td.TdClassName
{
border-color: #40A890;
}
.TagClassName
{
border-color: #40A890;
}
</style>