Shades of Gossamer #409E88
Tints of Gossamer #409E88
RGB
CMYK
RGB Variations
Color information
#409E88 (or 0x409E88) is known color: Gossamer. HEX triplet: 40, 9E and 88. RGB value is (64,158,136). Sum of RGB (Red+Green+Blue) = 64+158+136=358 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.88% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 158 - color contains mainly: green. Hex color #409E88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409E88 is #BF6177. Grayscale: #7F7F7F. Windows color (decimal): -12542328 or 8953408. OLE color: 8953408.
HSL color Cylindrical-coordinate representation of color #409E88: hue angle of 165.96º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409E88 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 64 | 158 | 136 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.38 |
| HSL | 165.96º | 0.42% | 0.44% | - |
| HSV(B) | 165.96º | 0.59% | 0.62% | - |
| XYZ | 18.79 | 27.32 | 27.58 | - |
| YUV | 127.39 | 132.86 | 82.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 158 | 136 | 0.59 | 0 | 0.14 | 0.38 | 165.96 | 0.42 | 0.44 |
| Hex | 40 | 9E | 88 | 3B | 0 | E | 26 | A6 | 2A | 2C |
| Octal | 100 | 236 | 210 | 73 | 0 | 16 | 46 | 246 | 52 | 54 |
| Binary | 1000000 | 10011110 | 10001000 | 111011 | 0 | 1110 | 100110 | 10100110 | 101010 | 101100 |
Color Harmonies of #409E88
Complementary color
Monochromatic Colors of #409E88
Black with #409E88
Text Example
Text Example
White with #409E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409E88; }
p { color: rgb(64,158,136); }
H1.HeaderClassName
{
color: #409E88;
}
.AnyTagClassName
{
color: #409E88;
}
</style>
background-color css
<style>
a { background-color: #409E88; }
a { background-color: rgb(64,158,136); }
div.DivClassName
{
background-color: #409E88;
}
.BgClassName
{
background-color: #409E88;
}
</style>
border-color css
<style>
span { border-color: #409E88; }
span { border-color: rgb(64,158,136); }
td.TdClassName
{
border-color: #409E88;
}
.TagClassName
{
border-color: #409E88;
}
</style>