Shades of Niagara #299B86
Tints of Niagara #299B86
RGB
CMYK
RGB Variations
Color information
#299B86 (or 0x299B86) is known color: Niagara. HEX triplet: 29, 9B and 86. RGB value is (41,155,134). Sum of RGB (Red+Green+Blue) = 41+155+134=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 155 - color contains mainly: green. Hex color #299B86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299B86 is #D66479. Grayscale: #767676. Windows color (decimal): -14050426 or 8821545. OLE color: 8821545.
HSL color Cylindrical-coordinate representation of color #299B86: hue angle of 168.95º 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 #299B86 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 155 | 134 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.39 |
| HSL | 168.95º | 0.58% | 0.38% | - |
| HSV(B) | 168.95º | 0.74% | 0.61% | - |
| XYZ | 16.94 | 25.64 | 26.61 | - |
| YUV | 118.52 | 136.73 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 155 | 134 | 0.74 | 0 | 0.14 | 0.39 | 168.95 | 0.58 | 0.38 |
| Hex | 29 | 9B | 86 | 4A | 0 | E | 27 | A9 | 3A | 26 |
| Octal | 51 | 233 | 206 | 112 | 0 | 16 | 47 | 251 | 72 | 46 |
| Binary | 101001 | 10011011 | 10000110 | 1001010 | 0 | 1110 | 100111 | 10101001 | 111010 | 100110 |
Color Harmonies of #299B86
Complementary color
Monochromatic Colors of #299B86
Black with #299B86
Text Example
Text Example
White with #299B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299B86; }
p { color: rgb(41,155,134); }
H1.HeaderClassName
{
color: #299B86;
}
.AnyTagClassName
{
color: #299B86;
}
</style>
background-color css
<style>
a { background-color: #299B86; }
a { background-color: rgb(41,155,134); }
div.DivClassName
{
background-color: #299B86;
}
.BgClassName
{
background-color: #299B86;
}
</style>
border-color css
<style>
span { border-color: #299B86; }
span { border-color: rgb(41,155,134); }
td.TdClassName
{
border-color: #299B86;
}
.TagClassName
{
border-color: #299B86;
}
</style>