Shades of Gossamer #40B293
Tints of Gossamer #40B293
RGB
CMYK
RGB Variations
Color information
#40B293 (or 0x40B293) is known color: Gossamer. HEX triplet: 40, B2 and 93. RGB value is (64,178,147). Sum of RGB (Red+Green+Blue) = 64+178+147=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 178 (69.92% from 255 or 45.76% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 178 - color contains mainly: green. Hex color #40B293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40B293 is #BF4D6C. Grayscale: #8C8C8C. Windows color (decimal): -12537197 or 9679424. OLE color: 9679424.
HSL color Cylindrical-coordinate representation of color #40B293: hue angle of 163.68º 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 #40B293 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 178 | 147 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.30 |
| HSL | 163.68º | 0.47% | 0.47% | - |
| HSV(B) | 163.68º | 0.64% | 0.7% | - |
| XYZ | 23.3 | 35.04 | 33.14 | - |
| YUV | 140.38 | 131.73 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 178 | 147 | 0.64 | 0 | 0.17 | 0.30 | 163.68 | 0.47 | 0.47 |
| Hex | 40 | B2 | 93 | 40 | 0 | 11 | 1E | A4 | 2F | 2F |
| Octal | 100 | 262 | 223 | 100 | 0 | 21 | 36 | 244 | 57 | 57 |
| Binary | 1000000 | 10110010 | 10010011 | 1000000 | 0 | 10001 | 11110 | 10100100 | 101111 | 101111 |
Color Harmonies of #40B293
Complementary color
Monochromatic Colors of #40B293
Black with #40B293
Text Example
Text Example
White with #40B293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B293; }
p { color: rgb(64,178,147); }
H1.HeaderClassName
{
color: #40B293;
}
.AnyTagClassName
{
color: #40B293;
}
</style>
background-color css
<style>
a { background-color: #40B293; }
a { background-color: rgb(64,178,147); }
div.DivClassName
{
background-color: #40B293;
}
.BgClassName
{
background-color: #40B293;
}
</style>
border-color css
<style>
span { border-color: #40B293; }
span { border-color: rgb(64,178,147); }
td.TdClassName
{
border-color: #40B293;
}
.TagClassName
{
border-color: #40B293;
}
</style>