Shades of Gossamer #40A090
Tints of Gossamer #40A090
RGB
CMYK
RGB Variations
Color information
#40A090 (or 0x40A090) is known color: Gossamer. HEX triplet: 40, A0 and 90. RGB value is (64,160,144). Sum of RGB (Red+Green+Blue) = 64+160+144=368 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.39% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 160 - color contains mainly: green. Hex color #40A090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A090 is #BF5F6F. Grayscale: #818181. Windows color (decimal): -12541808 or 9478208. OLE color: 9478208.
HSL color Cylindrical-coordinate representation of color #40A090: hue angle of 170º 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 #40A090 is Cyan = 0.6, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 160 | 144 | - |
| CMYK | 0.6 | 0 | 0.1 | 0.37 |
| HSL | 170º | 0.43% | 0.44% | - |
| HSV(B) | 170º | 0.6% | 0.63% | - |
| XYZ | 19.72 | 28.25 | 30.8 | - |
| YUV | 129.47 | 136.2 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 160 | 144 | 0.6 | 0 | 0.1 | 0.37 | 170 | 0.43 | 0.44 |
| Hex | 40 | A0 | 90 | 3C | 0 | A | 25 | AA | 2B | 2C |
| Octal | 100 | 240 | 220 | 74 | 0 | 12 | 45 | 252 | 53 | 54 |
| Binary | 1000000 | 10100000 | 10010000 | 111100 | 0 | 1010 | 100101 | 10101010 | 101011 | 101100 |
Color Harmonies of #40A090
Complementary color
Monochromatic Colors of #40A090
Black with #40A090
Text Example
Text Example
White with #40A090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A090; }
p { color: rgb(64,160,144); }
H1.HeaderClassName
{
color: #40A090;
}
.AnyTagClassName
{
color: #40A090;
}
</style>
background-color css
<style>
a { background-color: #40A090; }
a { background-color: rgb(64,160,144); }
div.DivClassName
{
background-color: #40A090;
}
.BgClassName
{
background-color: #40A090;
}
</style>
border-color css
<style>
span { border-color: #40A090; }
span { border-color: rgb(64,160,144); }
td.TdClassName
{
border-color: #40A090;
}
.TagClassName
{
border-color: #40A090;
}
</style>