Shades of Niagara #2BA187
Tints of Niagara #2BA187
RGB
CMYK
RGB Variations
Color information
#2BA187 (or 0x2BA187) is known color: Niagara. HEX triplet: 2B, A1 and 87. RGB value is (43,161,135). Sum of RGB (Red+Green+Blue) = 43+161+135=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA187 is #D45E78. Grayscale: #7A7A7A. Windows color (decimal): -13917817 or 8888619. OLE color: 8888619.
HSL color Cylindrical-coordinate representation of color #2BA187: hue angle of 166.78º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA187 is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 161 | 135 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.37 |
| HSL | 166.78º | 0.58% | 0.4% | - |
| HSV(B) | 166.78º | 0.73% | 0.63% | - |
| XYZ | 18.11 | 27.75 | 27.32 | - |
| YUV | 122.75 | 134.91 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 135 | 0.73 | 0 | 0.16 | 0.37 | 166.78 | 0.58 | 0.4 |
| Hex | 2B | A1 | 87 | 49 | 0 | 10 | 25 | A7 | 3A | 28 |
| Octal | 53 | 241 | 207 | 111 | 0 | 20 | 45 | 247 | 72 | 50 |
| Binary | 101011 | 10100001 | 10000111 | 1001001 | 0 | 10000 | 100101 | 10100111 | 111010 | 101000 |
Color Harmonies of #2BA187
Complementary color
Monochromatic Colors of #2BA187
Black with #2BA187
Text Example
Text Example
White with #2BA187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA187; }
p { color: rgb(43,161,135); }
H1.HeaderClassName
{
color: #2BA187;
}
.AnyTagClassName
{
color: #2BA187;
}
</style>
background-color css
<style>
a { background-color: #2BA187; }
a { background-color: rgb(43,161,135); }
div.DivClassName
{
background-color: #2BA187;
}
.BgClassName
{
background-color: #2BA187;
}
</style>
border-color css
<style>
span { border-color: #2BA187; }
span { border-color: rgb(43,161,135); }
td.TdClassName
{
border-color: #2BA187;
}
.TagClassName
{
border-color: #2BA187;
}
</style>