Shades of Niagara #299F88
Tints of Niagara #299F88
RGB
CMYK
RGB Variations
Color information
#299F88 (or 0x299F88) is known color: Niagara. HEX triplet: 29, 9F and 88. RGB value is (41,159,136). Sum of RGB (Red+Green+Blue) = 41+159+136=336 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.20% from 336); Green value is 159 (62.5% from 255 or 47.32% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 159 - color contains mainly: green. Hex color #299F88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299F88 is #D66077. Grayscale: #797979. Windows color (decimal): -14049400 or 8953641. OLE color: 8953641.
HSL color Cylindrical-coordinate representation of color #299F88: hue angle of 168.31º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299F88 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 159 | 136 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.38 |
| HSL | 168.31º | 0.59% | 0.39% | - |
| HSV(B) | 168.31º | 0.74% | 0.62% | - |
| XYZ | 17.76 | 27.05 | 27.58 | - |
| YUV | 121.1 | 136.41 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 159 | 136 | 0.74 | 0 | 0.14 | 0.38 | 168.31 | 0.59 | 0.39 |
| Hex | 29 | 9F | 88 | 4A | 0 | E | 26 | A8 | 3B | 27 |
| Octal | 51 | 237 | 210 | 112 | 0 | 16 | 46 | 250 | 73 | 47 |
| Binary | 101001 | 10011111 | 10001000 | 1001010 | 0 | 1110 | 100110 | 10101000 | 111011 | 100111 |
Color Harmonies of #299F88
Complementary color
Monochromatic Colors of #299F88
Black with #299F88
Text Example
Text Example
White with #299F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299F88; }
p { color: rgb(41,159,136); }
H1.HeaderClassName
{
color: #299F88;
}
.AnyTagClassName
{
color: #299F88;
}
</style>
background-color css
<style>
a { background-color: #299F88; }
a { background-color: rgb(41,159,136); }
div.DivClassName
{
background-color: #299F88;
}
.BgClassName
{
background-color: #299F88;
}
</style>
border-color css
<style>
span { border-color: #299F88; }
span { border-color: rgb(41,159,136); }
td.TdClassName
{
border-color: #299F88;
}
.TagClassName
{
border-color: #299F88;
}
</style>