Shades of Gossamer #40AF89
Tints of Gossamer #40AF89
RGB
CMYK
RGB Variations
Color information
#40AF89 (or 0x40AF89) is known color: Gossamer. HEX triplet: 40, AF and 89. RGB value is (64,175,137). Sum of RGB (Red+Green+Blue) = 64+175+137=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AF89 is #BF5076. Grayscale: #898989. Windows color (decimal): -12537975 or 9023296. OLE color: 9023296.
HSL color Cylindrical-coordinate representation of color #40AF89: hue angle of 159.46º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AF89 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 175 | 137 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.31 |
| HSL | 159.46º | 0.46% | 0.47% | - |
| HSV(B) | 159.46º | 0.63% | 0.69% | - |
| XYZ | 21.96 | 33.56 | 28.99 | - |
| YUV | 137.48 | 127.73 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 137 | 0.63 | 0 | 0.22 | 0.31 | 159.46 | 0.46 | 0.47 |
| Hex | 40 | AF | 89 | 3F | 0 | 16 | 1F | 9F | 2E | 2F |
| Octal | 100 | 257 | 211 | 77 | 0 | 26 | 37 | 237 | 56 | 57 |
| Binary | 1000000 | 10101111 | 10001001 | 111111 | 0 | 10110 | 11111 | 10011111 | 101110 | 101111 |
Color Harmonies of #40AF89
Complementary color
Monochromatic Colors of #40AF89
Black with #40AF89
Text Example
Text Example
White with #40AF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AF89; }
p { color: rgb(64,175,137); }
H1.HeaderClassName
{
color: #40AF89;
}
.AnyTagClassName
{
color: #40AF89;
}
</style>
background-color css
<style>
a { background-color: #40AF89; }
a { background-color: rgb(64,175,137); }
div.DivClassName
{
background-color: #40AF89;
}
.BgClassName
{
background-color: #40AF89;
}
</style>
border-color css
<style>
span { border-color: #40AF89; }
span { border-color: rgb(64,175,137); }
td.TdClassName
{
border-color: #40AF89;
}
.TagClassName
{
border-color: #40AF89;
}
</style>