Shades of Niagara #2BBA95
Tints of Niagara #2BBA95
RGB
CMYK
RGB Variations
Color information
#2BBA95 (or 0x2BBA95) is known color: Niagara. HEX triplet: 2B, BA and 95. RGB value is (43,186,149). Sum of RGB (Red+Green+Blue) = 43+186+149=378 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.38% from 378); Green value is 186 (73.05% from 255 or 49.21% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 186 - color contains mainly: green. Hex color #2BBA95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BBA95 is #D4456A. Grayscale: #8B8B8B. Windows color (decimal): -13911403 or 9812523. OLE color: 9812523.
HSL color Cylindrical-coordinate representation of color #2BBA95: hue angle of 164.48º 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 #2BBA95 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 43 | 186 | 149 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.27 |
| HSL | 164.48º | 0.62% | 0.45% | - |
| HSV(B) | 164.48º | 0.77% | 0.73% | - |
| XYZ | 23.98 | 37.8 | 34.47 | - |
| YUV | 139.03 | 133.62 | 59.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 149 | 0.77 | 0 | 0.20 | 0.27 | 164.48 | 0.62 | 0.45 |
| Hex | 2B | BA | 95 | 4D | 0 | 14 | 1B | A4 | 3E | 2D |
| Octal | 53 | 272 | 225 | 115 | 0 | 24 | 33 | 244 | 76 | 55 |
| Binary | 101011 | 10111010 | 10010101 | 1001101 | 0 | 10100 | 11011 | 10100100 | 111110 | 101101 |
Color Harmonies of #2BBA95
Complementary color
Monochromatic Colors of #2BBA95
Black with #2BBA95
Text Example
Text Example
White with #2BBA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBA95; }
p { color: rgb(43,186,149); }
H1.HeaderClassName
{
color: #2BBA95;
}
.AnyTagClassName
{
color: #2BBA95;
}
</style>
background-color css
<style>
a { background-color: #2BBA95; }
a { background-color: rgb(43,186,149); }
div.DivClassName
{
background-color: #2BBA95;
}
.BgClassName
{
background-color: #2BBA95;
}
</style>
border-color css
<style>
span { border-color: #2BBA95; }
span { border-color: rgb(43,186,149); }
td.TdClassName
{
border-color: #2BBA95;
}
.TagClassName
{
border-color: #2BBA95;
}
</style>