Shades of Niagara #2CAC9B
Tints of Niagara #2CAC9B
RGB
CMYK
RGB Variations
Color information
#2CAC9B (or 0x2CAC9B) is known color: Niagara. HEX triplet: 2C, AC and 9B. RGB value is (44,172,155). Sum of RGB (Red+Green+Blue) = 44+172+155=371 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.86% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAC9B is #D35364. Grayscale: #838383. Windows color (decimal): -13849445 or 10202156. OLE color: 10202156.
HSL color Cylindrical-coordinate representation of color #2CAC9B: hue angle of 172.03º 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 #2CAC9B is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 172 | 155 | - |
| CMYK | 0.74 | 0 | 0.10 | 0.33 |
| HSL | 172.03º | 0.59% | 0.42% | - |
| HSV(B) | 172.03º | 0.74% | 0.67% | - |
| XYZ | 21.71 | 32.41 | 36.12 | - |
| YUV | 131.79 | 141.09 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 155 | 0.74 | 0 | 0.10 | 0.33 | 172.03 | 0.59 | 0.42 |
| Hex | 2C | AC | 9B | 4A | 0 | A | 21 | AC | 3B | 2A |
| Octal | 54 | 254 | 233 | 112 | 0 | 12 | 41 | 254 | 73 | 52 |
| Binary | 101100 | 10101100 | 10011011 | 1001010 | 0 | 1010 | 100001 | 10101100 | 111011 | 101010 |
Color Harmonies of #2CAC9B
Complementary color
Monochromatic Colors of #2CAC9B
Black with #2CAC9B
Text Example
Text Example
White with #2CAC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAC9B; }
p { color: rgb(44,172,155); }
H1.HeaderClassName
{
color: #2CAC9B;
}
.AnyTagClassName
{
color: #2CAC9B;
}
</style>
background-color css
<style>
a { background-color: #2CAC9B; }
a { background-color: rgb(44,172,155); }
div.DivClassName
{
background-color: #2CAC9B;
}
.BgClassName
{
background-color: #2CAC9B;
}
</style>
border-color css
<style>
span { border-color: #2CAC9B; }
span { border-color: rgb(44,172,155); }
td.TdClassName
{
border-color: #2CAC9B;
}
.TagClassName
{
border-color: #2CAC9B;
}
</style>