Shades of Niagara #189B85
Tints of Niagara #189B85
RGB
CMYK
RGB Variations
Color information
#189B85 (or 0x189B85) is known color: Niagara. HEX triplet: 18, 9B and 85. RGB value is (24,155,133). Sum of RGB (Red+Green+Blue) = 24+155+133=312 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.69% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #189B85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189B85 is #E7647A. Grayscale: #717171. Windows color (decimal): -15164539 or 8755992. OLE color: 8755992.
HSL color Cylindrical-coordinate representation of color #189B85: hue angle of 169.92º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #189B85 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 155 | 133 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.39 |
| HSL | 169.92º | 0.73% | 0.35% | - |
| HSV(B) | 169.92º | 0.85% | 0.61% | - |
| XYZ | 16.33 | 25.33 | 26.22 | - |
| YUV | 113.32 | 139.1 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 155 | 133 | 0.85 | 0 | 0.14 | 0.39 | 169.92 | 0.73 | 0.35 |
| Hex | 18 | 9B | 85 | 55 | 0 | E | 27 | AA | 49 | 23 |
| Octal | 30 | 233 | 205 | 125 | 0 | 16 | 47 | 252 | 111 | 43 |
| Binary | 11000 | 10011011 | 10000101 | 1010101 | 0 | 1110 | 100111 | 10101010 | 1001001 | 100011 |
Color Harmonies of #189B85
Complementary color
Monochromatic Colors of #189B85
Black with #189B85
Text Example
Text Example
White with #189B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189B85; }
p { color: rgb(24,155,133); }
H1.HeaderClassName
{
color: #189B85;
}
.AnyTagClassName
{
color: #189B85;
}
</style>
background-color css
<style>
a { background-color: #189B85; }
a { background-color: rgb(24,155,133); }
div.DivClassName
{
background-color: #189B85;
}
.BgClassName
{
background-color: #189B85;
}
</style>
border-color css
<style>
span { border-color: #189B85; }
span { border-color: rgb(24,155,133); }
td.TdClassName
{
border-color: #189B85;
}
.TagClassName
{
border-color: #189B85;
}
</style>