Shades of Gossamer #40AE9C
Tints of Gossamer #40AE9C
RGB
CMYK
RGB Variations
Color information
#40AE9C (or 0x40AE9C) is known color: Gossamer. HEX triplet: 40, AE and 9C. RGB value is (64,174,156). Sum of RGB (Red+Green+Blue) = 64+174+156=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 156 (61.33% from 255 or 39.59% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #40AE9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AE9C is #BF5163. Grayscale: #8B8B8B. Windows color (decimal): -12538212 or 10268224. OLE color: 10268224.
HSL color Cylindrical-coordinate representation of color #40AE9C: hue angle of 170.18º 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 #40AE9C is Cyan = 0.63, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 174 | 156 | - |
| CMYK | 0.63 | 0 | 0.10 | 0.32 |
| HSL | 170.18º | 0.46% | 0.47% | - |
| HSV(B) | 170.18º | 0.63% | 0.68% | - |
| XYZ | 23.25 | 33.76 | 36.74 | - |
| YUV | 139.06 | 137.56 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 174 | 156 | 0.63 | 0 | 0.10 | 0.32 | 170.18 | 0.46 | 0.47 |
| Hex | 40 | AE | 9C | 3F | 0 | A | 20 | AA | 2E | 2F |
| Octal | 100 | 256 | 234 | 77 | 0 | 12 | 40 | 252 | 56 | 57 |
| Binary | 1000000 | 10101110 | 10011100 | 111111 | 0 | 1010 | 100000 | 10101010 | 101110 | 101111 |
Color Harmonies of #40AE9C
Complementary color
Monochromatic Colors of #40AE9C
Black with #40AE9C
Text Example
Text Example
White with #40AE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AE9C; }
p { color: rgb(64,174,156); }
H1.HeaderClassName
{
color: #40AE9C;
}
.AnyTagClassName
{
color: #40AE9C;
}
</style>
background-color css
<style>
a { background-color: #40AE9C; }
a { background-color: rgb(64,174,156); }
div.DivClassName
{
background-color: #40AE9C;
}
.BgClassName
{
background-color: #40AE9C;
}
</style>
border-color css
<style>
span { border-color: #40AE9C; }
span { border-color: rgb(64,174,156); }
td.TdClassName
{
border-color: #40AE9C;
}
.TagClassName
{
border-color: #40AE9C;
}
</style>