Shades of Gossamer #40A28D
Tints of Gossamer #40A28D
RGB
CMYK
RGB Variations
Color information
#40A28D (or 0x40A28D) is known color: Gossamer. HEX triplet: 40, A2 and 8D. RGB value is (64,162,141). Sum of RGB (Red+Green+Blue) = 64+162+141=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 162 - color contains mainly: green. Hex color #40A28D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A28D is #BF5D72. Grayscale: #828282. Windows color (decimal): -12541299 or 9282112. OLE color: 9282112.
HSL color Cylindrical-coordinate representation of color #40A28D: hue angle of 167.14º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A28D is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 162 | 141 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.36 |
| HSL | 167.14º | 0.43% | 0.44% | - |
| HSV(B) | 167.14º | 0.6% | 0.64% | - |
| XYZ | 19.84 | 28.85 | 29.72 | - |
| YUV | 130.3 | 134.03 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 162 | 141 | 0.60 | 0 | 0.13 | 0.36 | 167.14 | 0.43 | 0.44 |
| Hex | 40 | A2 | 8D | 3C | 0 | D | 24 | A7 | 2B | 2C |
| Octal | 100 | 242 | 215 | 74 | 0 | 15 | 44 | 247 | 53 | 54 |
| Binary | 1000000 | 10100010 | 10001101 | 111100 | 0 | 1101 | 100100 | 10100111 | 101011 | 101100 |
Color Harmonies of #40A28D
Complementary color
Monochromatic Colors of #40A28D
Black with #40A28D
Text Example
Text Example
White with #40A28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A28D; }
p { color: rgb(64,162,141); }
H1.HeaderClassName
{
color: #40A28D;
}
.AnyTagClassName
{
color: #40A28D;
}
</style>
background-color css
<style>
a { background-color: #40A28D; }
a { background-color: rgb(64,162,141); }
div.DivClassName
{
background-color: #40A28D;
}
.BgClassName
{
background-color: #40A28D;
}
</style>
border-color css
<style>
span { border-color: #40A28D; }
span { border-color: rgb(64,162,141); }
td.TdClassName
{
border-color: #40A28D;
}
.TagClassName
{
border-color: #40A28D;
}
</style>