Shades of Gossamer #40A699
Tints of Gossamer #40A699
RGB
CMYK
RGB Variations
Color information
#40A699 (or 0x40A699) is known color: Gossamer. HEX triplet: 40, A6 and 99. RGB value is (64,166,153). Sum of RGB (Red+Green+Blue) = 64+166+153=383 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.71% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 166 - color contains mainly: green. Hex color #40A699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A699 is #BF5966. Grayscale: #858585. Windows color (decimal): -12540263 or 10069568. OLE color: 10069568.
HSL color Cylindrical-coordinate representation of color #40A699: hue angle of 172.35º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A699 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 166 | 153 | - |
| CMYK | 0.61 | 0 | 0.08 | 0.35 |
| HSL | 172.35º | 0.44% | 0.45% | - |
| HSV(B) | 172.35º | 0.61% | 0.65% | - |
| XYZ | 21.5 | 30.66 | 34.92 | - |
| YUV | 134.02 | 138.71 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 166 | 153 | 0.61 | 0 | 0.08 | 0.35 | 172.35 | 0.44 | 0.45 |
| Hex | 40 | A6 | 99 | 3D | 0 | 8 | 23 | AC | 2C | 2D |
| Octal | 100 | 246 | 231 | 75 | 0 | 10 | 43 | 254 | 54 | 55 |
| Binary | 1000000 | 10100110 | 10011001 | 111101 | 0 | 1000 | 100011 | 10101100 | 101100 | 101101 |
Color Harmonies of #40A699
Complementary color
Monochromatic Colors of #40A699
Black with #40A699
Text Example
Text Example
White with #40A699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A699; }
p { color: rgb(64,166,153); }
H1.HeaderClassName
{
color: #40A699;
}
.AnyTagClassName
{
color: #40A699;
}
</style>
background-color css
<style>
a { background-color: #40A699; }
a { background-color: rgb(64,166,153); }
div.DivClassName
{
background-color: #40A699;
}
.BgClassName
{
background-color: #40A699;
}
</style>
border-color css
<style>
span { border-color: #40A699; }
span { border-color: rgb(64,166,153); }
td.TdClassName
{
border-color: #40A699;
}
.TagClassName
{
border-color: #40A699;
}
</style>