Shades of Niagara #2CAC94
Tints of Niagara #2CAC94
RGB
CMYK
RGB Variations
Color information
#2CAC94 (or 0x2CAC94) is known color: Niagara. HEX triplet: 2C, AC and 94. RGB value is (44,172,148). Sum of RGB (Red+Green+Blue) = 44+172+148=364 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.09% from 364); Green value is 172 (67.58% from 255 or 47.25% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAC94 is #D3536B. Grayscale: #828282. Windows color (decimal): -13849452 or 9743404. OLE color: 9743404.
HSL color Cylindrical-coordinate representation of color #2CAC94: hue angle of 168.75º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CAC94 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 172 | 148 | - |
| CMYK | 0.74 | 0 | 0.14 | 0.33 |
| HSL | 168.75º | 0.59% | 0.42% | - |
| HSV(B) | 168.75º | 0.74% | 0.67% | - |
| XYZ | 21.14 | 32.18 | 33.11 | - |
| YUV | 130.99 | 137.59 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 148 | 0.74 | 0 | 0.14 | 0.33 | 168.75 | 0.59 | 0.42 |
| Hex | 2C | AC | 94 | 4A | 0 | E | 21 | A9 | 3B | 2A |
| Octal | 54 | 254 | 224 | 112 | 0 | 16 | 41 | 251 | 73 | 52 |
| Binary | 101100 | 10101100 | 10010100 | 1001010 | 0 | 1110 | 100001 | 10101001 | 111011 | 101010 |
Color Harmonies of #2CAC94
Complementary color
Monochromatic Colors of #2CAC94
Black with #2CAC94
Text Example
Text Example
White with #2CAC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAC94; }
p { color: rgb(44,172,148); }
H1.HeaderClassName
{
color: #2CAC94;
}
.AnyTagClassName
{
color: #2CAC94;
}
</style>
background-color css
<style>
a { background-color: #2CAC94; }
a { background-color: rgb(44,172,148); }
div.DivClassName
{
background-color: #2CAC94;
}
.BgClassName
{
background-color: #2CAC94;
}
</style>
border-color css
<style>
span { border-color: #2CAC94; }
span { border-color: rgb(44,172,148); }
td.TdClassName
{
border-color: #2CAC94;
}
.TagClassName
{
border-color: #2CAC94;
}
</style>