Shades of Gossamer #40A084
Tints of Gossamer #40A084
RGB
CMYK
RGB Variations
Color information
#40A084 (or 0x40A084) is known color: Gossamer. HEX triplet: 40, A0 and 84. RGB value is (64,160,132). Sum of RGB (Red+Green+Blue) = 64+160+132=356 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.98% from 356); Green value is 160 (62.89% from 255 or 44.94% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 160 - color contains mainly: green. Hex color #40A084 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A084 is #BF5F7B. Grayscale: #808080. Windows color (decimal): -12541820 or 8691776. OLE color: 8691776.
HSL color Cylindrical-coordinate representation of color #40A084: hue angle of 162.5º 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 #40A084 is Cyan = 0.6, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 160 | 132 | - |
| CMYK | 0.6 | 0 | 0.17 | 0.37 |
| HSL | 162.5º | 0.43% | 0.44% | - |
| HSV(B) | 162.5º | 0.6% | 0.63% | - |
| XYZ | 18.85 | 27.9 | 26.22 | - |
| YUV | 128.1 | 130.2 | 82.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 160 | 132 | 0.6 | 0 | 0.17 | 0.37 | 162.5 | 0.43 | 0.44 |
| Hex | 40 | A0 | 84 | 3C | 0 | 11 | 25 | A2 | 2B | 2C |
| Octal | 100 | 240 | 204 | 74 | 0 | 21 | 45 | 242 | 53 | 54 |
| Binary | 1000000 | 10100000 | 10000100 | 111100 | 0 | 10001 | 100101 | 10100010 | 101011 | 101100 |
Color Harmonies of #40A084
Complementary color
Monochromatic Colors of #40A084
Black with #40A084
Text Example
Text Example
White with #40A084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A084; }
p { color: rgb(64,160,132); }
H1.HeaderClassName
{
color: #40A084;
}
.AnyTagClassName
{
color: #40A084;
}
</style>
background-color css
<style>
a { background-color: #40A084; }
a { background-color: rgb(64,160,132); }
div.DivClassName
{
background-color: #40A084;
}
.BgClassName
{
background-color: #40A084;
}
</style>
border-color css
<style>
span { border-color: #40A084; }
span { border-color: rgb(64,160,132); }
td.TdClassName
{
border-color: #40A084;
}
.TagClassName
{
border-color: #40A084;
}
</style>