Shades of Gossamer #40AB92
Tints of Gossamer #40AB92
RGB
CMYK
RGB Variations
Color information
#40AB92 (or 0x40AB92) is known color: Gossamer. HEX triplet: 40, AB and 92. RGB value is (64,171,146). Sum of RGB (Red+Green+Blue) = 64+171+146=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AB92 is #BF546D. Grayscale: #888888. Windows color (decimal): -12538990 or 9612096. OLE color: 9612096.
HSL color Cylindrical-coordinate representation of color #40AB92: hue angle of 165.98º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AB92 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 171 | 146 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.33 |
| HSL | 165.98º | 0.46% | 0.46% | - |
| HSV(B) | 165.98º | 0.63% | 0.67% | - |
| XYZ | 21.87 | 32.29 | 32.27 | - |
| YUV | 136.16 | 133.55 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 146 | 0.63 | 0 | 0.15 | 0.33 | 165.98 | 0.46 | 0.46 |
| Hex | 40 | AB | 92 | 3F | 0 | F | 21 | A6 | 2E | 2E |
| Octal | 100 | 253 | 222 | 77 | 0 | 17 | 41 | 246 | 56 | 56 |
| Binary | 1000000 | 10101011 | 10010010 | 111111 | 0 | 1111 | 100001 | 10100110 | 101110 | 101110 |
Color Harmonies of #40AB92
Complementary color
Monochromatic Colors of #40AB92
Black with #40AB92
Text Example
Text Example
White with #40AB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AB92; }
p { color: rgb(64,171,146); }
H1.HeaderClassName
{
color: #40AB92;
}
.AnyTagClassName
{
color: #40AB92;
}
</style>
background-color css
<style>
a { background-color: #40AB92; }
a { background-color: rgb(64,171,146); }
div.DivClassName
{
background-color: #40AB92;
}
.BgClassName
{
background-color: #40AB92;
}
</style>
border-color css
<style>
span { border-color: #40AB92; }
span { border-color: rgb(64,171,146); }
td.TdClassName
{
border-color: #40AB92;
}
.TagClassName
{
border-color: #40AB92;
}
</style>