Shades of Niagara #2BBA97
Tints of Niagara #2BBA97
RGB
CMYK
RGB Variations
Color information
#2BBA97 (or 0x2BBA97) is known color: Niagara. HEX triplet: 2B, BA and 97. RGB value is (43,186,151). Sum of RGB (Red+Green+Blue) = 43+186+151=380 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.32% from 380); Green value is 186 (73.05% from 255 or 48.95% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBA97 is #D44568. Grayscale: #8B8B8B. Windows color (decimal): -13911401 or 9943595. OLE color: 9943595.
HSL color Cylindrical-coordinate representation of color #2BBA97: hue angle of 165.31º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BBA97 is Cyan = 0.77, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 151 | - |
| CMYK | 0.77 | 0 | 0.19 | 0.27 |
| HSL | 165.31º | 0.62% | 0.45% | - |
| HSV(B) | 165.31º | 0.77% | 0.73% | - |
| XYZ | 24.14 | 37.87 | 35.31 | - |
| YUV | 139.25 | 134.62 | 59.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 151 | 0.77 | 0 | 0.19 | 0.27 | 165.31 | 0.62 | 0.45 |
| Hex | 2B | BA | 97 | 4D | 0 | 13 | 1B | A5 | 3E | 2D |
| Octal | 53 | 272 | 227 | 115 | 0 | 23 | 33 | 245 | 76 | 55 |
| Binary | 101011 | 10111010 | 10010111 | 1001101 | 0 | 10011 | 11011 | 10100101 | 111110 | 101101 |
Color Harmonies of #2BBA97
Complementary color
Monochromatic Colors of #2BBA97
Black with #2BBA97
Text Example
Text Example
White with #2BBA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA97; }
p { color: rgb(43,186,151); }
H1.HeaderClassName
{
color: #2BBA97;
}
.AnyTagClassName
{
color: #2BBA97;
}
</style>
background-color css
<style>
a { background-color: #2BBA97; }
a { background-color: rgb(43,186,151); }
div.DivClassName
{
background-color: #2BBA97;
}
.BgClassName
{
background-color: #2BBA97;
}
</style>
border-color css
<style>
span { border-color: #2BBA97; }
span { border-color: rgb(43,186,151); }
td.TdClassName
{
border-color: #2BBA97;
}
.TagClassName
{
border-color: #2BBA97;
}
</style>