Shades of Niagara #2C9E8E
Tints of Niagara #2C9E8E
RGB
CMYK
RGB Variations
Color information
#2C9E8E (or 0x2C9E8E) is known color: Niagara. HEX triplet: 2C, 9E and 8E. RGB value is (44,158,142). Sum of RGB (Red+Green+Blue) = 44+158+142=344 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.79% from 344); Green value is 158 (62.11% from 255 or 45.93% from 344); Blue value is 142 (55.86% from 255 or 41.28% from 344); Max value from RGB is 158 - color contains mainly: green. Hex color #2C9E8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C9E8E is #D36171. Grayscale: #7A7A7A. Windows color (decimal): -13853042 or 9346604. OLE color: 9346604.
HSL color Cylindrical-coordinate representation of color #2C9E8E: hue angle of 171.58º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C9E8E is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 44 | 158 | 142 | - |
| CMYK | 0.72 | 0 | 0.10 | 0.38 |
| HSL | 171.58º | 0.56% | 0.4% | - |
| HSV(B) | 171.58º | 0.72% | 0.62% | - |
| XYZ | 18.15 | 26.94 | 29.84 | - |
| YUV | 122.09 | 139.23 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 158 | 142 | 0.72 | 0 | 0.10 | 0.38 | 171.58 | 0.56 | 0.4 |
| Hex | 2C | 9E | 8E | 48 | 0 | A | 26 | AC | 38 | 28 |
| Octal | 54 | 236 | 216 | 110 | 0 | 12 | 46 | 254 | 70 | 50 |
| Binary | 101100 | 10011110 | 10001110 | 1001000 | 0 | 1010 | 100110 | 10101100 | 111000 | 101000 |
Color Harmonies of #2C9E8E
Complementary color
Monochromatic Colors of #2C9E8E
Black with #2C9E8E
Text Example
Text Example
White with #2C9E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C9E8E; }
p { color: rgb(44,158,142); }
H1.HeaderClassName
{
color: #2C9E8E;
}
.AnyTagClassName
{
color: #2C9E8E;
}
</style>
background-color css
<style>
a { background-color: #2C9E8E; }
a { background-color: rgb(44,158,142); }
div.DivClassName
{
background-color: #2C9E8E;
}
.BgClassName
{
background-color: #2C9E8E;
}
</style>
border-color css
<style>
span { border-color: #2C9E8E; }
span { border-color: rgb(44,158,142); }
td.TdClassName
{
border-color: #2C9E8E;
}
.TagClassName
{
border-color: #2C9E8E;
}
</style>