Shades of Gossamer #40B19A
Tints of Gossamer #40B19A
RGB
CMYK
RGB Variations
Color information
#40B19A (or 0x40B19A) is known color: Gossamer. HEX triplet: 40, B1 and 9A. RGB value is (64,177,154). Sum of RGB (Red+Green+Blue) = 64+177+154=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 177 (69.53% from 255 or 44.81% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 177 - color contains mainly: green. Hex color #40B19A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40B19A is #BF4E65. Grayscale: #8C8C8C. Windows color (decimal): -12537446 or 10137920. OLE color: 10137920.
HSL color Cylindrical-coordinate representation of color #40B19A: hue angle of 167.79º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B19A is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 177 | 154 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.31 |
| HSL | 167.79º | 0.47% | 0.47% | - |
| HSV(B) | 167.79º | 0.64% | 0.69% | - |
| XYZ | 23.67 | 34.87 | 36.05 | - |
| YUV | 140.59 | 135.56 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 177 | 154 | 0.64 | 0 | 0.13 | 0.31 | 167.79 | 0.47 | 0.47 |
| Hex | 40 | B1 | 9A | 40 | 0 | D | 1F | A8 | 2F | 2F |
| Octal | 100 | 261 | 232 | 100 | 0 | 15 | 37 | 250 | 57 | 57 |
| Binary | 1000000 | 10110001 | 10011010 | 1000000 | 0 | 1101 | 11111 | 10101000 | 101111 | 101111 |
Color Harmonies of #40B19A
Complementary color
Monochromatic Colors of #40B19A
Black with #40B19A
Text Example
Text Example
White with #40B19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B19A; }
p { color: rgb(64,177,154); }
H1.HeaderClassName
{
color: #40B19A;
}
.AnyTagClassName
{
color: #40B19A;
}
</style>
background-color css
<style>
a { background-color: #40B19A; }
a { background-color: rgb(64,177,154); }
div.DivClassName
{
background-color: #40B19A;
}
.BgClassName
{
background-color: #40B19A;
}
</style>
border-color css
<style>
span { border-color: #40B19A; }
span { border-color: rgb(64,177,154); }
td.TdClassName
{
border-color: #40B19A;
}
.TagClassName
{
border-color: #40B19A;
}
</style>