Shades of Gossamer #40B28B
Tints of Gossamer #40B28B
RGB
CMYK
RGB Variations
Color information
#40B28B (or 0x40B28B) is known color: Gossamer. HEX triplet: 40, B2 and 8B. RGB value is (64,178,139). Sum of RGB (Red+Green+Blue) = 64+178+139=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 178 - color contains mainly: green. Hex color #40B28B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40B28B is #BF4D74. Grayscale: #8B8B8B. Windows color (decimal): -12537205 or 9155136. OLE color: 9155136.
HSL color Cylindrical-coordinate representation of color #40B28B: hue angle of 159.47º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B28B is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 178 | 139 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.30 |
| HSL | 159.47º | 0.47% | 0.47% | - |
| HSV(B) | 159.47º | 0.64% | 0.7% | - |
| XYZ | 22.69 | 34.79 | 29.95 | - |
| YUV | 139.47 | 127.73 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 178 | 139 | 0.64 | 0 | 0.22 | 0.30 | 159.47 | 0.47 | 0.47 |
| Hex | 40 | B2 | 8B | 40 | 0 | 16 | 1E | 9F | 2F | 2F |
| Octal | 100 | 262 | 213 | 100 | 0 | 26 | 36 | 237 | 57 | 57 |
| Binary | 1000000 | 10110010 | 10001011 | 1000000 | 0 | 10110 | 11110 | 10011111 | 101111 | 101111 |
Color Harmonies of #40B28B
Complementary color
Monochromatic Colors of #40B28B
Black with #40B28B
Text Example
Text Example
White with #40B28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B28B; }
p { color: rgb(64,178,139); }
H1.HeaderClassName
{
color: #40B28B;
}
.AnyTagClassName
{
color: #40B28B;
}
</style>
background-color css
<style>
a { background-color: #40B28B; }
a { background-color: rgb(64,178,139); }
div.DivClassName
{
background-color: #40B28B;
}
.BgClassName
{
background-color: #40B28B;
}
</style>
border-color css
<style>
span { border-color: #40B28B; }
span { border-color: rgb(64,178,139); }
td.TdClassName
{
border-color: #40B28B;
}
.TagClassName
{
border-color: #40B28B;
}
</style>