Shades of Niagara #299D83
Tints of Niagara #299D83
RGB
CMYK
RGB Variations
Color information
#299D83 (or 0x299D83) is known color: Niagara. HEX triplet: 29, 9D and 83. RGB value is (41,157,131). Sum of RGB (Red+Green+Blue) = 41+157+131=329 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.46% from 329); Green value is 157 (61.72% from 255 or 47.72% from 329); Blue value is 131 (51.56% from 255 or 39.82% from 329); Max value from RGB is 157 - color contains mainly: green. Hex color #299D83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299D83 is #D6627C. Grayscale: #777777. Windows color (decimal): -14049917 or 8625449. OLE color: 8625449.
HSL color Cylindrical-coordinate representation of color #299D83: hue angle of 166.55º 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 #299D83 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 157 | 131 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.38 |
| HSL | 166.55º | 0.59% | 0.39% | - |
| HSV(B) | 166.55º | 0.74% | 0.62% | - |
| XYZ | 17.07 | 26.22 | 25.63 | - |
| YUV | 119.35 | 134.57 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 157 | 131 | 0.74 | 0 | 0.17 | 0.38 | 166.55 | 0.59 | 0.39 |
| Hex | 29 | 9D | 83 | 4A | 0 | 11 | 26 | A7 | 3B | 27 |
| Octal | 51 | 235 | 203 | 112 | 0 | 21 | 46 | 247 | 73 | 47 |
| Binary | 101001 | 10011101 | 10000011 | 1001010 | 0 | 10001 | 100110 | 10100111 | 111011 | 100111 |
Color Harmonies of #299D83
Complementary color
Monochromatic Colors of #299D83
Black with #299D83
Text Example
Text Example
White with #299D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299D83; }
p { color: rgb(41,157,131); }
H1.HeaderClassName
{
color: #299D83;
}
.AnyTagClassName
{
color: #299D83;
}
</style>
background-color css
<style>
a { background-color: #299D83; }
a { background-color: rgb(41,157,131); }
div.DivClassName
{
background-color: #299D83;
}
.BgClassName
{
background-color: #299D83;
}
</style>
border-color css
<style>
span { border-color: #299D83; }
span { border-color: rgb(41,157,131); }
td.TdClassName
{
border-color: #299D83;
}
.TagClassName
{
border-color: #299D83;
}
</style>