Shades of Niagara #2BB092
Tints of Niagara #2BB092
RGB
CMYK
RGB Variations
Color information
#2BB092 (or 0x2BB092) is known color: Niagara. HEX triplet: 2B, B0 and 92. RGB value is (43,176,146). Sum of RGB (Red+Green+Blue) = 43+176+146=365 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.78% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 176 - color contains mainly: green. Hex color #2BB092 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BB092 is #D44F6D. Grayscale: #848484. Windows color (decimal): -13913966 or 9613355. OLE color: 9613355.
HSL color Cylindrical-coordinate representation of color #2BB092: hue angle of 166.47º 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 #2BB092 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 43 | 176 | 146 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.31 |
| HSL | 166.47º | 0.61% | 0.43% | - |
| HSV(B) | 166.47º | 0.76% | 0.69% | - |
| XYZ | 21.71 | 33.64 | 32.54 | - |
| YUV | 132.81 | 135.44 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 176 | 146 | 0.76 | 0 | 0.17 | 0.31 | 166.47 | 0.61 | 0.43 |
| Hex | 2B | B0 | 92 | 4C | 0 | 11 | 1F | A6 | 3D | 2B |
| Octal | 53 | 260 | 222 | 114 | 0 | 21 | 37 | 246 | 75 | 53 |
| Binary | 101011 | 10110000 | 10010010 | 1001100 | 0 | 10001 | 11111 | 10100110 | 111101 | 101011 |
Color Harmonies of #2BB092
Complementary color
Monochromatic Colors of #2BB092
Black with #2BB092
Text Example
Text Example
White with #2BB092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB092; }
p { color: rgb(43,176,146); }
H1.HeaderClassName
{
color: #2BB092;
}
.AnyTagClassName
{
color: #2BB092;
}
</style>
background-color css
<style>
a { background-color: #2BB092; }
a { background-color: rgb(43,176,146); }
div.DivClassName
{
background-color: #2BB092;
}
.BgClassName
{
background-color: #2BB092;
}
</style>
border-color css
<style>
span { border-color: #2BB092; }
span { border-color: rgb(43,176,146); }
td.TdClassName
{
border-color: #2BB092;
}
.TagClassName
{
border-color: #2BB092;
}
</style>