Shades of Niagara #2CA795
Tints of Niagara #2CA795
RGB
CMYK
RGB Variations
Color information
#2CA795 (or 0x2CA795) is known color: Niagara. HEX triplet: 2C, A7 and 95. RGB value is (44,167,149). Sum of RGB (Red+Green+Blue) = 44+167+149=360 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.22% from 360); Green value is 167 (65.62% from 255 or 46.39% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 167 - color contains mainly: green. Hex color #2CA795 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA795 is #D3586A. Grayscale: #808080. Windows color (decimal): -13850731 or 9807660. OLE color: 9807660.
HSL color Cylindrical-coordinate representation of color #2CA795: hue angle of 171.22º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CA795 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 167 | 149 | - |
| CMYK | 0.74 | 0 | 0.11 | 0.35 |
| HSL | 171.22º | 0.58% | 0.41% | - |
| HSV(B) | 171.22º | 0.74% | 0.65% | - |
| XYZ | 20.28 | 30.34 | 33.22 | - |
| YUV | 128.17 | 139.75 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 167 | 149 | 0.74 | 0 | 0.11 | 0.35 | 171.22 | 0.58 | 0.41 |
| Hex | 2C | A7 | 95 | 4A | 0 | B | 23 | AB | 3A | 29 |
| Octal | 54 | 247 | 225 | 112 | 0 | 13 | 43 | 253 | 72 | 51 |
| Binary | 101100 | 10100111 | 10010101 | 1001010 | 0 | 1011 | 100011 | 10101011 | 111010 | 101001 |
Color Harmonies of #2CA795
Complementary color
Monochromatic Colors of #2CA795
Black with #2CA795
Text Example
Text Example
White with #2CA795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA795; }
p { color: rgb(44,167,149); }
H1.HeaderClassName
{
color: #2CA795;
}
.AnyTagClassName
{
color: #2CA795;
}
</style>
background-color css
<style>
a { background-color: #2CA795; }
a { background-color: rgb(44,167,149); }
div.DivClassName
{
background-color: #2CA795;
}
.BgClassName
{
background-color: #2CA795;
}
</style>
border-color css
<style>
span { border-color: #2CA795; }
span { border-color: rgb(44,167,149); }
td.TdClassName
{
border-color: #2CA795;
}
.TagClassName
{
border-color: #2CA795;
}
</style>