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