Shades of Niagara #299C87
Tints of Niagara #299C87
RGB
CMYK
RGB Variations
Color information
#299C87 (or 0x299C87) is known color: Niagara. HEX triplet: 29, 9C and 87. RGB value is (41,156,135). Sum of RGB (Red+Green+Blue) = 41+156+135=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 156 - color contains mainly: green. Hex color #299C87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299C87 is #D66378. Grayscale: #777777. Windows color (decimal): -14050169 or 8887337. OLE color: 8887337.
HSL color Cylindrical-coordinate representation of color #299C87: hue angle of 169.04º 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 #299C87 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 41 | 156 | 135 | - |
| CMYK | 0.74 | 0 | 0.13 | 0.39 |
| HSL | 169.04º | 0.58% | 0.39% | - |
| HSV(B) | 169.04º | 0.74% | 0.61% | - |
| XYZ | 17.18 | 26 | 27.03 | - |
| YUV | 119.22 | 136.9 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 156 | 135 | 0.74 | 0 | 0.13 | 0.39 | 169.04 | 0.58 | 0.39 |
| Hex | 29 | 9C | 87 | 4A | 0 | D | 27 | A9 | 3A | 27 |
| Octal | 51 | 234 | 207 | 112 | 0 | 15 | 47 | 251 | 72 | 47 |
| Binary | 101001 | 10011100 | 10000111 | 1001010 | 0 | 1101 | 100111 | 10101001 | 111010 | 100111 |
Color Harmonies of #299C87
Complementary color
Monochromatic Colors of #299C87
Black with #299C87
Text Example
Text Example
White with #299C87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299C87; }
p { color: rgb(41,156,135); }
H1.HeaderClassName
{
color: #299C87;
}
.AnyTagClassName
{
color: #299C87;
}
</style>
background-color css
<style>
a { background-color: #299C87; }
a { background-color: rgb(41,156,135); }
div.DivClassName
{
background-color: #299C87;
}
.BgClassName
{
background-color: #299C87;
}
</style>
border-color css
<style>
span { border-color: #299C87; }
span { border-color: rgb(41,156,135); }
td.TdClassName
{
border-color: #299C87;
}
.TagClassName
{
border-color: #299C87;
}
</style>