Shades of Gossamer #40AC99
Tints of Gossamer #40AC99
RGB
CMYK
RGB Variations
Color information
#40AC99 (or 0x40AC99) is known color: Gossamer. HEX triplet: 40, AC and 99. RGB value is (64,172,153). Sum of RGB (Red+Green+Blue) = 64+172+153=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 172 - color contains mainly: green. Hex color #40AC99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AC99 is #BF5366. Grayscale: #898989. Windows color (decimal): -12538727 or 10071104. OLE color: 10071104.
HSL color Cylindrical-coordinate representation of color #40AC99: hue angle of 169.44º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AC99 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 172 | 153 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.33 |
| HSL | 169.44º | 0.46% | 0.46% | - |
| HSV(B) | 169.44º | 0.63% | 0.67% | - |
| XYZ | 22.62 | 32.89 | 35.29 | - |
| YUV | 137.54 | 136.72 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 172 | 153 | 0.63 | 0 | 0.11 | 0.33 | 169.44 | 0.46 | 0.46 |
| Hex | 40 | AC | 99 | 3F | 0 | B | 21 | A9 | 2E | 2E |
| Octal | 100 | 254 | 231 | 77 | 0 | 13 | 41 | 251 | 56 | 56 |
| Binary | 1000000 | 10101100 | 10011001 | 111111 | 0 | 1011 | 100001 | 10101001 | 101110 | 101110 |
Color Harmonies of #40AC99
Complementary color
Monochromatic Colors of #40AC99
Black with #40AC99
Text Example
Text Example
White with #40AC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AC99; }
p { color: rgb(64,172,153); }
H1.HeaderClassName
{
color: #40AC99;
}
.AnyTagClassName
{
color: #40AC99;
}
</style>
background-color css
<style>
a { background-color: #40AC99; }
a { background-color: rgb(64,172,153); }
div.DivClassName
{
background-color: #40AC99;
}
.BgClassName
{
background-color: #40AC99;
}
</style>
border-color css
<style>
span { border-color: #40AC99; }
span { border-color: rgb(64,172,153); }
td.TdClassName
{
border-color: #40AC99;
}
.TagClassName
{
border-color: #40AC99;
}
</style>