Shades of Niagara #2CB696
Tints of Niagara #2CB696
RGB
CMYK
RGB Variations
Color information
#2CB696 (or 0x2CB696) is known color: Niagara. HEX triplet: 2C, B6 and 96. RGB value is (44,182,150). Sum of RGB (Red+Green+Blue) = 44+182+150=376 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.70% from 376); Green value is 182 (71.48% from 255 or 48.40% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 182 - color contains mainly: green. Hex color #2CB696 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB696 is #D34969. Grayscale: #898989. Windows color (decimal): -13846890 or 9877036. OLE color: 9877036.
HSL color Cylindrical-coordinate representation of color #2CB696: hue angle of 166.09º degrees, saturation: 0.61, 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 #2CB696 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 182 | 150 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.29 |
| HSL | 166.09º | 0.61% | 0.44% | - |
| HSV(B) | 166.09º | 0.76% | 0.71% | - |
| XYZ | 23.27 | 36.19 | 34.61 | - |
| YUV | 137.09 | 135.28 | 61.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 182 | 150 | 0.76 | 0 | 0.18 | 0.29 | 166.09 | 0.61 | 0.44 |
| Hex | 2C | B6 | 96 | 4C | 0 | 12 | 1D | A6 | 3D | 2C |
| Octal | 54 | 266 | 226 | 114 | 0 | 22 | 35 | 246 | 75 | 54 |
| Binary | 101100 | 10110110 | 10010110 | 1001100 | 0 | 10010 | 11101 | 10100110 | 111101 | 101100 |
Color Harmonies of #2CB696
Complementary color
Monochromatic Colors of #2CB696
Black with #2CB696
Text Example
Text Example
White with #2CB696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB696; }
p { color: rgb(44,182,150); }
H1.HeaderClassName
{
color: #2CB696;
}
.AnyTagClassName
{
color: #2CB696;
}
</style>
background-color css
<style>
a { background-color: #2CB696; }
a { background-color: rgb(44,182,150); }
div.DivClassName
{
background-color: #2CB696;
}
.BgClassName
{
background-color: #2CB696;
}
</style>
border-color css
<style>
span { border-color: #2CB696; }
span { border-color: rgb(44,182,150); }
td.TdClassName
{
border-color: #2CB696;
}
.TagClassName
{
border-color: #2CB696;
}
</style>