Shades of Niagara #1BA694
Tints of Niagara #1BA694
RGB
CMYK
RGB Variations
Color information
#1BA694 (or 0x1BA694) is known color: Niagara. HEX triplet: 1B, A6 and 94. RGB value is (27,166,148). Sum of RGB (Red+Green+Blue) = 27+166+148=341 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.92% from 341); Green value is 166 (65.23% from 255 or 48.68% from 341); Blue value is 148 (58.20% from 255 or 43.40% from 341); Max value from RGB is 166 - color contains mainly: green. Hex color #1BA694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA694 is #E4596B. Grayscale: #7A7A7A. Windows color (decimal): -14965100 or 9741851. OLE color: 9741851.
HSL color Cylindrical-coordinate representation of color #1BA694: hue angle of 172.23º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA694 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 27 | 166 | 148 | - |
| CMYK | 0.84 | 0 | 0.11 | 0.35 |
| HSL | 172.23º | 0.72% | 0.38% | - |
| HSV(B) | 172.23º | 0.84% | 0.65% | - |
| XYZ | 19.43 | 29.64 | 32.71 | - |
| YUV | 122.39 | 142.45 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 166 | 148 | 0.84 | 0 | 0.11 | 0.35 | 172.23 | 0.72 | 0.38 |
| Hex | 1B | A6 | 94 | 54 | 0 | B | 23 | AC | 48 | 26 |
| Octal | 33 | 246 | 224 | 124 | 0 | 13 | 43 | 254 | 110 | 46 |
| Binary | 11011 | 10100110 | 10010100 | 1010100 | 0 | 1011 | 100011 | 10101100 | 1001000 | 100110 |
Color Harmonies of #1BA694
Complementary color
Monochromatic Colors of #1BA694
Black with #1BA694
Text Example
Text Example
White with #1BA694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA694; }
p { color: rgb(27,166,148); }
H1.HeaderClassName
{
color: #1BA694;
}
.AnyTagClassName
{
color: #1BA694;
}
</style>
background-color css
<style>
a { background-color: #1BA694; }
a { background-color: rgb(27,166,148); }
div.DivClassName
{
background-color: #1BA694;
}
.BgClassName
{
background-color: #1BA694;
}
</style>
border-color css
<style>
span { border-color: #1BA694; }
span { border-color: rgb(27,166,148); }
td.TdClassName
{
border-color: #1BA694;
}
.TagClassName
{
border-color: #1BA694;
}
</style>