Shades of Niagara #2CB69C
Tints of Niagara #2CB69C
RGB
CMYK
RGB Variations
Color information
#2CB69C (or 0x2CB69C) is known color: Niagara. HEX triplet: 2C, B6 and 9C. RGB value is (44,182,156). Sum of RGB (Red+Green+Blue) = 44+182+156=382 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.52% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 182 - color contains mainly: green. Hex color #2CB69C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB69C is #D34963. Grayscale: #898989. Windows color (decimal): -13846884 or 10270252. OLE color: 10270252.
HSL color Cylindrical-coordinate representation of color #2CB69C: hue angle of 168.7º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CB69C is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 182 | 156 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.29 |
| HSL | 168.7º | 0.61% | 0.44% | - |
| HSV(B) | 168.7º | 0.76% | 0.71% | - |
| XYZ | 23.77 | 36.39 | 37.22 | - |
| YUV | 137.77 | 138.28 | 61.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 182 | 156 | 0.76 | 0 | 0.14 | 0.29 | 168.7 | 0.61 | 0.44 |
| Hex | 2C | B6 | 9C | 4C | 0 | E | 1D | A9 | 3D | 2C |
| Octal | 54 | 266 | 234 | 114 | 0 | 16 | 35 | 251 | 75 | 54 |
| Binary | 101100 | 10110110 | 10011100 | 1001100 | 0 | 1110 | 11101 | 10101001 | 111101 | 101100 |
Color Harmonies of #2CB69C
Complementary color
Monochromatic Colors of #2CB69C
Black with #2CB69C
Text Example
Text Example
White with #2CB69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB69C; }
p { color: rgb(44,182,156); }
H1.HeaderClassName
{
color: #2CB69C;
}
.AnyTagClassName
{
color: #2CB69C;
}
</style>
background-color css
<style>
a { background-color: #2CB69C; }
a { background-color: rgb(44,182,156); }
div.DivClassName
{
background-color: #2CB69C;
}
.BgClassName
{
background-color: #2CB69C;
}
</style>
border-color css
<style>
span { border-color: #2CB69C; }
span { border-color: rgb(44,182,156); }
td.TdClassName
{
border-color: #2CB69C;
}
.TagClassName
{
border-color: #2CB69C;
}
</style>