Shades of Niagara #2CAC8E
Tints of Niagara #2CAC8E
RGB
CMYK
RGB Variations
Color information
#2CAC8E (or 0x2CAC8E) is known color: Niagara. HEX triplet: 2C, AC and 8E. RGB value is (44,172,142). Sum of RGB (Red+Green+Blue) = 44+172+142=358 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.29% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAC8E is #D35371. Grayscale: #828282. Windows color (decimal): -13849458 or 9350188. OLE color: 9350188.
HSL color Cylindrical-coordinate representation of color #2CAC8E: hue angle of 165.94º 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 #2CAC8E is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 172 | 142 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.33 |
| HSL | 165.94º | 0.59% | 0.42% | - |
| HSV(B) | 165.94º | 0.74% | 0.67% | - |
| XYZ | 20.67 | 31.99 | 30.68 | - |
| YUV | 130.31 | 134.59 | 66.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 142 | 0.74 | 0 | 0.17 | 0.33 | 165.94 | 0.59 | 0.42 |
| Hex | 2C | AC | 8E | 4A | 0 | 11 | 21 | A6 | 3B | 2A |
| Octal | 54 | 254 | 216 | 112 | 0 | 21 | 41 | 246 | 73 | 52 |
| Binary | 101100 | 10101100 | 10001110 | 1001010 | 0 | 10001 | 100001 | 10100110 | 111011 | 101010 |
Color Harmonies of #2CAC8E
Complementary color
Monochromatic Colors of #2CAC8E
Black with #2CAC8E
Text Example
Text Example
White with #2CAC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAC8E; }
p { color: rgb(44,172,142); }
H1.HeaderClassName
{
color: #2CAC8E;
}
.AnyTagClassName
{
color: #2CAC8E;
}
</style>
background-color css
<style>
a { background-color: #2CAC8E; }
a { background-color: rgb(44,172,142); }
div.DivClassName
{
background-color: #2CAC8E;
}
.BgClassName
{
background-color: #2CAC8E;
}
</style>
border-color css
<style>
span { border-color: #2CAC8E; }
span { border-color: rgb(44,172,142); }
td.TdClassName
{
border-color: #2CAC8E;
}
.TagClassName
{
border-color: #2CAC8E;
}
</style>