Shades of Niagara #2BA184
Tints of Niagara #2BA184
RGB
CMYK
RGB Variations
Color information
#2BA184 (or 0x2BA184) is known color: Niagara. HEX triplet: 2B, A1 and 84. RGB value is (43,161,132). Sum of RGB (Red+Green+Blue) = 43+161+132=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 161 (63.28% from 255 or 47.92% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 161 - color contains mainly: green. Hex color #2BA184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA184 is #D45E7B. Grayscale: #7A7A7A. Windows color (decimal): -13917820 or 8692011. OLE color: 8692011.
HSL color Cylindrical-coordinate representation of color #2BA184: hue angle of 165.25º 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 #2BA184 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 161 | 132 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.37 |
| HSL | 165.25º | 0.58% | 0.4% | - |
| HSV(B) | 165.25º | 0.73% | 0.63% | - |
| XYZ | 17.91 | 27.67 | 26.23 | - |
| YUV | 122.41 | 133.41 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 132 | 0.73 | 0 | 0.18 | 0.37 | 165.25 | 0.58 | 0.4 |
| Hex | 2B | A1 | 84 | 49 | 0 | 12 | 25 | A5 | 3A | 28 |
| Octal | 53 | 241 | 204 | 111 | 0 | 22 | 45 | 245 | 72 | 50 |
| Binary | 101011 | 10100001 | 10000100 | 1001001 | 0 | 10010 | 100101 | 10100101 | 111010 | 101000 |
Color Harmonies of #2BA184
Complementary color
Monochromatic Colors of #2BA184
Black with #2BA184
Text Example
Text Example
White with #2BA184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA184; }
p { color: rgb(43,161,132); }
H1.HeaderClassName
{
color: #2BA184;
}
.AnyTagClassName
{
color: #2BA184;
}
</style>
background-color css
<style>
a { background-color: #2BA184; }
a { background-color: rgb(43,161,132); }
div.DivClassName
{
background-color: #2BA184;
}
.BgClassName
{
background-color: #2BA184;
}
</style>
border-color css
<style>
span { border-color: #2BA184; }
span { border-color: rgb(43,161,132); }
td.TdClassName
{
border-color: #2BA184;
}
.TagClassName
{
border-color: #2BA184;
}
</style>