Shades of Gossamer #40AE89
Tints of Gossamer #40AE89
RGB
CMYK
RGB Variations
Color information
#40AE89 (or 0x40AE89) is known color: Gossamer. HEX triplet: 40, AE and 89. RGB value is (64,174,137). Sum of RGB (Red+Green+Blue) = 64+174+137=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AE89 is #BF5176. Grayscale: #888888. Windows color (decimal): -12538231 or 9023040. OLE color: 9023040.
HSL color Cylindrical-coordinate representation of color #40AE89: hue angle of 159.82º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AE89 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 174 | 137 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.32 |
| HSL | 159.82º | 0.46% | 0.47% | - |
| HSV(B) | 159.82º | 0.63% | 0.68% | - |
| XYZ | 21.77 | 33.17 | 28.92 | - |
| YUV | 136.89 | 128.06 | 76.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 174 | 137 | 0.63 | 0 | 0.21 | 0.32 | 159.82 | 0.46 | 0.47 |
| Hex | 40 | AE | 89 | 3F | 0 | 15 | 20 | A0 | 2E | 2F |
| Octal | 100 | 256 | 211 | 77 | 0 | 25 | 40 | 240 | 56 | 57 |
| Binary | 1000000 | 10101110 | 10001001 | 111111 | 0 | 10101 | 100000 | 10100000 | 101110 | 101111 |
Color Harmonies of #40AE89
Complementary color
Monochromatic Colors of #40AE89
Black with #40AE89
Text Example
Text Example
White with #40AE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AE89; }
p { color: rgb(64,174,137); }
H1.HeaderClassName
{
color: #40AE89;
}
.AnyTagClassName
{
color: #40AE89;
}
</style>
background-color css
<style>
a { background-color: #40AE89; }
a { background-color: rgb(64,174,137); }
div.DivClassName
{
background-color: #40AE89;
}
.BgClassName
{
background-color: #40AE89;
}
</style>
border-color css
<style>
span { border-color: #40AE89; }
span { border-color: rgb(64,174,137); }
td.TdClassName
{
border-color: #40AE89;
}
.TagClassName
{
border-color: #40AE89;
}
</style>