Shades of Niagara #2CA68B
Tints of Niagara #2CA68B
RGB
CMYK
RGB Variations
Color information
#2CA68B (or 0x2CA68B) is known color: Niagara. HEX triplet: 2C, A6 and 8B. RGB value is (44,166,139). Sum of RGB (Red+Green+Blue) = 44+166+139=349 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.61% from 349); Green value is 166 (65.23% from 255 or 47.56% from 349); Blue value is 139 (54.69% from 255 or 39.83% from 349); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA68B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CA68B is #D35974. Grayscale: #7E7E7E. Windows color (decimal): -13850997 or 9152044. OLE color: 9152044.
HSL color Cylindrical-coordinate representation of color #2CA68B: hue angle of 166.72º 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 #2CA68B is Cyan = 0.73, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 44 | 166 | 139 | - |
| CMYK | 0.73 | 0 | 0.16 | 0.35 |
| HSL | 166.72º | 0.58% | 0.41% | - |
| HSV(B) | 166.72º | 0.73% | 0.65% | - |
| XYZ | 19.34 | 29.67 | 29.13 | - |
| YUV | 126.44 | 135.08 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 166 | 139 | 0.73 | 0 | 0.16 | 0.35 | 166.72 | 0.58 | 0.41 |
| Hex | 2C | A6 | 8B | 49 | 0 | 10 | 23 | A7 | 3A | 29 |
| Octal | 54 | 246 | 213 | 111 | 0 | 20 | 43 | 247 | 72 | 51 |
| Binary | 101100 | 10100110 | 10001011 | 1001001 | 0 | 10000 | 100011 | 10100111 | 111010 | 101001 |
Color Harmonies of #2CA68B
Complementary color
Monochromatic Colors of #2CA68B
Black with #2CA68B
Text Example
Text Example
White with #2CA68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA68B; }
p { color: rgb(44,166,139); }
H1.HeaderClassName
{
color: #2CA68B;
}
.AnyTagClassName
{
color: #2CA68B;
}
</style>
background-color css
<style>
a { background-color: #2CA68B; }
a { background-color: rgb(44,166,139); }
div.DivClassName
{
background-color: #2CA68B;
}
.BgClassName
{
background-color: #2CA68B;
}
</style>
border-color css
<style>
span { border-color: #2CA68B; }
span { border-color: rgb(44,166,139); }
td.TdClassName
{
border-color: #2CA68B;
}
.TagClassName
{
border-color: #2CA68B;
}
</style>