Shades of Niagara #299E85
Tints of Niagara #299E85
RGB
CMYK
RGB Variations
Color information
#299E85 (or 0x299E85) is known color: Niagara. HEX triplet: 29, 9E and 85. RGB value is (41,158,133). Sum of RGB (Red+Green+Blue) = 41+158+133=332 (43% of max value = 765). Red value is 41 (16.41% from 255 or 12.35% from 332); Green value is 158 (62.11% from 255 or 47.59% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 158 - color contains mainly: green. Hex color #299E85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #299E85 is #D6617A. Grayscale: #787878. Windows color (decimal): -14049659 or 8756777. OLE color: 8756777.
HSL color Cylindrical-coordinate representation of color #299E85: hue angle of 167.18º 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 #299E85 is Cyan = 0.74, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 41 | 158 | 133 | - |
| CMYK | 0.74 | 0 | 0.16 | 0.38 |
| HSL | 167.18º | 0.59% | 0.39% | - |
| HSV(B) | 167.18º | 0.74% | 0.62% | - |
| XYZ | 17.37 | 26.62 | 26.41 | - |
| YUV | 120.17 | 135.24 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 158 | 133 | 0.74 | 0 | 0.16 | 0.38 | 167.18 | 0.59 | 0.39 |
| Hex | 29 | 9E | 85 | 4A | 0 | 10 | 26 | A7 | 3B | 27 |
| Octal | 51 | 236 | 205 | 112 | 0 | 20 | 46 | 247 | 73 | 47 |
| Binary | 101001 | 10011110 | 10000101 | 1001010 | 0 | 10000 | 100110 | 10100111 | 111011 | 100111 |
Color Harmonies of #299E85
Complementary color
Monochromatic Colors of #299E85
Black with #299E85
Text Example
Text Example
White with #299E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #299E85; }
p { color: rgb(41,158,133); }
H1.HeaderClassName
{
color: #299E85;
}
.AnyTagClassName
{
color: #299E85;
}
</style>
background-color css
<style>
a { background-color: #299E85; }
a { background-color: rgb(41,158,133); }
div.DivClassName
{
background-color: #299E85;
}
.BgClassName
{
background-color: #299E85;
}
</style>
border-color css
<style>
span { border-color: #299E85; }
span { border-color: rgb(41,158,133); }
td.TdClassName
{
border-color: #299E85;
}
.TagClassName
{
border-color: #299E85;
}
</style>