Shades of Niagara #229F86
Tints of Niagara #229F86
RGB
CMYK
RGB Variations
Color information
#229F86 (or 0x229F86) is known color: Niagara. HEX triplet: 22, 9F and 86. RGB value is (34,159,134). Sum of RGB (Red+Green+Blue) = 34+159+134=327 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.40% from 327); Green value is 159 (62.5% from 255 or 48.62% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 159 - color contains mainly: green. Hex color #229F86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229F86 is #DD6079. Grayscale: #767676. Windows color (decimal): -14508154 or 8822562. OLE color: 8822562.
HSL color Cylindrical-coordinate representation of color #229F86: hue angle of 168º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #229F86 is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 159 | 134 | - |
| CMYK | 0.79 | 0 | 0.16 | 0.38 |
| HSL | 168º | 0.65% | 0.38% | - |
| HSV(B) | 168º | 0.79% | 0.62% | - |
| XYZ | 17.36 | 26.86 | 26.82 | - |
| YUV | 118.78 | 136.59 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 159 | 134 | 0.79 | 0 | 0.16 | 0.38 | 168 | 0.65 | 0.38 |
| Hex | 22 | 9F | 86 | 4F | 0 | 10 | 26 | A8 | 41 | 26 |
| Octal | 42 | 237 | 206 | 117 | 0 | 20 | 46 | 250 | 101 | 46 |
| Binary | 100010 | 10011111 | 10000110 | 1001111 | 0 | 10000 | 100110 | 10101000 | 1000001 | 100110 |
Color Harmonies of #229F86
Complementary color
Monochromatic Colors of #229F86
Black with #229F86
Text Example
Text Example
White with #229F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229F86; }
p { color: rgb(34,159,134); }
H1.HeaderClassName
{
color: #229F86;
}
.AnyTagClassName
{
color: #229F86;
}
</style>
background-color css
<style>
a { background-color: #229F86; }
a { background-color: rgb(34,159,134); }
div.DivClassName
{
background-color: #229F86;
}
.BgClassName
{
background-color: #229F86;
}
</style>
border-color css
<style>
span { border-color: #229F86; }
span { border-color: rgb(34,159,134); }
td.TdClassName
{
border-color: #229F86;
}
.TagClassName
{
border-color: #229F86;
}
</style>