Shades of Niagara #2BB397
Tints of Niagara #2BB397
RGB
CMYK
RGB Variations
Color information
#2BB397 (or 0x2BB397) is known color: Niagara. HEX triplet: 2B, B3 and 97. RGB value is (43,179,151). Sum of RGB (Red+Green+Blue) = 43+179+151=373 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.53% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 179 - color contains mainly: green. Hex color #2BB397 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB397 is #D44C68. Grayscale: #878787. Windows color (decimal): -13913193 or 9941803. OLE color: 9941803.
HSL color Cylindrical-coordinate representation of color #2BB397: hue angle of 167.65º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB397 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 179 | 151 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.30 |
| HSL | 167.65º | 0.61% | 0.44% | - |
| HSV(B) | 167.65º | 0.76% | 0.7% | - |
| XYZ | 22.7 | 34.99 | 34.84 | - |
| YUV | 135.14 | 136.94 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 179 | 151 | 0.76 | 0 | 0.16 | 0.30 | 167.65 | 0.61 | 0.44 |
| Hex | 2B | B3 | 97 | 4C | 0 | 10 | 1E | A8 | 3D | 2C |
| Octal | 53 | 263 | 227 | 114 | 0 | 20 | 36 | 250 | 75 | 54 |
| Binary | 101011 | 10110011 | 10010111 | 1001100 | 0 | 10000 | 11110 | 10101000 | 111101 | 101100 |
Color Harmonies of #2BB397
Complementary color
Monochromatic Colors of #2BB397
Black with #2BB397
Text Example
Text Example
White with #2BB397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB397; }
p { color: rgb(43,179,151); }
H1.HeaderClassName
{
color: #2BB397;
}
.AnyTagClassName
{
color: #2BB397;
}
</style>
background-color css
<style>
a { background-color: #2BB397; }
a { background-color: rgb(43,179,151); }
div.DivClassName
{
background-color: #2BB397;
}
.BgClassName
{
background-color: #2BB397;
}
</style>
border-color css
<style>
span { border-color: #2BB397; }
span { border-color: rgb(43,179,151); }
td.TdClassName
{
border-color: #2BB397;
}
.TagClassName
{
border-color: #2BB397;
}
</style>