Shades of Gossamer #40B099
Tints of Gossamer #40B099
RGB
CMYK
RGB Variations
Color information
#40B099 (or 0x40B099) is known color: Gossamer. HEX triplet: 40, B0 and 99. RGB value is (64,176,153). Sum of RGB (Red+Green+Blue) = 64+176+153=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 176 - color contains mainly: green. Hex color #40B099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40B099 is #BF4F66. Grayscale: #8B8B8B. Windows color (decimal): -12537703 or 10072128. OLE color: 10072128.
HSL color Cylindrical-coordinate representation of color #40B099: hue angle of 167.68º 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 #40B099 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 176 | 153 | - |
| CMYK | 0.64 | 0 | 0.13 | 0.31 |
| HSL | 167.68º | 0.47% | 0.47% | - |
| HSV(B) | 167.68º | 0.64% | 0.69% | - |
| XYZ | 23.39 | 34.44 | 35.55 | - |
| YUV | 139.89 | 135.39 | 73.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 176 | 153 | 0.64 | 0 | 0.13 | 0.31 | 167.68 | 0.47 | 0.47 |
| Hex | 40 | B0 | 99 | 40 | 0 | D | 1F | A8 | 2F | 2F |
| Octal | 100 | 260 | 231 | 100 | 0 | 15 | 37 | 250 | 57 | 57 |
| Binary | 1000000 | 10110000 | 10011001 | 1000000 | 0 | 1101 | 11111 | 10101000 | 101111 | 101111 |
Color Harmonies of #40B099
Complementary color
Monochromatic Colors of #40B099
Black with #40B099
Text Example
Text Example
White with #40B099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B099; }
p { color: rgb(64,176,153); }
H1.HeaderClassName
{
color: #40B099;
}
.AnyTagClassName
{
color: #40B099;
}
</style>
background-color css
<style>
a { background-color: #40B099; }
a { background-color: rgb(64,176,153); }
div.DivClassName
{
background-color: #40B099;
}
.BgClassName
{
background-color: #40B099;
}
</style>
border-color css
<style>
span { border-color: #40B099; }
span { border-color: rgb(64,176,153); }
td.TdClassName
{
border-color: #40B099;
}
.TagClassName
{
border-color: #40B099;
}
</style>