Shades of Niagara #229A86
Tints of Niagara #229A86
RGB
CMYK
RGB Variations
Color information
#229A86 (or 0x229A86) is known color: Niagara. HEX triplet: 22, 9A and 86. RGB value is (34,154,134). Sum of RGB (Red+Green+Blue) = 34+154+134=322 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.56% from 322); Green value is 154 (60.55% from 255 or 47.83% from 322); Blue value is 134 (52.73% from 255 or 41.61% from 322); Max value from RGB is 154 - color contains mainly: green. Hex color #229A86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229A86 is #DD6579. Grayscale: #737373. Windows color (decimal): -14509434 or 8821282. OLE color: 8821282.
HSL color Cylindrical-coordinate representation of color #229A86: hue angle of 170º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229A86 is Cyan = 0.78, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 154 | 134 | - |
| CMYK | 0.78 | 0 | 0.13 | 0.40 |
| HSL | 170º | 0.64% | 0.37% | - |
| HSV(B) | 170º | 0.78% | 0.6% | - |
| XYZ | 16.52 | 25.17 | 26.54 | - |
| YUV | 115.84 | 138.24 | 69.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 154 | 134 | 0.78 | 0 | 0.13 | 0.40 | 170 | 0.64 | 0.37 |
| Hex | 22 | 9A | 86 | 4E | 0 | D | 28 | AA | 40 | 25 |
| Octal | 42 | 232 | 206 | 116 | 0 | 15 | 50 | 252 | 100 | 45 |
| Binary | 100010 | 10011010 | 10000110 | 1001110 | 0 | 1101 | 101000 | 10101010 | 1000000 | 100101 |
Color Harmonies of #229A86
Complementary color
Monochromatic Colors of #229A86
Black with #229A86
Text Example
Text Example
White with #229A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229A86; }
p { color: rgb(34,154,134); }
H1.HeaderClassName
{
color: #229A86;
}
.AnyTagClassName
{
color: #229A86;
}
</style>
background-color css
<style>
a { background-color: #229A86; }
a { background-color: rgb(34,154,134); }
div.DivClassName
{
background-color: #229A86;
}
.BgClassName
{
background-color: #229A86;
}
</style>
border-color css
<style>
span { border-color: #229A86; }
span { border-color: rgb(34,154,134); }
td.TdClassName
{
border-color: #229A86;
}
.TagClassName
{
border-color: #229A86;
}
</style>