Shades of Niagara #299F83
Tints of Niagara #299F83
RGB
CMYK
RGB Variations
Color information
#299F83 (or 0x299F83) is known color: Niagara. HEX triplet: 29, 9F and 83. RGB value is (41,159,131). Sum of RGB (Red+Green+Blue) = 41+159+131=331 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.39% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 159 - color contains mainly: green. Hex color #299F83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299F83 is #D6607C. Grayscale: #787878. Windows color (decimal): -14049405 or 8625961. OLE color: 8625961.
HSL color Cylindrical-coordinate representation of color #299F83: hue angle of 165.76º 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 #299F83 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 159 | 131 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.38 |
| HSL | 165.76º | 0.59% | 0.39% | - |
| HSV(B) | 165.76º | 0.74% | 0.62% | - |
| XYZ | 17.41 | 26.91 | 25.75 | - |
| YUV | 120.53 | 133.91 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 159 | 131 | 0.74 | 0 | 0.18 | 0.38 | 165.76 | 0.59 | 0.39 |
| Hex | 29 | 9F | 83 | 4A | 0 | 12 | 26 | A6 | 3B | 27 |
| Octal | 51 | 237 | 203 | 112 | 0 | 22 | 46 | 246 | 73 | 47 |
| Binary | 101001 | 10011111 | 10000011 | 1001010 | 0 | 10010 | 100110 | 10100110 | 111011 | 100111 |
Color Harmonies of #299F83
Complementary color
Monochromatic Colors of #299F83
Black with #299F83
Text Example
Text Example
White with #299F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299F83; }
p { color: rgb(41,159,131); }
H1.HeaderClassName
{
color: #299F83;
}
.AnyTagClassName
{
color: #299F83;
}
</style>
background-color css
<style>
a { background-color: #299F83; }
a { background-color: rgb(41,159,131); }
div.DivClassName
{
background-color: #299F83;
}
.BgClassName
{
background-color: #299F83;
}
</style>
border-color css
<style>
span { border-color: #299F83; }
span { border-color: rgb(41,159,131); }
td.TdClassName
{
border-color: #299F83;
}
.TagClassName
{
border-color: #299F83;
}
</style>