Shades of Niagara #2BA589
Tints of Niagara #2BA589
RGB
CMYK
RGB Variations
Color information
#2BA589 (or 0x2BA589) is known color: Niagara. HEX triplet: 2B, A5 and 89. RGB value is (43,165,137). Sum of RGB (Red+Green+Blue) = 43+165+137=345 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.46% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 137 (53.91% from 255 or 39.71% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #2BA589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA589 is #D45A76. Grayscale: #7D7D7D. Windows color (decimal): -13916791 or 9020715. OLE color: 9020715.
HSL color Cylindrical-coordinate representation of color #2BA589: hue angle of 166.23º 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 #2BA589 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 43 | 165 | 137 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.35 |
| HSL | 166.23º | 0.59% | 0.41% | - |
| HSV(B) | 166.23º | 0.74% | 0.65% | - |
| XYZ | 18.97 | 29.23 | 28.31 | - |
| YUV | 125.33 | 134.58 | 69.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 165 | 137 | 0.74 | 0 | 0.17 | 0.35 | 166.23 | 0.59 | 0.41 |
| Hex | 2B | A5 | 89 | 4A | 0 | 11 | 23 | A6 | 3B | 29 |
| Octal | 53 | 245 | 211 | 112 | 0 | 21 | 43 | 246 | 73 | 51 |
| Binary | 101011 | 10100101 | 10001001 | 1001010 | 0 | 10001 | 100011 | 10100110 | 111011 | 101001 |
Color Harmonies of #2BA589
Complementary color
Monochromatic Colors of #2BA589
Black with #2BA589
Text Example
Text Example
White with #2BA589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA589; }
p { color: rgb(43,165,137); }
H1.HeaderClassName
{
color: #2BA589;
}
.AnyTagClassName
{
color: #2BA589;
}
</style>
background-color css
<style>
a { background-color: #2BA589; }
a { background-color: rgb(43,165,137); }
div.DivClassName
{
background-color: #2BA589;
}
.BgClassName
{
background-color: #2BA589;
}
</style>
border-color css
<style>
span { border-color: #2BA589; }
span { border-color: rgb(43,165,137); }
td.TdClassName
{
border-color: #2BA589;
}
.TagClassName
{
border-color: #2BA589;
}
</style>