Shades of Niagara #299C84
Tints of Niagara #299C84
RGB
CMYK
RGB Variations
Color information
#299C84 (or 0x299C84) is known color: Niagara. HEX triplet: 29, 9C and 84. RGB value is (41,156,132). Sum of RGB (Red+Green+Blue) = 41+156+132=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 156 - color contains mainly: green. Hex color #299C84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299C84 is #D6637B. Grayscale: #767676. Windows color (decimal): -14050172 or 8690729. OLE color: 8690729.
HSL color Cylindrical-coordinate representation of color #299C84: hue angle of 167.48º 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 #299C84 is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 156 | 132 | - |
| CMYK | 0.74 | 0 | 0.15 | 0.39 |
| HSL | 167.48º | 0.58% | 0.39% | - |
| HSV(B) | 167.48º | 0.74% | 0.61% | - |
| XYZ | 16.97 | 25.91 | 25.94 | - |
| YUV | 118.88 | 135.4 | 72.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 156 | 132 | 0.74 | 0 | 0.15 | 0.39 | 167.48 | 0.58 | 0.39 |
| Hex | 29 | 9C | 84 | 4A | 0 | F | 27 | A7 | 3A | 27 |
| Octal | 51 | 234 | 204 | 112 | 0 | 17 | 47 | 247 | 72 | 47 |
| Binary | 101001 | 10011100 | 10000100 | 1001010 | 0 | 1111 | 100111 | 10100111 | 111010 | 100111 |
Color Harmonies of #299C84
Complementary color
Monochromatic Colors of #299C84
Black with #299C84
Text Example
Text Example
White with #299C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299C84; }
p { color: rgb(41,156,132); }
H1.HeaderClassName
{
color: #299C84;
}
.AnyTagClassName
{
color: #299C84;
}
</style>
background-color css
<style>
a { background-color: #299C84; }
a { background-color: rgb(41,156,132); }
div.DivClassName
{
background-color: #299C84;
}
.BgClassName
{
background-color: #299C84;
}
</style>
border-color css
<style>
span { border-color: #299C84; }
span { border-color: rgb(41,156,132); }
td.TdClassName
{
border-color: #299C84;
}
.TagClassName
{
border-color: #299C84;
}
</style>