Shades of Niagara #2BB293
Tints of Niagara #2BB293
RGB
CMYK
RGB Variations
Color information
#2BB293 (or 0x2BB293) is known color: Niagara. HEX triplet: 2B, B2 and 93. RGB value is (43,178,147). Sum of RGB (Red+Green+Blue) = 43+178+147=368 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.68% from 368); Green value is 178 (69.92% from 255 or 48.37% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 178 - color contains mainly: green. Hex color #2BB293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BB293 is #D44D6C. Grayscale: #868686. Windows color (decimal): -13913453 or 9679403. OLE color: 9679403.
HSL color Cylindrical-coordinate representation of color #2BB293: hue angle of 166.22º 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 #2BB293 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 178 | 147 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.30 |
| HSL | 166.22º | 0.61% | 0.43% | - |
| HSV(B) | 166.22º | 0.76% | 0.7% | - |
| XYZ | 22.18 | 34.46 | 33.09 | - |
| YUV | 134.1 | 135.27 | 63.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 178 | 147 | 0.76 | 0 | 0.17 | 0.30 | 166.22 | 0.61 | 0.43 |
| Hex | 2B | B2 | 93 | 4C | 0 | 11 | 1E | A6 | 3D | 2B |
| Octal | 53 | 262 | 223 | 114 | 0 | 21 | 36 | 246 | 75 | 53 |
| Binary | 101011 | 10110010 | 10010011 | 1001100 | 0 | 10001 | 11110 | 10100110 | 111101 | 101011 |
Color Harmonies of #2BB293
Complementary color
Monochromatic Colors of #2BB293
Black with #2BB293
Text Example
Text Example
White with #2BB293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB293; }
p { color: rgb(43,178,147); }
H1.HeaderClassName
{
color: #2BB293;
}
.AnyTagClassName
{
color: #2BB293;
}
</style>
background-color css
<style>
a { background-color: #2BB293; }
a { background-color: rgb(43,178,147); }
div.DivClassName
{
background-color: #2BB293;
}
.BgClassName
{
background-color: #2BB293;
}
</style>
border-color css
<style>
span { border-color: #2BB293; }
span { border-color: rgb(43,178,147); }
td.TdClassName
{
border-color: #2BB293;
}
.TagClassName
{
border-color: #2BB293;
}
</style>