Shades of Gossamer #40B28F
Tints of Gossamer #40B28F
RGB
CMYK
RGB Variations
Color information
#40B28F (or 0x40B28F) is known color: Gossamer. HEX triplet: 40, B2 and 8F. RGB value is (64,178,143). Sum of RGB (Red+Green+Blue) = 64+178+143=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 178 - color contains mainly: green. Hex color #40B28F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40B28F is #BF4D70. Grayscale: #8B8B8B. Windows color (decimal): -12537201 or 9417280. OLE color: 9417280.
HSL color Cylindrical-coordinate representation of color #40B28F: hue angle of 161.58º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B28F is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 178 | 143 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.30 |
| HSL | 161.58º | 0.47% | 0.47% | - |
| HSV(B) | 161.58º | 0.64% | 0.7% | - |
| XYZ | 22.99 | 34.91 | 31.51 | - |
| YUV | 139.92 | 129.73 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 178 | 143 | 0.64 | 0 | 0.20 | 0.30 | 161.58 | 0.47 | 0.47 |
| Hex | 40 | B2 | 8F | 40 | 0 | 14 | 1E | A2 | 2F | 2F |
| Octal | 100 | 262 | 217 | 100 | 0 | 24 | 36 | 242 | 57 | 57 |
| Binary | 1000000 | 10110010 | 10001111 | 1000000 | 0 | 10100 | 11110 | 10100010 | 101111 | 101111 |
Color Harmonies of #40B28F
Complementary color
Monochromatic Colors of #40B28F
Black with #40B28F
Text Example
Text Example
White with #40B28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B28F; }
p { color: rgb(64,178,143); }
H1.HeaderClassName
{
color: #40B28F;
}
.AnyTagClassName
{
color: #40B28F;
}
</style>
background-color css
<style>
a { background-color: #40B28F; }
a { background-color: rgb(64,178,143); }
div.DivClassName
{
background-color: #40B28F;
}
.BgClassName
{
background-color: #40B28F;
}
</style>
border-color css
<style>
span { border-color: #40B28F; }
span { border-color: rgb(64,178,143); }
td.TdClassName
{
border-color: #40B28F;
}
.TagClassName
{
border-color: #40B28F;
}
</style>