Shades of Niagara #189682
Tints of Niagara #189682
RGB
CMYK
RGB Variations
Color information
#189682 (or 0x189682) is known color: Niagara. HEX triplet: 18, 96 and 82. RGB value is (24,150,130). Sum of RGB (Red+Green+Blue) = 24+150+130=304 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.89% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 130 (51.17% from 255 or 42.76% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #189682 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189682 is #E7697D. Grayscale: #6E6E6E. Windows color (decimal): -15165822 or 8558104. OLE color: 8558104.
HSL color Cylindrical-coordinate representation of color #189682: hue angle of 170.48º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189682 is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 24 | 150 | 130 | - |
| CMYK | 0.84 | 0 | 0.13 | 0.41 |
| HSL | 170.48º | 0.72% | 0.34% | - |
| HSV(B) | 170.48º | 0.84% | 0.59% | - |
| XYZ | 15.31 | 23.62 | 24.87 | - |
| YUV | 110.05 | 139.26 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 150 | 130 | 0.84 | 0 | 0.13 | 0.41 | 170.48 | 0.72 | 0.34 |
| Hex | 18 | 96 | 82 | 54 | 0 | D | 29 | AA | 48 | 22 |
| Octal | 30 | 226 | 202 | 124 | 0 | 15 | 51 | 252 | 110 | 42 |
| Binary | 11000 | 10010110 | 10000010 | 1010100 | 0 | 1101 | 101001 | 10101010 | 1001000 | 100010 |
Color Harmonies of #189682
Complementary color
Monochromatic Colors of #189682
Black with #189682
Text Example
Text Example
White with #189682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189682; }
p { color: rgb(24,150,130); }
H1.HeaderClassName
{
color: #189682;
}
.AnyTagClassName
{
color: #189682;
}
</style>
background-color css
<style>
a { background-color: #189682; }
a { background-color: rgb(24,150,130); }
div.DivClassName
{
background-color: #189682;
}
.BgClassName
{
background-color: #189682;
}
</style>
border-color css
<style>
span { border-color: #189682; }
span { border-color: rgb(24,150,130); }
td.TdClassName
{
border-color: #189682;
}
.TagClassName
{
border-color: #189682;
}
</style>