Shades of Niagara #2CAC8C
Tints of Niagara #2CAC8C
RGB
CMYK
RGB Variations
Color information
#2CAC8C (or 0x2CAC8C) is known color: Niagara. HEX triplet: 2C, AC and 8C. RGB value is (44,172,140). Sum of RGB (Red+Green+Blue) = 44+172+140=356 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.36% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 140 (55.08% from 255 or 39.33% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #2CAC8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2CAC8C is #D35373. Grayscale: #828282. Windows color (decimal): -13849460 or 9219116. OLE color: 9219116.
HSL color Cylindrical-coordinate representation of color #2CAC8C: hue angle of 165º 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 #2CAC8C is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 44 | 172 | 140 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.33 |
| HSL | 165º | 0.59% | 0.42% | - |
| HSV(B) | 165º | 0.74% | 0.67% | - |
| XYZ | 20.52 | 31.93 | 29.89 | - |
| YUV | 130.08 | 133.59 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 140 | 0.74 | 0 | 0.19 | 0.33 | 165 | 0.59 | 0.42 |
| Hex | 2C | AC | 8C | 4A | 0 | 13 | 21 | A5 | 3B | 2A |
| Octal | 54 | 254 | 214 | 112 | 0 | 23 | 41 | 245 | 73 | 52 |
| Binary | 101100 | 10101100 | 10001100 | 1001010 | 0 | 10011 | 100001 | 10100101 | 111011 | 101010 |
Color Harmonies of #2CAC8C
Complementary color
Monochromatic Colors of #2CAC8C
Black with #2CAC8C
Text Example
Text Example
White with #2CAC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAC8C; }
p { color: rgb(44,172,140); }
H1.HeaderClassName
{
color: #2CAC8C;
}
.AnyTagClassName
{
color: #2CAC8C;
}
</style>
background-color css
<style>
a { background-color: #2CAC8C; }
a { background-color: rgb(44,172,140); }
div.DivClassName
{
background-color: #2CAC8C;
}
.BgClassName
{
background-color: #2CAC8C;
}
</style>
border-color css
<style>
span { border-color: #2CAC8C; }
span { border-color: rgb(44,172,140); }
td.TdClassName
{
border-color: #2CAC8C;
}
.TagClassName
{
border-color: #2CAC8C;
}
</style>