Shades of Niagara #2CB293
Tints of Niagara #2CB293
RGB
CMYK
RGB Variations
Color information
#2CB293 (or 0x2CB293) is known color: Niagara. HEX triplet: 2C, B2 and 93. RGB value is (44,178,147). Sum of RGB (Red+Green+Blue) = 44+178+147=369 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.92% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 178 - color contains mainly: green. Hex color #2CB293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CB293 is #D34D6C. Grayscale: #868686. Windows color (decimal): -13847917 or 9679404. OLE color: 9679404.
HSL color Cylindrical-coordinate representation of color #2CB293: hue angle of 166.12º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2CB293 is Cyan = 0.75, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 178 | 147 | - |
| CMYK | 0.75 | 0 | 0.17 | 0.30 |
| HSL | 166.12º | 0.6% | 0.44% | - |
| HSV(B) | 166.12º | 0.75% | 0.7% | - |
| XYZ | 22.23 | 34.48 | 33.09 | - |
| YUV | 134.4 | 135.11 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 178 | 147 | 0.75 | 0 | 0.17 | 0.30 | 166.12 | 0.6 | 0.44 |
| Hex | 2C | B2 | 93 | 4B | 0 | 11 | 1E | A6 | 3C | 2C |
| Octal | 54 | 262 | 223 | 113 | 0 | 21 | 36 | 246 | 74 | 54 |
| Binary | 101100 | 10110010 | 10010011 | 1001011 | 0 | 10001 | 11110 | 10100110 | 111100 | 101100 |
Color Harmonies of #2CB293
Complementary color
Monochromatic Colors of #2CB293
Black with #2CB293
Text Example
Text Example
White with #2CB293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB293; }
p { color: rgb(44,178,147); }
H1.HeaderClassName
{
color: #2CB293;
}
.AnyTagClassName
{
color: #2CB293;
}
</style>
background-color css
<style>
a { background-color: #2CB293; }
a { background-color: rgb(44,178,147); }
div.DivClassName
{
background-color: #2CB293;
}
.BgClassName
{
background-color: #2CB293;
}
</style>
border-color css
<style>
span { border-color: #2CB293; }
span { border-color: rgb(44,178,147); }
td.TdClassName
{
border-color: #2CB293;
}
.TagClassName
{
border-color: #2CB293;
}
</style>