Shades of Gossamer #40AB88
Tints of Gossamer #40AB88
RGB
CMYK
RGB Variations
Color information
#40AB88 (or 0x40AB88) is known color: Gossamer. HEX triplet: 40, AB and 88. RGB value is (64,171,136). Sum of RGB (Red+Green+Blue) = 64+171+136=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AB88 is #BF5477. Grayscale: #878787. Windows color (decimal): -12539000 or 8956736. OLE color: 8956736.
HSL color Cylindrical-coordinate representation of color #40AB88: hue angle of 160.37º 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 #40AB88 is Cyan = 0.63, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 171 | 136 | - |
| CMYK | 0.63 | 0 | 0.20 | 0.33 |
| HSL | 160.37º | 0.46% | 0.46% | - |
| HSV(B) | 160.37º | 0.63% | 0.67% | - |
| XYZ | 21.12 | 31.99 | 28.35 | - |
| YUV | 135.02 | 128.55 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 136 | 0.63 | 0 | 0.20 | 0.33 | 160.37 | 0.46 | 0.46 |
| Hex | 40 | AB | 88 | 3F | 0 | 14 | 21 | A0 | 2E | 2E |
| Octal | 100 | 253 | 210 | 77 | 0 | 24 | 41 | 240 | 56 | 56 |
| Binary | 1000000 | 10101011 | 10001000 | 111111 | 0 | 10100 | 100001 | 10100000 | 101110 | 101110 |
Color Harmonies of #40AB88
Complementary color
Monochromatic Colors of #40AB88
Black with #40AB88
Text Example
Text Example
White with #40AB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AB88; }
p { color: rgb(64,171,136); }
H1.HeaderClassName
{
color: #40AB88;
}
.AnyTagClassName
{
color: #40AB88;
}
</style>
background-color css
<style>
a { background-color: #40AB88; }
a { background-color: rgb(64,171,136); }
div.DivClassName
{
background-color: #40AB88;
}
.BgClassName
{
background-color: #40AB88;
}
</style>
border-color css
<style>
span { border-color: #40AB88; }
span { border-color: rgb(64,171,136); }
td.TdClassName
{
border-color: #40AB88;
}
.TagClassName
{
border-color: #40AB88;
}
</style>