Shades of Niagara #2CB595
Tints of Niagara #2CB595
RGB
CMYK
RGB Variations
Color information
#2CB595 (or 0x2CB595) is known color: Niagara. HEX triplet: 2C, B5 and 95. RGB value is (44,181,149). Sum of RGB (Red+Green+Blue) = 44+181+149=374 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.76% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 181 - color contains mainly: green. Hex color #2CB595 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB595 is #D34A6A. Grayscale: #888888. Windows color (decimal): -13847147 or 9811244. OLE color: 9811244.
HSL color Cylindrical-coordinate representation of color #2CB595: hue angle of 165.99º 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 #2CB595 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 181 | 149 | - |
| CMYK | 0.76 | 0 | 0.18 | 0.29 |
| HSL | 165.99º | 0.61% | 0.44% | - |
| HSV(B) | 165.99º | 0.76% | 0.71% | - |
| XYZ | 22.99 | 35.75 | 34.12 | - |
| YUV | 136.39 | 135.11 | 62.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 181 | 149 | 0.76 | 0 | 0.18 | 0.29 | 165.99 | 0.61 | 0.44 |
| Hex | 2C | B5 | 95 | 4C | 0 | 12 | 1D | A6 | 3D | 2C |
| Octal | 54 | 265 | 225 | 114 | 0 | 22 | 35 | 246 | 75 | 54 |
| Binary | 101100 | 10110101 | 10010101 | 1001100 | 0 | 10010 | 11101 | 10100110 | 111101 | 101100 |
Color Harmonies of #2CB595
Complementary color
Monochromatic Colors of #2CB595
Black with #2CB595
Text Example
Text Example
White with #2CB595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB595; }
p { color: rgb(44,181,149); }
H1.HeaderClassName
{
color: #2CB595;
}
.AnyTagClassName
{
color: #2CB595;
}
</style>
background-color css
<style>
a { background-color: #2CB595; }
a { background-color: rgb(44,181,149); }
div.DivClassName
{
background-color: #2CB595;
}
.BgClassName
{
background-color: #2CB595;
}
</style>
border-color css
<style>
span { border-color: #2CB595; }
span { border-color: rgb(44,181,149); }
td.TdClassName
{
border-color: #2CB595;
}
.TagClassName
{
border-color: #2CB595;
}
</style>