Shades of Niagara #2BB294
Tints of Niagara #2BB294
RGB
CMYK
RGB Variations
Color information
#2BB294 (or 0x2BB294) is known color: Niagara. HEX triplet: 2B, B2 and 94. RGB value is (43,178,148). Sum of RGB (Red+Green+Blue) = 43+178+148=369 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.65% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 178 - color contains mainly: green. Hex color #2BB294 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BB294 is #D44D6B. Grayscale: #868686. Windows color (decimal): -13913452 or 9744939. OLE color: 9744939.
HSL color Cylindrical-coordinate representation of color #2BB294: hue angle of 166.67º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB294 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 178 | 148 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.30 |
| HSL | 166.67º | 0.61% | 0.43% | - |
| HSV(B) | 166.67º | 0.76% | 0.7% | - |
| XYZ | 22.26 | 34.49 | 33.5 | - |
| YUV | 134.22 | 135.77 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 178 | 148 | 0.76 | 0 | 0.17 | 0.30 | 166.67 | 0.61 | 0.43 |
| Hex | 2B | B2 | 94 | 4C | 0 | 11 | 1E | A7 | 3D | 2B |
| Octal | 53 | 262 | 224 | 114 | 0 | 21 | 36 | 247 | 75 | 53 |
| Binary | 101011 | 10110010 | 10010100 | 1001100 | 0 | 10001 | 11110 | 10100111 | 111101 | 101011 |
Color Harmonies of #2BB294
Complementary color
Monochromatic Colors of #2BB294
Black with #2BB294
Text Example
Text Example
White with #2BB294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB294; }
p { color: rgb(43,178,148); }
H1.HeaderClassName
{
color: #2BB294;
}
.AnyTagClassName
{
color: #2BB294;
}
</style>
background-color css
<style>
a { background-color: #2BB294; }
a { background-color: rgb(43,178,148); }
div.DivClassName
{
background-color: #2BB294;
}
.BgClassName
{
background-color: #2BB294;
}
</style>
border-color css
<style>
span { border-color: #2BB294; }
span { border-color: rgb(43,178,148); }
td.TdClassName
{
border-color: #2BB294;
}
.TagClassName
{
border-color: #2BB294;
}
</style>