Shades of Gossamer #40AF99
Tints of Gossamer #40AF99
RGB
CMYK
RGB Variations
Color information
#40AF99 (or 0x40AF99) is known color: Gossamer. HEX triplet: 40, AF and 99. RGB value is (64,175,153). Sum of RGB (Red+Green+Blue) = 64+175+153=392 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.33% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 153 (60.16% from 255 or 39.03% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AF99 is #BF5066. Grayscale: #8B8B8B. Windows color (decimal): -12537959 or 10071872. OLE color: 10071872.
HSL color Cylindrical-coordinate representation of color #40AF99: hue angle of 168.11º 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 #40AF99 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 175 | 153 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.31 |
| HSL | 168.11º | 0.46% | 0.47% | - |
| HSV(B) | 168.11º | 0.63% | 0.69% | - |
| XYZ | 23.19 | 34.05 | 35.49 | - |
| YUV | 139.3 | 135.73 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 153 | 0.63 | 0 | 0.13 | 0.31 | 168.11 | 0.46 | 0.47 |
| Hex | 40 | AF | 99 | 3F | 0 | D | 1F | A8 | 2E | 2F |
| Octal | 100 | 257 | 231 | 77 | 0 | 15 | 37 | 250 | 56 | 57 |
| Binary | 1000000 | 10101111 | 10011001 | 111111 | 0 | 1101 | 11111 | 10101000 | 101110 | 101111 |
Color Harmonies of #40AF99
Complementary color
Monochromatic Colors of #40AF99
Black with #40AF99
Text Example
Text Example
White with #40AF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AF99; }
p { color: rgb(64,175,153); }
H1.HeaderClassName
{
color: #40AF99;
}
.AnyTagClassName
{
color: #40AF99;
}
</style>
background-color css
<style>
a { background-color: #40AF99; }
a { background-color: rgb(64,175,153); }
div.DivClassName
{
background-color: #40AF99;
}
.BgClassName
{
background-color: #40AF99;
}
</style>
border-color css
<style>
span { border-color: #40AF99; }
span { border-color: rgb(64,175,153); }
td.TdClassName
{
border-color: #40AF99;
}
.TagClassName
{
border-color: #40AF99;
}
</style>