Shades of Niagara #2BA794
Tints of Niagara #2BA794
RGB
CMYK
RGB Variations
Color information
#2BA794 (or 0x2BA794) is known color: Niagara. HEX triplet: 2B, A7 and 94. RGB value is (43,167,148). Sum of RGB (Red+Green+Blue) = 43+167+148=358 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.01% from 358); Green value is 167 (65.62% from 255 or 46.65% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 167 - color contains mainly: green. Hex color #2BA794 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA794 is #D4586B. Grayscale: #7F7F7F. Windows color (decimal): -13916268 or 9742123. OLE color: 9742123.
HSL color Cylindrical-coordinate representation of color #2BA794: hue angle of 170.81º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA794 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 167 | 148 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.35 |
| HSL | 170.81º | 0.59% | 0.41% | - |
| HSV(B) | 170.81º | 0.74% | 0.65% | - |
| XYZ | 20.16 | 30.29 | 32.8 | - |
| YUV | 127.76 | 139.42 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 167 | 148 | 0.74 | 0 | 0.11 | 0.35 | 170.81 | 0.59 | 0.41 |
| Hex | 2B | A7 | 94 | 4A | 0 | B | 23 | AB | 3B | 29 |
| Octal | 53 | 247 | 224 | 112 | 0 | 13 | 43 | 253 | 73 | 51 |
| Binary | 101011 | 10100111 | 10010100 | 1001010 | 0 | 1011 | 100011 | 10101011 | 111011 | 101001 |
Color Harmonies of #2BA794
Complementary color
Monochromatic Colors of #2BA794
Black with #2BA794
Text Example
Text Example
White with #2BA794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA794; }
p { color: rgb(43,167,148); }
H1.HeaderClassName
{
color: #2BA794;
}
.AnyTagClassName
{
color: #2BA794;
}
</style>
background-color css
<style>
a { background-color: #2BA794; }
a { background-color: rgb(43,167,148); }
div.DivClassName
{
background-color: #2BA794;
}
.BgClassName
{
background-color: #2BA794;
}
</style>
border-color css
<style>
span { border-color: #2BA794; }
span { border-color: rgb(43,167,148); }
td.TdClassName
{
border-color: #2BA794;
}
.TagClassName
{
border-color: #2BA794;
}
</style>