Shades of Niagara #2BB496
Tints of Niagara #2BB496
RGB
CMYK
RGB Variations
Color information
#2BB496 (or 0x2BB496) is known color: Niagara. HEX triplet: 2B, B4 and 96. RGB value is (43,180,150). Sum of RGB (Red+Green+Blue) = 43+180+150=373 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.53% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 150 (58.98% from 255 or 40.21% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB496 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB496 is #D44B69. Grayscale: #878787. Windows color (decimal): -13912938 or 9876523. OLE color: 9876523.
HSL color Cylindrical-coordinate representation of color #2BB496: hue angle of 166.86º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB496 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 180 | 150 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.29 |
| HSL | 166.86º | 0.61% | 0.44% | - |
| HSV(B) | 166.86º | 0.76% | 0.71% | - |
| XYZ | 22.82 | 35.36 | 34.48 | - |
| YUV | 135.62 | 136.11 | 61.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 180 | 150 | 0.76 | 0 | 0.17 | 0.29 | 166.86 | 0.61 | 0.44 |
| Hex | 2B | B4 | 96 | 4C | 0 | 11 | 1D | A7 | 3D | 2C |
| Octal | 53 | 264 | 226 | 114 | 0 | 21 | 35 | 247 | 75 | 54 |
| Binary | 101011 | 10110100 | 10010110 | 1001100 | 0 | 10001 | 11101 | 10100111 | 111101 | 101100 |
Color Harmonies of #2BB496
Complementary color
Monochromatic Colors of #2BB496
Black with #2BB496
Text Example
Text Example
White with #2BB496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB496; }
p { color: rgb(43,180,150); }
H1.HeaderClassName
{
color: #2BB496;
}
.AnyTagClassName
{
color: #2BB496;
}
</style>
background-color css
<style>
a { background-color: #2BB496; }
a { background-color: rgb(43,180,150); }
div.DivClassName
{
background-color: #2BB496;
}
.BgClassName
{
background-color: #2BB496;
}
</style>
border-color css
<style>
span { border-color: #2BB496; }
span { border-color: rgb(43,180,150); }
td.TdClassName
{
border-color: #2BB496;
}
.TagClassName
{
border-color: #2BB496;
}
</style>