Shades of Niagara #189C86
Tints of Niagara #189C86
RGB
CMYK
RGB Variations
Color information
#189C86 (or 0x189C86) is known color: Niagara. HEX triplet: 18, 9C and 86. RGB value is (24,156,134). Sum of RGB (Red+Green+Blue) = 24+156+134=314 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.64% from 314); Green value is 156 (61.33% from 255 or 49.68% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 156 - color contains mainly: green. Hex color #189C86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189C86 is #E76379. Grayscale: #717171. Windows color (decimal): -15164282 or 8821784. OLE color: 8821784.
HSL color Cylindrical-coordinate representation of color #189C86: hue angle of 170º 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 #189C86 is Cyan = 0.85, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 24 | 156 | 134 | - |
| CMYK | 0.85 | 0 | 0.14 | 0.39 |
| HSL | 170º | 0.73% | 0.35% | - |
| HSV(B) | 170º | 0.85% | 0.61% | - |
| XYZ | 16.57 | 25.69 | 26.64 | - |
| YUV | 114.02 | 139.27 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 156 | 134 | 0.85 | 0 | 0.14 | 0.39 | 170 | 0.73 | 0.35 |
| Hex | 18 | 9C | 86 | 55 | 0 | E | 27 | AA | 49 | 23 |
| Octal | 30 | 234 | 206 | 125 | 0 | 16 | 47 | 252 | 111 | 43 |
| Binary | 11000 | 10011100 | 10000110 | 1010101 | 0 | 1110 | 100111 | 10101010 | 1001001 | 100011 |
Color Harmonies of #189C86
Complementary color
Monochromatic Colors of #189C86
Black with #189C86
Text Example
Text Example
White with #189C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189C86; }
p { color: rgb(24,156,134); }
H1.HeaderClassName
{
color: #189C86;
}
.AnyTagClassName
{
color: #189C86;
}
</style>
background-color css
<style>
a { background-color: #189C86; }
a { background-color: rgb(24,156,134); }
div.DivClassName
{
background-color: #189C86;
}
.BgClassName
{
background-color: #189C86;
}
</style>
border-color css
<style>
span { border-color: #189C86; }
span { border-color: rgb(24,156,134); }
td.TdClassName
{
border-color: #189C86;
}
.TagClassName
{
border-color: #189C86;
}
</style>