Shades of Gossamer #40B185
Tints of Gossamer #40B185
RGB
CMYK
RGB Variations
Color information
#40B185 (or 0x40B185) is known color: Gossamer. HEX triplet: 40, B1 and 85. RGB value is (64,177,133). Sum of RGB (Red+Green+Blue) = 64+177+133=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #40B185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40B185 is #BF4E7A. Grayscale: #8A8A8A. Windows color (decimal): -12537467 or 8761664. OLE color: 8761664.
HSL color Cylindrical-coordinate representation of color #40B185: hue angle of 156.64º 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 #40B185 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 177 | 133 | - |
| CMYK | 0.64 | 0 | 0.25 | 0.31 |
| HSL | 156.64º | 0.47% | 0.47% | - |
| HSV(B) | 156.64º | 0.64% | 0.69% | - |
| XYZ | 22.07 | 34.23 | 27.63 | - |
| YUV | 138.2 | 125.06 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 177 | 133 | 0.64 | 0 | 0.25 | 0.31 | 156.64 | 0.47 | 0.47 |
| Hex | 40 | B1 | 85 | 40 | 0 | 19 | 1F | 9D | 2F | 2F |
| Octal | 100 | 261 | 205 | 100 | 0 | 31 | 37 | 235 | 57 | 57 |
| Binary | 1000000 | 10110001 | 10000101 | 1000000 | 0 | 11001 | 11111 | 10011101 | 101111 | 101111 |
Color Harmonies of #40B185
Complementary color
Monochromatic Colors of #40B185
Black with #40B185
Text Example
Text Example
White with #40B185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B185; }
p { color: rgb(64,177,133); }
H1.HeaderClassName
{
color: #40B185;
}
.AnyTagClassName
{
color: #40B185;
}
</style>
background-color css
<style>
a { background-color: #40B185; }
a { background-color: rgb(64,177,133); }
div.DivClassName
{
background-color: #40B185;
}
.BgClassName
{
background-color: #40B185;
}
</style>
border-color css
<style>
span { border-color: #40B185; }
span { border-color: rgb(64,177,133); }
td.TdClassName
{
border-color: #40B185;
}
.TagClassName
{
border-color: #40B185;
}
</style>