Shades of Gossamer #40AF96
Tints of Gossamer #40AF96
RGB
CMYK
RGB Variations
Color information
#40AF96 (or 0x40AF96) is known color: Gossamer. HEX triplet: 40, AF and 96. RGB value is (64,175,150). Sum of RGB (Red+Green+Blue) = 64+175+150=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AF96 is #BF5069. Grayscale: #8A8A8A. Windows color (decimal): -12537962 or 9875264. OLE color: 9875264.
HSL color Cylindrical-coordinate representation of color #40AF96: hue angle of 166.49º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AF96 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 175 | 150 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.31 |
| HSL | 166.49º | 0.46% | 0.47% | - |
| HSV(B) | 166.49º | 0.63% | 0.69% | - |
| XYZ | 22.95 | 33.95 | 34.2 | - |
| YUV | 138.96 | 134.23 | 74.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 150 | 0.63 | 0 | 0.14 | 0.31 | 166.49 | 0.46 | 0.47 |
| Hex | 40 | AF | 96 | 3F | 0 | E | 1F | A6 | 2E | 2F |
| Octal | 100 | 257 | 226 | 77 | 0 | 16 | 37 | 246 | 56 | 57 |
| Binary | 1000000 | 10101111 | 10010110 | 111111 | 0 | 1110 | 11111 | 10100110 | 101110 | 101111 |
Color Harmonies of #40AF96
Complementary color
Monochromatic Colors of #40AF96
Black with #40AF96
Text Example
Text Example
White with #40AF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AF96; }
p { color: rgb(64,175,150); }
H1.HeaderClassName
{
color: #40AF96;
}
.AnyTagClassName
{
color: #40AF96;
}
</style>
background-color css
<style>
a { background-color: #40AF96; }
a { background-color: rgb(64,175,150); }
div.DivClassName
{
background-color: #40AF96;
}
.BgClassName
{
background-color: #40AF96;
}
</style>
border-color css
<style>
span { border-color: #40AF96; }
span { border-color: rgb(64,175,150); }
td.TdClassName
{
border-color: #40AF96;
}
.TagClassName
{
border-color: #40AF96;
}
</style>