Shades of Niagara #229B84
Tints of Niagara #229B84
RGB
CMYK
RGB Variations
Color information
#229B84 (or 0x229B84) is known color: Niagara. HEX triplet: 22, 9B and 84. RGB value is (34,155,132). Sum of RGB (Red+Green+Blue) = 34+155+132=321 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.59% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 132 (51.95% from 255 or 41.12% from 321); Max value from RGB is 155 - color contains mainly: green. Hex color #229B84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229B84 is #DD647B. Grayscale: #747474. Windows color (decimal): -14509180 or 8690466. OLE color: 8690466.
HSL color Cylindrical-coordinate representation of color #229B84: hue angle of 168.6º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #229B84 is Cyan = 0.78, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 155 | 132 | - |
| CMYK | 0.78 | 0 | 0.15 | 0.39 |
| HSL | 168.6º | 0.64% | 0.37% | - |
| HSV(B) | 168.6º | 0.78% | 0.61% | - |
| XYZ | 16.55 | 25.45 | 25.87 | - |
| YUV | 116.2 | 136.91 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 155 | 132 | 0.78 | 0 | 0.15 | 0.39 | 168.6 | 0.64 | 0.37 |
| Hex | 22 | 9B | 84 | 4E | 0 | F | 27 | A9 | 40 | 25 |
| Octal | 42 | 233 | 204 | 116 | 0 | 17 | 47 | 251 | 100 | 45 |
| Binary | 100010 | 10011011 | 10000100 | 1001110 | 0 | 1111 | 100111 | 10101001 | 1000000 | 100101 |
Color Harmonies of #229B84
Complementary color
Monochromatic Colors of #229B84
Black with #229B84
Text Example
Text Example
White with #229B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229B84; }
p { color: rgb(34,155,132); }
H1.HeaderClassName
{
color: #229B84;
}
.AnyTagClassName
{
color: #229B84;
}
</style>
background-color css
<style>
a { background-color: #229B84; }
a { background-color: rgb(34,155,132); }
div.DivClassName
{
background-color: #229B84;
}
.BgClassName
{
background-color: #229B84;
}
</style>
border-color css
<style>
span { border-color: #229B84; }
span { border-color: rgb(34,155,132); }
td.TdClassName
{
border-color: #229B84;
}
.TagClassName
{
border-color: #229B84;
}
</style>