Shades of Gossamer #40B087
Tints of Gossamer #40B087
RGB
CMYK
RGB Variations
Color information
#40B087 (or 0x40B087) is known color: Gossamer. HEX triplet: 40, B0 and 87. RGB value is (64,176,135). Sum of RGB (Red+Green+Blue) = 64+176+135=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 176 - color contains mainly: green. Hex color #40B087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40B087 is #BF4F78. Grayscale: #898989. Windows color (decimal): -12537721 or 8892480. OLE color: 8892480.
HSL color Cylindrical-coordinate representation of color #40B087: hue angle of 158.04º 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 #40B087 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 176 | 135 | - |
| CMYK | 0.64 | 0 | 0.23 | 0.31 |
| HSL | 158.04º | 0.47% | 0.47% | - |
| HSV(B) | 158.04º | 0.64% | 0.69% | - |
| XYZ | 22.01 | 33.89 | 28.3 | - |
| YUV | 137.84 | 126.39 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 176 | 135 | 0.64 | 0 | 0.23 | 0.31 | 158.04 | 0.47 | 0.47 |
| Hex | 40 | B0 | 87 | 40 | 0 | 17 | 1F | 9E | 2F | 2F |
| Octal | 100 | 260 | 207 | 100 | 0 | 27 | 37 | 236 | 57 | 57 |
| Binary | 1000000 | 10110000 | 10000111 | 1000000 | 0 | 10111 | 11111 | 10011110 | 101111 | 101111 |
Color Harmonies of #40B087
Complementary color
Monochromatic Colors of #40B087
Black with #40B087
Text Example
Text Example
White with #40B087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B087; }
p { color: rgb(64,176,135); }
H1.HeaderClassName
{
color: #40B087;
}
.AnyTagClassName
{
color: #40B087;
}
</style>
background-color css
<style>
a { background-color: #40B087; }
a { background-color: rgb(64,176,135); }
div.DivClassName
{
background-color: #40B087;
}
.BgClassName
{
background-color: #40B087;
}
</style>
border-color css
<style>
span { border-color: #40B087; }
span { border-color: rgb(64,176,135); }
td.TdClassName
{
border-color: #40B087;
}
.TagClassName
{
border-color: #40B087;
}
</style>