Shades of Gossamer #40AF9B
Tints of Gossamer #40AF9B
RGB
CMYK
RGB Variations
Color information
#40AF9B (or 0x40AF9B) is known color: Gossamer. HEX triplet: 40, AF and 9B. RGB value is (64,175,155). Sum of RGB (Red+Green+Blue) = 64+175+155=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AF9B is #BF5064. Grayscale: #8B8B8B. Windows color (decimal): -12537957 or 10202944. OLE color: 10202944.
HSL color Cylindrical-coordinate representation of color #40AF9B: hue angle of 169.19º 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 #40AF9B is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 175 | 155 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.31 |
| HSL | 169.19º | 0.46% | 0.47% | - |
| HSV(B) | 169.19º | 0.63% | 0.69% | - |
| XYZ | 23.36 | 34.12 | 36.36 | - |
| YUV | 139.53 | 136.73 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 155 | 0.63 | 0 | 0.11 | 0.31 | 169.19 | 0.46 | 0.47 |
| Hex | 40 | AF | 9B | 3F | 0 | B | 1F | A9 | 2E | 2F |
| Octal | 100 | 257 | 233 | 77 | 0 | 13 | 37 | 251 | 56 | 57 |
| Binary | 1000000 | 10101111 | 10011011 | 111111 | 0 | 1011 | 11111 | 10101001 | 101110 | 101111 |
Color Harmonies of #40AF9B
Complementary color
Monochromatic Colors of #40AF9B
Black with #40AF9B
Text Example
Text Example
White with #40AF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AF9B; }
p { color: rgb(64,175,155); }
H1.HeaderClassName
{
color: #40AF9B;
}
.AnyTagClassName
{
color: #40AF9B;
}
</style>
background-color css
<style>
a { background-color: #40AF9B; }
a { background-color: rgb(64,175,155); }
div.DivClassName
{
background-color: #40AF9B;
}
.BgClassName
{
background-color: #40AF9B;
}
</style>
border-color css
<style>
span { border-color: #40AF9B; }
span { border-color: rgb(64,175,155); }
td.TdClassName
{
border-color: #40AF9B;
}
.TagClassName
{
border-color: #40AF9B;
}
</style>