Shades of Gossamer #40B198
Tints of Gossamer #40B198
RGB
CMYK
RGB Variations
Color information
#40B198 (or 0x40B198) is known color: Gossamer. HEX triplet: 40, B1 and 98. RGB value is (64,177,152). Sum of RGB (Red+Green+Blue) = 64+177+152=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 177 (69.53% from 255 or 45.04% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 177 - color contains mainly: green. Hex color #40B198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40B198 is #BF4E67. Grayscale: #8C8C8C. Windows color (decimal): -12537448 or 10006848. OLE color: 10006848.
HSL color Cylindrical-coordinate representation of color #40B198: hue angle of 166.73º 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 #40B198 is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 177 | 152 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.31 |
| HSL | 166.73º | 0.47% | 0.47% | - |
| HSV(B) | 166.73º | 0.64% | 0.69% | - |
| XYZ | 23.5 | 34.8 | 35.18 | - |
| YUV | 140.36 | 134.56 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 177 | 152 | 0.64 | 0 | 0.14 | 0.31 | 166.73 | 0.47 | 0.47 |
| Hex | 40 | B1 | 98 | 40 | 0 | E | 1F | A7 | 2F | 2F |
| Octal | 100 | 261 | 230 | 100 | 0 | 16 | 37 | 247 | 57 | 57 |
| Binary | 1000000 | 10110001 | 10011000 | 1000000 | 0 | 1110 | 11111 | 10100111 | 101111 | 101111 |
Color Harmonies of #40B198
Complementary color
Monochromatic Colors of #40B198
Black with #40B198
Text Example
Text Example
White with #40B198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B198; }
p { color: rgb(64,177,152); }
H1.HeaderClassName
{
color: #40B198;
}
.AnyTagClassName
{
color: #40B198;
}
</style>
background-color css
<style>
a { background-color: #40B198; }
a { background-color: rgb(64,177,152); }
div.DivClassName
{
background-color: #40B198;
}
.BgClassName
{
background-color: #40B198;
}
</style>
border-color css
<style>
span { border-color: #40B198; }
span { border-color: rgb(64,177,152); }
td.TdClassName
{
border-color: #40B198;
}
.TagClassName
{
border-color: #40B198;
}
</style>