Shades of Niagara #2CA395
Tints of Niagara #2CA395
RGB
CMYK
RGB Variations
Color information
#2CA395 (or 0x2CA395) is known color: Niagara. HEX triplet: 2C, A3 and 95. RGB value is (44,163,149). Sum of RGB (Red+Green+Blue) = 44+163+149=356 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.36% from 356); Green value is 163 (64.06% from 255 or 45.79% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 163 - color contains mainly: green. Hex color #2CA395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA395 is #D35C6A. Grayscale: #7D7D7D. Windows color (decimal): -13851755 or 9806636. OLE color: 9806636.
HSL color Cylindrical-coordinate representation of color #2CA395: hue angle of 172.94º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA395 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 44 | 163 | 149 | - |
| CMYK | 0.73 | 0 | 0.09 | 0.36 |
| HSL | 172.94º | 0.57% | 0.41% | - |
| HSV(B) | 172.94º | 0.73% | 0.64% | - |
| XYZ | 19.56 | 28.9 | 32.98 | - |
| YUV | 125.82 | 141.08 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 163 | 149 | 0.73 | 0 | 0.09 | 0.36 | 172.94 | 0.57 | 0.41 |
| Hex | 2C | A3 | 95 | 49 | 0 | 9 | 24 | AD | 39 | 29 |
| Octal | 54 | 243 | 225 | 111 | 0 | 11 | 44 | 255 | 71 | 51 |
| Binary | 101100 | 10100011 | 10010101 | 1001001 | 0 | 1001 | 100100 | 10101101 | 111001 | 101001 |
Color Harmonies of #2CA395
Complementary color
Monochromatic Colors of #2CA395
Black with #2CA395
Text Example
Text Example
White with #2CA395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA395; }
p { color: rgb(44,163,149); }
H1.HeaderClassName
{
color: #2CA395;
}
.AnyTagClassName
{
color: #2CA395;
}
</style>
background-color css
<style>
a { background-color: #2CA395; }
a { background-color: rgb(44,163,149); }
div.DivClassName
{
background-color: #2CA395;
}
.BgClassName
{
background-color: #2CA395;
}
</style>
border-color css
<style>
span { border-color: #2CA395; }
span { border-color: rgb(44,163,149); }
td.TdClassName
{
border-color: #2CA395;
}
.TagClassName
{
border-color: #2CA395;
}
</style>