Shades of Niagara #299C83
Tints of Niagara #299C83
RGB
CMYK
RGB Variations
Color information
#299C83 (or 0x299C83) is known color: Niagara. HEX triplet: 29, 9C and 83. RGB value is (41,156,131). Sum of RGB (Red+Green+Blue) = 41+156+131=328 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.5% from 328); Green value is 156 (61.33% from 255 or 47.56% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 156 - color contains mainly: green. Hex color #299C83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299C83 is #D6637C. Grayscale: #767676. Windows color (decimal): -14050173 or 8625193. OLE color: 8625193.
HSL color Cylindrical-coordinate representation of color #299C83: hue angle of 166.96º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #299C83 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 156 | 131 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.39 |
| HSL | 166.96º | 0.58% | 0.39% | - |
| HSV(B) | 166.96º | 0.74% | 0.61% | - |
| XYZ | 16.9 | 25.89 | 25.58 | - |
| YUV | 118.77 | 134.9 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 156 | 131 | 0.74 | 0 | 0.16 | 0.39 | 166.96 | 0.58 | 0.39 |
| Hex | 29 | 9C | 83 | 4A | 0 | 10 | 27 | A7 | 3A | 27 |
| Octal | 51 | 234 | 203 | 112 | 0 | 20 | 47 | 247 | 72 | 47 |
| Binary | 101001 | 10011100 | 10000011 | 1001010 | 0 | 10000 | 100111 | 10100111 | 111010 | 100111 |
Color Harmonies of #299C83
Complementary color
Monochromatic Colors of #299C83
Black with #299C83
Text Example
Text Example
White with #299C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299C83; }
p { color: rgb(41,156,131); }
H1.HeaderClassName
{
color: #299C83;
}
.AnyTagClassName
{
color: #299C83;
}
</style>
background-color css
<style>
a { background-color: #299C83; }
a { background-color: rgb(41,156,131); }
div.DivClassName
{
background-color: #299C83;
}
.BgClassName
{
background-color: #299C83;
}
</style>
border-color css
<style>
span { border-color: #299C83; }
span { border-color: rgb(41,156,131); }
td.TdClassName
{
border-color: #299C83;
}
.TagClassName
{
border-color: #299C83;
}
</style>