Shades of Niagara #1BA184
Tints of Niagara #1BA184
RGB
CMYK
RGB Variations
Color information
#1BA184 (or 0x1BA184) is known color: Niagara. HEX triplet: 1B, A1 and 84. RGB value is (27,161,132). Sum of RGB (Red+Green+Blue) = 27+161+132=320 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.44% from 320); Green value is 161 (63.28% from 255 or 50.31% from 320); Blue value is 132 (51.95% from 255 or 41.25% from 320); Max value from RGB is 161 - color contains mainly: green. Hex color #1BA184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA184 is #E45E7B. Grayscale: #757575. Windows color (decimal): -14966396 or 8691995. OLE color: 8691995.
HSL color Cylindrical-coordinate representation of color #1BA184: hue angle of 167.01º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1BA184 is Cyan = 0.83, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 27 | 161 | 132 | - |
| CMYK | 0.83 | 0 | 0.18 | 0.37 |
| HSL | 167.01º | 0.71% | 0.37% | - |
| HSV(B) | 167.01º | 0.83% | 0.63% | - |
| XYZ | 17.36 | 27.39 | 26.2 | - |
| YUV | 117.63 | 136.11 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 161 | 132 | 0.83 | 0 | 0.18 | 0.37 | 167.01 | 0.71 | 0.37 |
| Hex | 1B | A1 | 84 | 53 | 0 | 12 | 25 | A7 | 47 | 25 |
| Octal | 33 | 241 | 204 | 123 | 0 | 22 | 45 | 247 | 107 | 45 |
| Binary | 11011 | 10100001 | 10000100 | 1010011 | 0 | 10010 | 100101 | 10100111 | 1000111 | 100101 |
Color Harmonies of #1BA184
Complementary color
Monochromatic Colors of #1BA184
Black with #1BA184
Text Example
Text Example
White with #1BA184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA184; }
p { color: rgb(27,161,132); }
H1.HeaderClassName
{
color: #1BA184;
}
.AnyTagClassName
{
color: #1BA184;
}
</style>
background-color css
<style>
a { background-color: #1BA184; }
a { background-color: rgb(27,161,132); }
div.DivClassName
{
background-color: #1BA184;
}
.BgClassName
{
background-color: #1BA184;
}
</style>
border-color css
<style>
span { border-color: #1BA184; }
span { border-color: rgb(27,161,132); }
td.TdClassName
{
border-color: #1BA184;
}
.TagClassName
{
border-color: #1BA184;
}
</style>