Shades of Niagara #2CB490
Tints of Niagara #2CB490
RGB
CMYK
RGB Variations
Color information
#2CB490 (or 0x2CB490) is known color: Niagara. HEX triplet: 2C, B4 and 90. RGB value is (44,180,144). Sum of RGB (Red+Green+Blue) = 44+180+144=368 (48% of max value = 765). Red value is 44 (17.58% from 255 or 11.96% from 368); Green value is 180 (70.70% from 255 or 48.91% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 180 - color contains mainly: green. Hex color #2CB490 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2CB490 is #D34B6F. Grayscale: #878787. Windows color (decimal): -13847408 or 9483308. OLE color: 9483308.
HSL color Cylindrical-coordinate representation of color #2CB490: hue angle of 164.12º 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 #2CB490 is Cyan = 0.76, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 44 | 180 | 144 | - |
| CMYK | 0.76 | 0 | 0.2 | 0.29 |
| HSL | 164.12º | 0.61% | 0.44% | - |
| HSV(B) | 164.12º | 0.76% | 0.71% | - |
| XYZ | 22.39 | 35.19 | 32 | - |
| YUV | 135.23 | 132.94 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 180 | 144 | 0.76 | 0 | 0.2 | 0.29 | 164.12 | 0.61 | 0.44 |
| Hex | 2C | B4 | 90 | 4C | 0 | 14 | 1D | A4 | 3D | 2C |
| Octal | 54 | 264 | 220 | 114 | 0 | 24 | 35 | 244 | 75 | 54 |
| Binary | 101100 | 10110100 | 10010000 | 1001100 | 0 | 10100 | 11101 | 10100100 | 111101 | 101100 |
Color Harmonies of #2CB490
Complementary color
Monochromatic Colors of #2CB490
Black with #2CB490
Text Example
Text Example
White with #2CB490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB490; }
p { color: rgb(44,180,144); }
H1.HeaderClassName
{
color: #2CB490;
}
.AnyTagClassName
{
color: #2CB490;
}
</style>
background-color css
<style>
a { background-color: #2CB490; }
a { background-color: rgb(44,180,144); }
div.DivClassName
{
background-color: #2CB490;
}
.BgClassName
{
background-color: #2CB490;
}
</style>
border-color css
<style>
span { border-color: #2CB490; }
span { border-color: rgb(44,180,144); }
td.TdClassName
{
border-color: #2CB490;
}
.TagClassName
{
border-color: #2CB490;
}
</style>