Shades of Gossamer #40AA97
Tints of Gossamer #40AA97
RGB
CMYK
RGB Variations
Color information
#40AA97 (or 0x40AA97) is known color: Gossamer. HEX triplet: 40, AA and 97. RGB value is (64,170,151). Sum of RGB (Red+Green+Blue) = 64+170+151=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 170 (66.80% from 255 or 44.16% from 385); Blue value is 151 (59.38% from 255 or 39.22% from 385); Max value from RGB is 170 - color contains mainly: green. Hex color #40AA97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AA97 is #BF5568. Grayscale: #888888. Windows color (decimal): -12539241 or 9939520. OLE color: 9939520.
HSL color Cylindrical-coordinate representation of color #40AA97: hue angle of 169.25º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40AA97 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 170 | 151 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.33 |
| HSL | 169.25º | 0.45% | 0.46% | - |
| HSV(B) | 169.25º | 0.62% | 0.67% | - |
| XYZ | 22.08 | 32.07 | 34.31 | - |
| YUV | 136.14 | 136.38 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 170 | 151 | 0.62 | 0 | 0.11 | 0.33 | 169.25 | 0.45 | 0.46 |
| Hex | 40 | AA | 97 | 3E | 0 | B | 21 | A9 | 2D | 2E |
| Octal | 100 | 252 | 227 | 76 | 0 | 13 | 41 | 251 | 55 | 56 |
| Binary | 1000000 | 10101010 | 10010111 | 111110 | 0 | 1011 | 100001 | 10101001 | 101101 | 101110 |
Color Harmonies of #40AA97
Complementary color
Monochromatic Colors of #40AA97
Black with #40AA97
Text Example
Text Example
White with #40AA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AA97; }
p { color: rgb(64,170,151); }
H1.HeaderClassName
{
color: #40AA97;
}
.AnyTagClassName
{
color: #40AA97;
}
</style>
background-color css
<style>
a { background-color: #40AA97; }
a { background-color: rgb(64,170,151); }
div.DivClassName
{
background-color: #40AA97;
}
.BgClassName
{
background-color: #40AA97;
}
</style>
border-color css
<style>
span { border-color: #40AA97; }
span { border-color: rgb(64,170,151); }
td.TdClassName
{
border-color: #40AA97;
}
.TagClassName
{
border-color: #40AA97;
}
</style>