Shades of Gossamer #40A08B
Tints of Gossamer #40A08B
RGB
CMYK
RGB Variations
Color information
#40A08B (or 0x40A08B) is known color: Gossamer. HEX triplet: 40, A0 and 8B. RGB value is (64,160,139). Sum of RGB (Red+Green+Blue) = 64+160+139=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 160 (62.89% from 255 or 44.08% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 160 - color contains mainly: green. Hex color #40A08B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A08B is #BF5F74. Grayscale: #808080. Windows color (decimal): -12541813 or 9150528. OLE color: 9150528.
HSL color Cylindrical-coordinate representation of color #40A08B: hue angle of 166.88º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A08B is Cyan = 0.6, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 160 | 139 | - |
| CMYK | 0.6 | 0 | 0.13 | 0.37 |
| HSL | 166.88º | 0.43% | 0.44% | - |
| HSV(B) | 166.88º | 0.6% | 0.63% | - |
| XYZ | 19.35 | 28.1 | 28.83 | - |
| YUV | 128.9 | 133.7 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 160 | 139 | 0.6 | 0 | 0.13 | 0.37 | 166.88 | 0.43 | 0.44 |
| Hex | 40 | A0 | 8B | 3C | 0 | D | 25 | A7 | 2B | 2C |
| Octal | 100 | 240 | 213 | 74 | 0 | 15 | 45 | 247 | 53 | 54 |
| Binary | 1000000 | 10100000 | 10001011 | 111100 | 0 | 1101 | 100101 | 10100111 | 101011 | 101100 |
Color Harmonies of #40A08B
Complementary color
Monochromatic Colors of #40A08B
Black with #40A08B
Text Example
Text Example
White with #40A08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A08B; }
p { color: rgb(64,160,139); }
H1.HeaderClassName
{
color: #40A08B;
}
.AnyTagClassName
{
color: #40A08B;
}
</style>
background-color css
<style>
a { background-color: #40A08B; }
a { background-color: rgb(64,160,139); }
div.DivClassName
{
background-color: #40A08B;
}
.BgClassName
{
background-color: #40A08B;
}
</style>
border-color css
<style>
span { border-color: #40A08B; }
span { border-color: rgb(64,160,139); }
td.TdClassName
{
border-color: #40A08B;
}
.TagClassName
{
border-color: #40A08B;
}
</style>