Shades of Niagara #2CB699
Tints of Niagara #2CB699
RGB
CMYK
RGB Variations
Color information
#2CB699 (or 0x2CB699) is known color: Niagara. HEX triplet: 2C, B6 and 99. RGB value is (44,182,153). Sum of RGB (Red+Green+Blue) = 44+182+153=379 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.61% from 379); Green value is 182 (71.48% from 255 or 48.02% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 182 - color contains mainly: green. Hex color #2CB699 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB699 is #D34966. Grayscale: #898989. Windows color (decimal): -13846887 or 10073644. OLE color: 10073644.
HSL color Cylindrical-coordinate representation of color #2CB699: hue angle of 167.39º 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 #2CB699 is Cyan = 0.76, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 182 | 153 | - |
| CMYK | 0.76 | 0 | 0.16 | 0.29 |
| HSL | 167.39º | 0.61% | 0.44% | - |
| HSV(B) | 167.39º | 0.76% | 0.71% | - |
| XYZ | 23.52 | 36.29 | 35.9 | - |
| YUV | 137.43 | 136.78 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 182 | 153 | 0.76 | 0 | 0.16 | 0.29 | 167.39 | 0.61 | 0.44 |
| Hex | 2C | B6 | 99 | 4C | 0 | 10 | 1D | A7 | 3D | 2C |
| Octal | 54 | 266 | 231 | 114 | 0 | 20 | 35 | 247 | 75 | 54 |
| Binary | 101100 | 10110110 | 10011001 | 1001100 | 0 | 10000 | 11101 | 10100111 | 111101 | 101100 |
Color Harmonies of #2CB699
Complementary color
Monochromatic Colors of #2CB699
Black with #2CB699
Text Example
Text Example
White with #2CB699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB699; }
p { color: rgb(44,182,153); }
H1.HeaderClassName
{
color: #2CB699;
}
.AnyTagClassName
{
color: #2CB699;
}
</style>
background-color css
<style>
a { background-color: #2CB699; }
a { background-color: rgb(44,182,153); }
div.DivClassName
{
background-color: #2CB699;
}
.BgClassName
{
background-color: #2CB699;
}
</style>
border-color css
<style>
span { border-color: #2CB699; }
span { border-color: rgb(44,182,153); }
td.TdClassName
{
border-color: #2CB699;
}
.TagClassName
{
border-color: #2CB699;
}
</style>