Shades of Niagara #299C8D
Tints of Niagara #299C8D
RGB
CMYK
RGB Variations
Color information
#299C8D (or 0x299C8D) is known color: Niagara. HEX triplet: 29, 9C and 8D. RGB value is (41,156,141). Sum of RGB (Red+Green+Blue) = 41+156+141=338 (44% of max value = 765). Red value is 41 (16.41% from 255 or 12.13% from 338); Green value is 156 (61.33% from 255 or 46.15% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 156 - color contains mainly: green. Hex color #299C8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299C8D is #D66372. Grayscale: #777777. Windows color (decimal): -14050163 or 9280553. OLE color: 9280553.
HSL color Cylindrical-coordinate representation of color #299C8D: hue angle of 172.17º 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 #299C8D is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 156 | 141 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.39 |
| HSL | 172.17º | 0.58% | 0.39% | - |
| HSV(B) | 172.17º | 0.74% | 0.61% | - |
| XYZ | 17.61 | 26.17 | 29.32 | - |
| YUV | 119.91 | 139.9 | 71.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 156 | 141 | 0.74 | 0 | 0.10 | 0.39 | 172.17 | 0.58 | 0.39 |
| Hex | 29 | 9C | 8D | 4A | 0 | A | 27 | AC | 3A | 27 |
| Octal | 51 | 234 | 215 | 112 | 0 | 12 | 47 | 254 | 72 | 47 |
| Binary | 101001 | 10011100 | 10001101 | 1001010 | 0 | 1010 | 100111 | 10101100 | 111010 | 100111 |
Color Harmonies of #299C8D
Complementary color
Monochromatic Colors of #299C8D
Black with #299C8D
Text Example
Text Example
White with #299C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299C8D; }
p { color: rgb(41,156,141); }
H1.HeaderClassName
{
color: #299C8D;
}
.AnyTagClassName
{
color: #299C8D;
}
</style>
background-color css
<style>
a { background-color: #299C8D; }
a { background-color: rgb(41,156,141); }
div.DivClassName
{
background-color: #299C8D;
}
.BgClassName
{
background-color: #299C8D;
}
</style>
border-color css
<style>
span { border-color: #299C8D; }
span { border-color: rgb(41,156,141); }
td.TdClassName
{
border-color: #299C8D;
}
.TagClassName
{
border-color: #299C8D;
}
</style>