Shades of Gossamer #40A880
Tints of Gossamer #40A880
RGB
CMYK
RGB Variations
Color information
#40A880 (or 0x40A880) is known color: Gossamer. HEX triplet: 40, A8 and 80. RGB value is (64,168,128). Sum of RGB (Red+Green+Blue) = 64+168+128=360 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.78% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 168 - color contains mainly: green. Hex color #40A880 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A880 is #BF577F. Grayscale: #848484. Windows color (decimal): -12539776 or 8431680. OLE color: 8431680.
HSL color Cylindrical-coordinate representation of color #40A880: hue angle of 156.92º 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 #40A880 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 64 | 168 | 128 | - |
| CMYK | 0.62 | 0 | 0.24 | 0.34 |
| HSL | 156.92º | 0.45% | 0.45% | - |
| HSV(B) | 156.92º | 0.62% | 0.66% | - |
| XYZ | 20.01 | 30.65 | 25.28 | - |
| YUV | 132.34 | 125.54 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 168 | 128 | 0.62 | 0 | 0.24 | 0.34 | 156.92 | 0.45 | 0.45 |
| Hex | 40 | A8 | 80 | 3E | 0 | 18 | 22 | 9D | 2D | 2D |
| Octal | 100 | 250 | 200 | 76 | 0 | 30 | 42 | 235 | 55 | 55 |
| Binary | 1000000 | 10101000 | 10000000 | 111110 | 0 | 11000 | 100010 | 10011101 | 101101 | 101101 |
Color Harmonies of #40A880
Complementary color
Monochromatic Colors of #40A880
Black with #40A880
Text Example
Text Example
White with #40A880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A880; }
p { color: rgb(64,168,128); }
H1.HeaderClassName
{
color: #40A880;
}
.AnyTagClassName
{
color: #40A880;
}
</style>
background-color css
<style>
a { background-color: #40A880; }
a { background-color: rgb(64,168,128); }
div.DivClassName
{
background-color: #40A880;
}
.BgClassName
{
background-color: #40A880;
}
</style>
border-color css
<style>
span { border-color: #40A880; }
span { border-color: rgb(64,168,128); }
td.TdClassName
{
border-color: #40A880;
}
.TagClassName
{
border-color: #40A880;
}
</style>