Shades of Niagara #2BB497
Tints of Niagara #2BB497
RGB
CMYK
RGB Variations
Color information
#2BB497 (or 0x2BB497) is known color: Niagara. HEX triplet: 2B, B4 and 97. RGB value is (43,180,151). Sum of RGB (Red+Green+Blue) = 43+180+151=374 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.50% from 374); Green value is 180 (70.70% from 255 or 48.13% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 180 - color contains mainly: green. Hex color #2BB497 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB497 is #D44B68. Grayscale: #878787. Windows color (decimal): -13912937 or 9942059. OLE color: 9942059.
HSL color Cylindrical-coordinate representation of color #2BB497: hue angle of 167.3º 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 #2BB497 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 180 | 151 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.29 |
| HSL | 167.3º | 0.61% | 0.44% | - |
| HSV(B) | 167.3º | 0.76% | 0.71% | - |
| XYZ | 22.9 | 35.39 | 34.9 | - |
| YUV | 135.73 | 136.61 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 180 | 151 | 0.76 | 0 | 0.16 | 0.29 | 167.3 | 0.61 | 0.44 |
| Hex | 2B | B4 | 97 | 4C | 0 | 10 | 1D | A7 | 3D | 2C |
| Octal | 53 | 264 | 227 | 114 | 0 | 20 | 35 | 247 | 75 | 54 |
| Binary | 101011 | 10110100 | 10010111 | 1001100 | 0 | 10000 | 11101 | 10100111 | 111101 | 101100 |
Color Harmonies of #2BB497
Complementary color
Monochromatic Colors of #2BB497
Black with #2BB497
Text Example
Text Example
White with #2BB497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB497; }
p { color: rgb(43,180,151); }
H1.HeaderClassName
{
color: #2BB497;
}
.AnyTagClassName
{
color: #2BB497;
}
</style>
background-color css
<style>
a { background-color: #2BB497; }
a { background-color: rgb(43,180,151); }
div.DivClassName
{
background-color: #2BB497;
}
.BgClassName
{
background-color: #2BB497;
}
</style>
border-color css
<style>
span { border-color: #2BB497; }
span { border-color: rgb(43,180,151); }
td.TdClassName
{
border-color: #2BB497;
}
.TagClassName
{
border-color: #2BB497;
}
</style>