Shades of Gossamer #40B197
Tints of Gossamer #40B197
RGB
CMYK
RGB Variations
Color information
#40B197 (or 0x40B197) is known color: Gossamer. HEX triplet: 40, B1 and 97. RGB value is (64,177,151). Sum of RGB (Red+Green+Blue) = 64+177+151=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 151 (59.38% from 255 or 38.52% from 392); Max value from RGB is 177 - color contains mainly: green. Hex color #40B197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40B197 is #BF4E68. Grayscale: #8C8C8C. Windows color (decimal): -12537449 or 9941312. OLE color: 9941312.
HSL color Cylindrical-coordinate representation of color #40B197: hue angle of 166.19º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B197 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 177 | 151 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.31 |
| HSL | 166.19º | 0.47% | 0.47% | - |
| HSV(B) | 166.19º | 0.64% | 0.69% | - |
| XYZ | 23.42 | 34.77 | 34.75 | - |
| YUV | 140.25 | 134.06 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 177 | 151 | 0.64 | 0 | 0.15 | 0.31 | 166.19 | 0.47 | 0.47 |
| Hex | 40 | B1 | 97 | 40 | 0 | F | 1F | A6 | 2F | 2F |
| Octal | 100 | 261 | 227 | 100 | 0 | 17 | 37 | 246 | 57 | 57 |
| Binary | 1000000 | 10110001 | 10010111 | 1000000 | 0 | 1111 | 11111 | 10100110 | 101111 | 101111 |
Color Harmonies of #40B197
Complementary color
Monochromatic Colors of #40B197
Black with #40B197
Text Example
Text Example
White with #40B197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B197; }
p { color: rgb(64,177,151); }
H1.HeaderClassName
{
color: #40B197;
}
.AnyTagClassName
{
color: #40B197;
}
</style>
background-color css
<style>
a { background-color: #40B197; }
a { background-color: rgb(64,177,151); }
div.DivClassName
{
background-color: #40B197;
}
.BgClassName
{
background-color: #40B197;
}
</style>
border-color css
<style>
span { border-color: #40B197; }
span { border-color: rgb(64,177,151); }
td.TdClassName
{
border-color: #40B197;
}
.TagClassName
{
border-color: #40B197;
}
</style>