Shades of Niagara #189980
Tints of Niagara #189980
RGB
CMYK
RGB Variations
Color information
#189980 (or 0x189980) is known color: Niagara. HEX triplet: 18, 99 and 80. RGB value is (24,153,128). Sum of RGB (Red+Green+Blue) = 24+153+128=305 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.87% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #189980 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189980 is #E7667F. Grayscale: #6F6F6F. Windows color (decimal): -15165056 or 8427800. OLE color: 8427800.
HSL color Cylindrical-coordinate representation of color #189980: hue angle of 168.37º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189980 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 24 | 153 | 128 | - |
| CMYK | 0.84 | 0 | 0.16 | 0.4 |
| HSL | 168.37º | 0.73% | 0.35% | - |
| HSV(B) | 168.37º | 0.84% | 0.6% | - |
| XYZ | 15.66 | 24.54 | 24.33 | - |
| YUV | 111.58 | 137.26 | 65.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 153 | 128 | 0.84 | 0 | 0.16 | 0.4 | 168.37 | 0.73 | 0.35 |
| Hex | 18 | 99 | 80 | 54 | 0 | 10 | 28 | A8 | 49 | 23 |
| Octal | 30 | 231 | 200 | 124 | 0 | 20 | 50 | 250 | 111 | 43 |
| Binary | 11000 | 10011001 | 10000000 | 1010100 | 0 | 10000 | 101000 | 10101000 | 1001001 | 100011 |
Color Harmonies of #189980
Complementary color
Monochromatic Colors of #189980
Black with #189980
Text Example
Text Example
White with #189980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189980; }
p { color: rgb(24,153,128); }
H1.HeaderClassName
{
color: #189980;
}
.AnyTagClassName
{
color: #189980;
}
</style>
background-color css
<style>
a { background-color: #189980; }
a { background-color: rgb(24,153,128); }
div.DivClassName
{
background-color: #189980;
}
.BgClassName
{
background-color: #189980;
}
</style>
border-color css
<style>
span { border-color: #189980; }
span { border-color: rgb(24,153,128); }
td.TdClassName
{
border-color: #189980;
}
.TagClassName
{
border-color: #189980;
}
</style>