Shades of Gossamer #409C8B
Tints of Gossamer #409C8B
RGB
CMYK
RGB Variations
Color information
#409C8B (or 0x409C8B) is known color: Gossamer. HEX triplet: 40, 9C and 8B. RGB value is (64,156,139). Sum of RGB (Red+Green+Blue) = 64+156+139=359 (47% of max value = 765). Red value is 64 (25.39% from 255 or 17.83% from 359); Green value is 156 (61.33% from 255 or 43.45% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 156 - color contains mainly: green. Hex color #409C8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409C8B is #BF6374. Grayscale: #7E7E7E. Windows color (decimal): -12542837 or 9149504. OLE color: 9149504.
HSL color Cylindrical-coordinate representation of color #409C8B: hue angle of 168.91º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409C8B is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 156 | 139 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.39 |
| HSL | 168.91º | 0.42% | 0.43% | - |
| HSV(B) | 168.91º | 0.59% | 0.61% | - |
| XYZ | 18.66 | 26.73 | 28.6 | - |
| YUV | 126.55 | 135.02 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 156 | 139 | 0.59 | 0 | 0.11 | 0.39 | 168.91 | 0.42 | 0.43 |
| Hex | 40 | 9C | 8B | 3B | 0 | B | 27 | A9 | 2A | 2B |
| Octal | 100 | 234 | 213 | 73 | 0 | 13 | 47 | 251 | 52 | 53 |
| Binary | 1000000 | 10011100 | 10001011 | 111011 | 0 | 1011 | 100111 | 10101001 | 101010 | 101011 |
Color Harmonies of #409C8B
Complementary color
Monochromatic Colors of #409C8B
Black with #409C8B
Text Example
Text Example
White with #409C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409C8B; }
p { color: rgb(64,156,139); }
H1.HeaderClassName
{
color: #409C8B;
}
.AnyTagClassName
{
color: #409C8B;
}
</style>
background-color css
<style>
a { background-color: #409C8B; }
a { background-color: rgb(64,156,139); }
div.DivClassName
{
background-color: #409C8B;
}
.BgClassName
{
background-color: #409C8B;
}
</style>
border-color css
<style>
span { border-color: #409C8B; }
span { border-color: rgb(64,156,139); }
td.TdClassName
{
border-color: #409C8B;
}
.TagClassName
{
border-color: #409C8B;
}
</style>