Shades of Niagara #2CB69A
Tints of Niagara #2CB69A
RGB
CMYK
RGB Variations
Color information
#2CB69A (or 0x2CB69A) is known color: Niagara. HEX triplet: 2C, B6 and 9A. RGB value is (44,182,154). Sum of RGB (Red+Green+Blue) = 44+182+154=380 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.58% from 380); Green value is 182 (71.48% from 255 or 47.89% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 182 - color contains mainly: green. Hex color #2CB69A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB69A is #D34965. Grayscale: #898989. Windows color (decimal): -13846886 or 10139180. OLE color: 10139180.
HSL color Cylindrical-coordinate representation of color #2CB69A: hue angle of 167.83º 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 #2CB69A is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 182 | 154 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.29 |
| HSL | 167.83º | 0.61% | 0.44% | - |
| HSV(B) | 167.83º | 0.76% | 0.71% | - |
| XYZ | 23.6 | 36.32 | 36.34 | - |
| YUV | 137.55 | 137.28 | 61.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 182 | 154 | 0.76 | 0 | 0.15 | 0.29 | 167.83 | 0.61 | 0.44 |
| Hex | 2C | B6 | 9A | 4C | 0 | F | 1D | A8 | 3D | 2C |
| Octal | 54 | 266 | 232 | 114 | 0 | 17 | 35 | 250 | 75 | 54 |
| Binary | 101100 | 10110110 | 10011010 | 1001100 | 0 | 1111 | 11101 | 10101000 | 111101 | 101100 |
Color Harmonies of #2CB69A
Complementary color
Monochromatic Colors of #2CB69A
Black with #2CB69A
Text Example
Text Example
White with #2CB69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB69A; }
p { color: rgb(44,182,154); }
H1.HeaderClassName
{
color: #2CB69A;
}
.AnyTagClassName
{
color: #2CB69A;
}
</style>
background-color css
<style>
a { background-color: #2CB69A; }
a { background-color: rgb(44,182,154); }
div.DivClassName
{
background-color: #2CB69A;
}
.BgClassName
{
background-color: #2CB69A;
}
</style>
border-color css
<style>
span { border-color: #2CB69A; }
span { border-color: rgb(44,182,154); }
td.TdClassName
{
border-color: #2CB69A;
}
.TagClassName
{
border-color: #2CB69A;
}
</style>