Shades of Gossamer #299B80
Tints of Gossamer #299B80
RGB
CMYK
RGB Variations
Color information
#299B80 (or 0x299B80) is known color: Gossamer. HEX triplet: 29, 9B and 80. RGB value is (41,155,128). Sum of RGB (Red+Green+Blue) = 41+155+128=324 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.65% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 155 - color contains mainly: green. Hex color #299B80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299B80 is #D6647F. Grayscale: #757575. Windows color (decimal): -14050432 or 8428329. OLE color: 8428329.
HSL color Cylindrical-coordinate representation of color #299B80: hue angle of 165.79º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299B80 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 155 | 128 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.39 |
| HSL | 165.79º | 0.58% | 0.38% | - |
| HSV(B) | 165.79º | 0.74% | 0.61% | - |
| XYZ | 16.53 | 25.47 | 24.47 | - |
| YUV | 117.84 | 133.73 | 73.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 128 | 0.74 | 0 | 0.17 | 0.39 | 165.79 | 0.58 | 0.38 |
| Hex | 29 | 9B | 80 | 4A | 0 | 11 | 27 | A6 | 3A | 26 |
| Octal | 51 | 233 | 200 | 112 | 0 | 21 | 47 | 246 | 72 | 46 |
| Binary | 101001 | 10011011 | 10000000 | 1001010 | 0 | 10001 | 100111 | 10100110 | 111010 | 100110 |
Color Harmonies of #299B80
Complementary color
Monochromatic Colors of #299B80
Black with #299B80
Text Example
Text Example
White with #299B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299B80; }
p { color: rgb(41,155,128); }
H1.HeaderClassName
{
color: #299B80;
}
.AnyTagClassName
{
color: #299B80;
}
</style>
background-color css
<style>
a { background-color: #299B80; }
a { background-color: rgb(41,155,128); }
div.DivClassName
{
background-color: #299B80;
}
.BgClassName
{
background-color: #299B80;
}
</style>
border-color css
<style>
span { border-color: #299B80; }
span { border-color: rgb(41,155,128); }
td.TdClassName
{
border-color: #299B80;
}
.TagClassName
{
border-color: #299B80;
}
</style>