Shades of Niagara #2BB696
Tints of Niagara #2BB696
RGB
CMYK
RGB Variations
Color information
#2BB696 (or 0x2BB696) is known color: Niagara. HEX triplet: 2B, B6 and 96. RGB value is (43,182,150). Sum of RGB (Red+Green+Blue) = 43+182+150=375 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.47% from 375); Green value is 182 (71.48% from 255 or 48.53% from 375); Blue value is 150 (58.98% from 255 or 40% from 375); Max value from RGB is 182 - color contains mainly: green. Hex color #2BB696 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB696 is #D44969. Grayscale: #888888. Windows color (decimal): -13912426 or 9877035. OLE color: 9877035.
HSL color Cylindrical-coordinate representation of color #2BB696: hue angle of 166.19º degrees, saturation: 0.62, 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 #2BB696 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 182 | 150 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.29 |
| HSL | 166.19º | 0.62% | 0.44% | - |
| HSV(B) | 166.19º | 0.76% | 0.71% | - |
| XYZ | 23.23 | 36.17 | 34.61 | - |
| YUV | 136.79 | 135.45 | 61.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 182 | 150 | 0.76 | 0 | 0.18 | 0.29 | 166.19 | 0.62 | 0.44 |
| Hex | 2B | B6 | 96 | 4C | 0 | 12 | 1D | A6 | 3E | 2C |
| Octal | 53 | 266 | 226 | 114 | 0 | 22 | 35 | 246 | 76 | 54 |
| Binary | 101011 | 10110110 | 10010110 | 1001100 | 0 | 10010 | 11101 | 10100110 | 111110 | 101100 |
Color Harmonies of #2BB696
Complementary color
Monochromatic Colors of #2BB696
Black with #2BB696
Text Example
Text Example
White with #2BB696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB696; }
p { color: rgb(43,182,150); }
H1.HeaderClassName
{
color: #2BB696;
}
.AnyTagClassName
{
color: #2BB696;
}
</style>
background-color css
<style>
a { background-color: #2BB696; }
a { background-color: rgb(43,182,150); }
div.DivClassName
{
background-color: #2BB696;
}
.BgClassName
{
background-color: #2BB696;
}
</style>
border-color css
<style>
span { border-color: #2BB696; }
span { border-color: rgb(43,182,150); }
td.TdClassName
{
border-color: #2BB696;
}
.TagClassName
{
border-color: #2BB696;
}
</style>