Shades of Niagara #299D84
Tints of Niagara #299D84
RGB
CMYK
RGB Variations
Color information
#299D84 (or 0x299D84) is known color: Niagara. HEX triplet: 29, 9D and 84. RGB value is (41,157,132). Sum of RGB (Red+Green+Blue) = 41+157+132=330 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.42% from 330); Green value is 157 (61.72% from 255 or 47.58% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 157 - color contains mainly: green. Hex color #299D84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299D84 is #D6627B. Grayscale: #777777. Windows color (decimal): -14049916 or 8690985. OLE color: 8690985.
HSL color Cylindrical-coordinate representation of color #299D84: hue angle of 167.07º 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 #299D84 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 157 | 132 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.38 |
| HSL | 167.07º | 0.59% | 0.39% | - |
| HSV(B) | 167.07º | 0.74% | 0.62% | - |
| XYZ | 17.14 | 26.25 | 25.99 | - |
| YUV | 119.47 | 135.07 | 72.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 157 | 132 | 0.74 | 0 | 0.16 | 0.38 | 167.07 | 0.59 | 0.39 |
| Hex | 29 | 9D | 84 | 4A | 0 | 10 | 26 | A7 | 3B | 27 |
| Octal | 51 | 235 | 204 | 112 | 0 | 20 | 46 | 247 | 73 | 47 |
| Binary | 101001 | 10011101 | 10000100 | 1001010 | 0 | 10000 | 100110 | 10100111 | 111011 | 100111 |
Color Harmonies of #299D84
Complementary color
Monochromatic Colors of #299D84
Black with #299D84
Text Example
Text Example
White with #299D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299D84; }
p { color: rgb(41,157,132); }
H1.HeaderClassName
{
color: #299D84;
}
.AnyTagClassName
{
color: #299D84;
}
</style>
background-color css
<style>
a { background-color: #299D84; }
a { background-color: rgb(41,157,132); }
div.DivClassName
{
background-color: #299D84;
}
.BgClassName
{
background-color: #299D84;
}
</style>
border-color css
<style>
span { border-color: #299D84; }
span { border-color: rgb(41,157,132); }
td.TdClassName
{
border-color: #299D84;
}
.TagClassName
{
border-color: #299D84;
}
</style>