Shades of Niagara #2BB190
Tints of Niagara #2BB190
RGB
CMYK
RGB Variations
Color information
#2BB190 (or 0x2BB190) is known color: Niagara. HEX triplet: 2B, B1 and 90. RGB value is (43,177,144). Sum of RGB (Red+Green+Blue) = 43+177+144=364 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.81% from 364); Green value is 177 (69.53% from 255 or 48.63% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 177 - color contains mainly: green. Hex color #2BB190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BB190 is #D44E6F. Grayscale: #858585. Windows color (decimal): -13913712 or 9482539. OLE color: 9482539.
HSL color Cylindrical-coordinate representation of color #2BB190: hue angle of 165.22º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB190 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 177 | 144 | - |
| CMYK | 0.76 | 0 | 0.19 | 0.31 |
| HSL | 165.22º | 0.61% | 0.43% | - |
| HSV(B) | 165.22º | 0.76% | 0.69% | - |
| XYZ | 21.75 | 33.97 | 31.8 | - |
| YUV | 133.17 | 134.11 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 177 | 144 | 0.76 | 0 | 0.19 | 0.31 | 165.22 | 0.61 | 0.43 |
| Hex | 2B | B1 | 90 | 4C | 0 | 13 | 1F | A5 | 3D | 2B |
| Octal | 53 | 261 | 220 | 114 | 0 | 23 | 37 | 245 | 75 | 53 |
| Binary | 101011 | 10110001 | 10010000 | 1001100 | 0 | 10011 | 11111 | 10100101 | 111101 | 101011 |
Color Harmonies of #2BB190
Complementary color
Monochromatic Colors of #2BB190
Black with #2BB190
Text Example
Text Example
White with #2BB190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB190; }
p { color: rgb(43,177,144); }
H1.HeaderClassName
{
color: #2BB190;
}
.AnyTagClassName
{
color: #2BB190;
}
</style>
background-color css
<style>
a { background-color: #2BB190; }
a { background-color: rgb(43,177,144); }
div.DivClassName
{
background-color: #2BB190;
}
.BgClassName
{
background-color: #2BB190;
}
</style>
border-color css
<style>
span { border-color: #2BB190; }
span { border-color: rgb(43,177,144); }
td.TdClassName
{
border-color: #2BB190;
}
.TagClassName
{
border-color: #2BB190;
}
</style>