Shades of Niagara #2BB597
Tints of Niagara #2BB597
RGB
CMYK
RGB Variations
Color information
#2BB597 (or 0x2BB597) is known color: Niagara. HEX triplet: 2B, B5 and 97. RGB value is (43,181,151). Sum of RGB (Red+Green+Blue) = 43+181+151=375 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.47% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 151 (59.38% from 255 or 40.27% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #2BB597 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2BB597 is #D44A68. Grayscale: #888888. Windows color (decimal): -13912681 or 9942315. OLE color: 9942315.
HSL color Cylindrical-coordinate representation of color #2BB597: hue angle of 166.96º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2BB597 is Cyan = 0.76, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 43 | 181 | 151 | - |
| CMYK | 0.76 | 0 | 0.17 | 0.29 |
| HSL | 166.96º | 0.62% | 0.44% | - |
| HSV(B) | 166.96º | 0.76% | 0.71% | - |
| XYZ | 23.11 | 35.8 | 34.97 | - |
| YUV | 136.32 | 136.28 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 181 | 151 | 0.76 | 0 | 0.17 | 0.29 | 166.96 | 0.62 | 0.44 |
| Hex | 2B | B5 | 97 | 4C | 0 | 11 | 1D | A7 | 3E | 2C |
| Octal | 53 | 265 | 227 | 114 | 0 | 21 | 35 | 247 | 76 | 54 |
| Binary | 101011 | 10110101 | 10010111 | 1001100 | 0 | 10001 | 11101 | 10100111 | 111110 | 101100 |
Color Harmonies of #2BB597
Complementary color
Monochromatic Colors of #2BB597
Black with #2BB597
Text Example
Text Example
White with #2BB597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB597; }
p { color: rgb(43,181,151); }
H1.HeaderClassName
{
color: #2BB597;
}
.AnyTagClassName
{
color: #2BB597;
}
</style>
background-color css
<style>
a { background-color: #2BB597; }
a { background-color: rgb(43,181,151); }
div.DivClassName
{
background-color: #2BB597;
}
.BgClassName
{
background-color: #2BB597;
}
</style>
border-color css
<style>
span { border-color: #2BB597; }
span { border-color: rgb(43,181,151); }
td.TdClassName
{
border-color: #2BB597;
}
.TagClassName
{
border-color: #2BB597;
}
</style>