Shades of Niagara #2CA694
Tints of Niagara #2CA694
RGB
CMYK
RGB Variations
Color information
#2CA694 (or 0x2CA694) is known color: Niagara. HEX triplet: 2C, A6 and 94. RGB value is (44,166,148). Sum of RGB (Red+Green+Blue) = 44+166+148=358 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.29% from 358); Green value is 166 (65.23% from 255 or 46.37% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA694 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA694 is #D3596B. Grayscale: #7F7F7F. Windows color (decimal): -13850988 or 9741868. OLE color: 9741868.
HSL color Cylindrical-coordinate representation of color #2CA694: hue angle of 171.15º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA694 is Cyan = 0.73, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 166 | 148 | - |
| CMYK | 0.73 | 0 | 0.11 | 0.35 |
| HSL | 171.15º | 0.58% | 0.41% | - |
| HSV(B) | 171.15º | 0.73% | 0.65% | - |
| XYZ | 20.02 | 29.95 | 32.74 | - |
| YUV | 127.47 | 139.58 | 68.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 166 | 148 | 0.73 | 0 | 0.11 | 0.35 | 171.15 | 0.58 | 0.41 |
| Hex | 2C | A6 | 94 | 49 | 0 | B | 23 | AB | 3A | 29 |
| Octal | 54 | 246 | 224 | 111 | 0 | 13 | 43 | 253 | 72 | 51 |
| Binary | 101100 | 10100110 | 10010100 | 1001001 | 0 | 1011 | 100011 | 10101011 | 111010 | 101001 |
Color Harmonies of #2CA694
Complementary color
Monochromatic Colors of #2CA694
Black with #2CA694
Text Example
Text Example
White with #2CA694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA694; }
p { color: rgb(44,166,148); }
H1.HeaderClassName
{
color: #2CA694;
}
.AnyTagClassName
{
color: #2CA694;
}
</style>
background-color css
<style>
a { background-color: #2CA694; }
a { background-color: rgb(44,166,148); }
div.DivClassName
{
background-color: #2CA694;
}
.BgClassName
{
background-color: #2CA694;
}
</style>
border-color css
<style>
span { border-color: #2CA694; }
span { border-color: rgb(44,166,148); }
td.TdClassName
{
border-color: #2CA694;
}
.TagClassName
{
border-color: #2CA694;
}
</style>