Shades of Niagara #229F84
Tints of Niagara #229F84
RGB
CMYK
RGB Variations
Color information
#229F84 (or 0x229F84) is known color: Niagara. HEX triplet: 22, 9F and 84. RGB value is (34,159,132). Sum of RGB (Red+Green+Blue) = 34+159+132=325 (43% of max value = 765). Red value is 34 (13.67% from 255 or 10.46% from 325); Green value is 159 (62.5% from 255 or 48.92% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 159 - color contains mainly: green. Hex color #229F84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229F84 is #DD607B. Grayscale: #767676. Windows color (decimal): -14508156 or 8691490. OLE color: 8691490.
HSL color Cylindrical-coordinate representation of color #229F84: hue angle of 167.04º 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 #229F84 is Cyan = 0.79, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 34 | 159 | 132 | - |
| CMYK | 0.79 | 0 | 0.17 | 0.38 |
| HSL | 167.04º | 0.65% | 0.38% | - |
| HSV(B) | 167.04º | 0.79% | 0.62% | - |
| XYZ | 17.22 | 26.8 | 26.1 | - |
| YUV | 118.55 | 135.59 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 159 | 132 | 0.79 | 0 | 0.17 | 0.38 | 167.04 | 0.65 | 0.38 |
| Hex | 22 | 9F | 84 | 4F | 0 | 11 | 26 | A7 | 41 | 26 |
| Octal | 42 | 237 | 204 | 117 | 0 | 21 | 46 | 247 | 101 | 46 |
| Binary | 100010 | 10011111 | 10000100 | 1001111 | 0 | 10001 | 100110 | 10100111 | 1000001 | 100110 |
Color Harmonies of #229F84
Complementary color
Monochromatic Colors of #229F84
Black with #229F84
Text Example
Text Example
White with #229F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229F84; }
p { color: rgb(34,159,132); }
H1.HeaderClassName
{
color: #229F84;
}
.AnyTagClassName
{
color: #229F84;
}
</style>
background-color css
<style>
a { background-color: #229F84; }
a { background-color: rgb(34,159,132); }
div.DivClassName
{
background-color: #229F84;
}
.BgClassName
{
background-color: #229F84;
}
</style>
border-color css
<style>
span { border-color: #229F84; }
span { border-color: rgb(34,159,132); }
td.TdClassName
{
border-color: #229F84;
}
.TagClassName
{
border-color: #229F84;
}
</style>