Shades of Niagara #2CAC8B
Tints of Niagara #2CAC8B
RGB
CMYK
RGB Variations
Color information
#2CAC8B (or 0x2CAC8B) is known color: Niagara. HEX triplet: 2C, AC and 8B. RGB value is (44,172,139). Sum of RGB (Red+Green+Blue) = 44+172+139=355 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.39% from 355); Green value is 172 (67.58% from 255 or 48.45% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAC8B is #D35374. Grayscale: #818181. Windows color (decimal): -13849461 or 9153580. OLE color: 9153580.
HSL color Cylindrical-coordinate representation of color #2CAC8B: hue angle of 164.53º 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 #2CAC8B is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 172 | 139 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.33 |
| HSL | 164.53º | 0.59% | 0.42% | - |
| HSV(B) | 164.53º | 0.74% | 0.67% | - |
| XYZ | 20.45 | 31.9 | 29.51 | - |
| YUV | 129.97 | 133.09 | 66.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 139 | 0.74 | 0 | 0.19 | 0.33 | 164.53 | 0.59 | 0.42 |
| Hex | 2C | AC | 8B | 4A | 0 | 13 | 21 | A5 | 3B | 2A |
| Octal | 54 | 254 | 213 | 112 | 0 | 23 | 41 | 245 | 73 | 52 |
| Binary | 101100 | 10101100 | 10001011 | 1001010 | 0 | 10011 | 100001 | 10100101 | 111011 | 101010 |
Color Harmonies of #2CAC8B
Complementary color
Monochromatic Colors of #2CAC8B
Black with #2CAC8B
Text Example
Text Example
White with #2CAC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAC8B; }
p { color: rgb(44,172,139); }
H1.HeaderClassName
{
color: #2CAC8B;
}
.AnyTagClassName
{
color: #2CAC8B;
}
</style>
background-color css
<style>
a { background-color: #2CAC8B; }
a { background-color: rgb(44,172,139); }
div.DivClassName
{
background-color: #2CAC8B;
}
.BgClassName
{
background-color: #2CAC8B;
}
</style>
border-color css
<style>
span { border-color: #2CAC8B; }
span { border-color: rgb(44,172,139); }
td.TdClassName
{
border-color: #2CAC8B;
}
.TagClassName
{
border-color: #2CAC8B;
}
</style>