Shades of Niagara #2CAB9C
Tints of Niagara #2CAB9C
RGB
CMYK
RGB Variations
Color information
#2CAB9C (or 0x2CAB9C) is known color: Niagara. HEX triplet: 2C, AB and 9C. RGB value is (44,171,156). Sum of RGB (Red+Green+Blue) = 44+171+156=371 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.86% from 371); Green value is 171 (67.19% from 255 or 46.09% from 371); Blue value is 156 (61.33% from 255 or 42.05% from 371); Max value from RGB is 171 - color contains mainly: green. Hex color #2CAB9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAB9C is #D35463. Grayscale: #838383. Windows color (decimal): -13849700 or 10267436. OLE color: 10267436.
HSL color Cylindrical-coordinate representation of color #2CAB9C: hue angle of 172.91º 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 #2CAB9C is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 171 | 156 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.33 |
| HSL | 172.91º | 0.59% | 0.42% | - |
| HSV(B) | 172.91º | 0.74% | 0.67% | - |
| XYZ | 21.6 | 32.06 | 36.5 | - |
| YUV | 131.32 | 141.92 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 171 | 156 | 0.74 | 0 | 0.09 | 0.33 | 172.91 | 0.59 | 0.42 |
| Hex | 2C | AB | 9C | 4A | 0 | 9 | 21 | AD | 3B | 2A |
| Octal | 54 | 253 | 234 | 112 | 0 | 11 | 41 | 255 | 73 | 52 |
| Binary | 101100 | 10101011 | 10011100 | 1001010 | 0 | 1001 | 100001 | 10101101 | 111011 | 101010 |
Color Harmonies of #2CAB9C
Complementary color
Monochromatic Colors of #2CAB9C
Black with #2CAB9C
Text Example
Text Example
White with #2CAB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAB9C; }
p { color: rgb(44,171,156); }
H1.HeaderClassName
{
color: #2CAB9C;
}
.AnyTagClassName
{
color: #2CAB9C;
}
</style>
background-color css
<style>
a { background-color: #2CAB9C; }
a { background-color: rgb(44,171,156); }
div.DivClassName
{
background-color: #2CAB9C;
}
.BgClassName
{
background-color: #2CAB9C;
}
</style>
border-color css
<style>
span { border-color: #2CAB9C; }
span { border-color: rgb(44,171,156); }
td.TdClassName
{
border-color: #2CAB9C;
}
.TagClassName
{
border-color: #2CAB9C;
}
</style>