Shades of Niagara #2BB793
Tints of Niagara #2BB793
RGB
CMYK
RGB Variations
Color information
#2BB793 (or 0x2BB793) is known color: Niagara. HEX triplet: 2B, B7 and 93. RGB value is (43,183,147). Sum of RGB (Red+Green+Blue) = 43+183+147=373 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.53% from 373); Green value is 183 (71.88% from 255 or 49.06% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 183 - color contains mainly: green. Hex color #2BB793 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB793 is #D4486C. Grayscale: #898989. Windows color (decimal): -13912173 or 9680683. OLE color: 9680683.
HSL color Cylindrical-coordinate representation of color #2BB793: hue angle of 164.57º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2BB793 is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 43 | 183 | 147 | - |
| CMYK | 0.77 | 0 | 0.20 | 0.28 |
| HSL | 164.57º | 0.62% | 0.44% | - |
| HSV(B) | 164.57º | 0.77% | 0.72% | - |
| XYZ | 23.2 | 36.49 | 33.42 | - |
| YUV | 137.04 | 133.62 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 183 | 147 | 0.77 | 0 | 0.20 | 0.28 | 164.57 | 0.62 | 0.44 |
| Hex | 2B | B7 | 93 | 4D | 0 | 14 | 1C | A5 | 3E | 2C |
| Octal | 53 | 267 | 223 | 115 | 0 | 24 | 34 | 245 | 76 | 54 |
| Binary | 101011 | 10110111 | 10010011 | 1001101 | 0 | 10100 | 11100 | 10100101 | 111110 | 101100 |
Color Harmonies of #2BB793
Complementary color
Monochromatic Colors of #2BB793
Black with #2BB793
Text Example
Text Example
White with #2BB793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB793; }
p { color: rgb(43,183,147); }
H1.HeaderClassName
{
color: #2BB793;
}
.AnyTagClassName
{
color: #2BB793;
}
</style>
background-color css
<style>
a { background-color: #2BB793; }
a { background-color: rgb(43,183,147); }
div.DivClassName
{
background-color: #2BB793;
}
.BgClassName
{
background-color: #2BB793;
}
</style>
border-color css
<style>
span { border-color: #2BB793; }
span { border-color: rgb(43,183,147); }
td.TdClassName
{
border-color: #2BB793;
}
.TagClassName
{
border-color: #2BB793;
}
</style>