Shades of Niagara #229B85
Tints of Niagara #229B85
RGB
CMYK
RGB Variations
Color information
#229B85 (or 0x229B85) is known color: Niagara. HEX triplet: 22, 9B and 85. RGB value is (34,155,133). Sum of RGB (Red+Green+Blue) = 34+155+133=322 (42% of max value = 765). Red value is 34 (13.67% from 255 or 10.56% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 133 (52.34% from 255 or 41.30% from 322); Max value from RGB is 155 - color contains mainly: green. Hex color #229B85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #229B85 is #DD647A. Grayscale: #747474. Windows color (decimal): -14509179 or 8756002. OLE color: 8756002.
HSL color Cylindrical-coordinate representation of color #229B85: hue angle of 169.09º 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 #229B85 is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 34 | 155 | 133 | - |
| CMYK | 0.78 | 0 | 0.14 | 0.39 |
| HSL | 169.09º | 0.64% | 0.37% | - |
| HSV(B) | 169.09º | 0.78% | 0.61% | - |
| XYZ | 16.61 | 25.48 | 26.23 | - |
| YUV | 116.31 | 137.41 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 155 | 133 | 0.78 | 0 | 0.14 | 0.39 | 169.09 | 0.64 | 0.37 |
| Hex | 22 | 9B | 85 | 4E | 0 | E | 27 | A9 | 40 | 25 |
| Octal | 42 | 233 | 205 | 116 | 0 | 16 | 47 | 251 | 100 | 45 |
| Binary | 100010 | 10011011 | 10000101 | 1001110 | 0 | 1110 | 100111 | 10101001 | 1000000 | 100101 |
Color Harmonies of #229B85
Complementary color
Monochromatic Colors of #229B85
Black with #229B85
Text Example
Text Example
White with #229B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #229B85; }
p { color: rgb(34,155,133); }
H1.HeaderClassName
{
color: #229B85;
}
.AnyTagClassName
{
color: #229B85;
}
</style>
background-color css
<style>
a { background-color: #229B85; }
a { background-color: rgb(34,155,133); }
div.DivClassName
{
background-color: #229B85;
}
.BgClassName
{
background-color: #229B85;
}
</style>
border-color css
<style>
span { border-color: #229B85; }
span { border-color: rgb(34,155,133); }
td.TdClassName
{
border-color: #229B85;
}
.TagClassName
{
border-color: #229B85;
}
</style>