Shades of Gossamer #40AF8B
Tints of Gossamer #40AF8B
RGB
CMYK
RGB Variations
Color information
#40AF8B (or 0x40AF8B) is known color: Gossamer. HEX triplet: 40, AF and 8B. RGB value is (64,175,139). Sum of RGB (Red+Green+Blue) = 64+175+139=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AF8B is #BF5074. Grayscale: #898989. Windows color (decimal): -12537973 or 9154368. OLE color: 9154368.
HSL color Cylindrical-coordinate representation of color #40AF8B: hue angle of 160.54º 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 #40AF8B is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 175 | 139 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.31 |
| HSL | 160.54º | 0.46% | 0.47% | - |
| HSV(B) | 160.54º | 0.63% | 0.69% | - |
| XYZ | 22.1 | 33.61 | 29.75 | - |
| YUV | 137.71 | 128.73 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 139 | 0.63 | 0 | 0.21 | 0.31 | 160.54 | 0.46 | 0.47 |
| Hex | 40 | AF | 8B | 3F | 0 | 15 | 1F | A1 | 2E | 2F |
| Octal | 100 | 257 | 213 | 77 | 0 | 25 | 37 | 241 | 56 | 57 |
| Binary | 1000000 | 10101111 | 10001011 | 111111 | 0 | 10101 | 11111 | 10100001 | 101110 | 101111 |
Color Harmonies of #40AF8B
Complementary color
Monochromatic Colors of #40AF8B
Black with #40AF8B
Text Example
Text Example
White with #40AF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AF8B; }
p { color: rgb(64,175,139); }
H1.HeaderClassName
{
color: #40AF8B;
}
.AnyTagClassName
{
color: #40AF8B;
}
</style>
background-color css
<style>
a { background-color: #40AF8B; }
a { background-color: rgb(64,175,139); }
div.DivClassName
{
background-color: #40AF8B;
}
.BgClassName
{
background-color: #40AF8B;
}
</style>
border-color css
<style>
span { border-color: #40AF8B; }
span { border-color: rgb(64,175,139); }
td.TdClassName
{
border-color: #40AF8B;
}
.TagClassName
{
border-color: #40AF8B;
}
</style>