Shades of Gossamer #40A192
Tints of Gossamer #40A192
RGB
CMYK
RGB Variations
Color information
#40A192 (or 0x40A192) is known color: Gossamer. HEX triplet: 40, A1 and 92. RGB value is (64,161,146). Sum of RGB (Red+Green+Blue) = 64+161+146=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 161 (63.28% from 255 or 43.40% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 161 - color contains mainly: green. Hex color #40A192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A192 is #BF5E6D. Grayscale: #828282. Windows color (decimal): -12541550 or 9609536. OLE color: 9609536.
HSL color Cylindrical-coordinate representation of color #40A192: hue angle of 170.72º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #40A192 is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 64 | 161 | 146 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.37 |
| HSL | 170.72º | 0.43% | 0.44% | - |
| HSV(B) | 170.72º | 0.6% | 0.63% | - |
| XYZ | 20.05 | 28.66 | 31.67 | - |
| YUV | 130.29 | 136.86 | 80.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 161 | 146 | 0.60 | 0 | 0.09 | 0.37 | 170.72 | 0.43 | 0.44 |
| Hex | 40 | A1 | 92 | 3C | 0 | 9 | 25 | AB | 2B | 2C |
| Octal | 100 | 241 | 222 | 74 | 0 | 11 | 45 | 253 | 53 | 54 |
| Binary | 1000000 | 10100001 | 10010010 | 111100 | 0 | 1001 | 100101 | 10101011 | 101011 | 101100 |
Color Harmonies of #40A192
Complementary color
Monochromatic Colors of #40A192
Black with #40A192
Text Example
Text Example
White with #40A192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40A192; }
p { color: rgb(64,161,146); }
H1.HeaderClassName
{
color: #40A192;
}
.AnyTagClassName
{
color: #40A192;
}
</style>
background-color css
<style>
a { background-color: #40A192; }
a { background-color: rgb(64,161,146); }
div.DivClassName
{
background-color: #40A192;
}
.BgClassName
{
background-color: #40A192;
}
</style>
border-color css
<style>
span { border-color: #40A192; }
span { border-color: rgb(64,161,146); }
td.TdClassName
{
border-color: #40A192;
}
.TagClassName
{
border-color: #40A192;
}
</style>