Shades of Niagara #2CB59B
Tints of Niagara #2CB59B
RGB
CMYK
RGB Variations
Color information
#2CB59B (or 0x2CB59B) is known color: Niagara. HEX triplet: 2C, B5 and 9B. RGB value is (44,181,155). Sum of RGB (Red+Green+Blue) = 44+181+155=380 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.58% from 380); Green value is 181 (71.09% from 255 or 47.63% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB59B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB59B is #D34A64. Grayscale: #898989. Windows color (decimal): -13847141 or 10204460. OLE color: 10204460.
HSL color Cylindrical-coordinate representation of color #2CB59B: hue angle of 168.61º 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 #2CB59B is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 181 | 155 | - |
| CMYK | 0.76 | 0 | 0.14 | 0.29 |
| HSL | 168.61º | 0.61% | 0.44% | - |
| HSV(B) | 168.61º | 0.76% | 0.71% | - |
| XYZ | 23.48 | 35.95 | 36.71 | - |
| YUV | 137.07 | 138.11 | 61.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 181 | 155 | 0.76 | 0 | 0.14 | 0.29 | 168.61 | 0.61 | 0.44 |
| Hex | 2C | B5 | 9B | 4C | 0 | E | 1D | A9 | 3D | 2C |
| Octal | 54 | 265 | 233 | 114 | 0 | 16 | 35 | 251 | 75 | 54 |
| Binary | 101100 | 10110101 | 10011011 | 1001100 | 0 | 1110 | 11101 | 10101001 | 111101 | 101100 |
Color Harmonies of #2CB59B
Complementary color
Monochromatic Colors of #2CB59B
Black with #2CB59B
Text Example
Text Example
White with #2CB59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB59B; }
p { color: rgb(44,181,155); }
H1.HeaderClassName
{
color: #2CB59B;
}
.AnyTagClassName
{
color: #2CB59B;
}
</style>
background-color css
<style>
a { background-color: #2CB59B; }
a { background-color: rgb(44,181,155); }
div.DivClassName
{
background-color: #2CB59B;
}
.BgClassName
{
background-color: #2CB59B;
}
</style>
border-color css
<style>
span { border-color: #2CB59B; }
span { border-color: rgb(44,181,155); }
td.TdClassName
{
border-color: #2CB59B;
}
.TagClassName
{
border-color: #2CB59B;
}
</style>