Shades of Niagara #229A84
Tints of Niagara #229A84
RGB
CMYK
RGB Variations
Color information
#229A84 (or 0x229A84) is known color: Niagara. HEX triplet: 22, 9A and 84. RGB value is (34,154,132). Sum of RGB (Red+Green+Blue) = 34+154+132=320 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.62% from 320); Green value is 154 (60.55% from 255 or 48.12% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 154 - color contains mainly: green. Hex color #229A84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229A84 is #DD657B. Grayscale: #737373. Windows color (decimal): -14509436 or 8690210. OLE color: 8690210.
HSL color Cylindrical-coordinate representation of color #229A84: hue angle of 169º 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 #229A84 is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 34 | 154 | 132 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.40 |
| HSL | 169º | 0.64% | 0.37% | - |
| HSV(B) | 169º | 0.78% | 0.6% | - |
| XYZ | 16.38 | 25.12 | 25.81 | - |
| YUV | 115.61 | 137.24 | 69.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 154 | 132 | 0.78 | 0 | 0.14 | 0.40 | 169 | 0.64 | 0.37 |
| Hex | 22 | 9A | 84 | 4E | 0 | E | 28 | A9 | 40 | 25 |
| Octal | 42 | 232 | 204 | 116 | 0 | 16 | 50 | 251 | 100 | 45 |
| Binary | 100010 | 10011010 | 10000100 | 1001110 | 0 | 1110 | 101000 | 10101001 | 1000000 | 100101 |
Color Harmonies of #229A84
Complementary color
Monochromatic Colors of #229A84
Black with #229A84
Text Example
Text Example
White with #229A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229A84; }
p { color: rgb(34,154,132); }
H1.HeaderClassName
{
color: #229A84;
}
.AnyTagClassName
{
color: #229A84;
}
</style>
background-color css
<style>
a { background-color: #229A84; }
a { background-color: rgb(34,154,132); }
div.DivClassName
{
background-color: #229A84;
}
.BgClassName
{
background-color: #229A84;
}
</style>
border-color css
<style>
span { border-color: #229A84; }
span { border-color: rgb(34,154,132); }
td.TdClassName
{
border-color: #229A84;
}
.TagClassName
{
border-color: #229A84;
}
</style>