Shades of Niagara #2BA388
Tints of Niagara #2BA388
RGB
CMYK
RGB Variations
Color information
#2BA388 (or 0x2BA388) is known color: Niagara. HEX triplet: 2B, A3 and 88. RGB value is (43,163,136). Sum of RGB (Red+Green+Blue) = 43+163+136=342 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.57% from 342); Green value is 163 (64.06% from 255 or 47.66% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 163 - color contains mainly: green. Hex color #2BA388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA388 is #D45C77. Grayscale: #7C7C7C. Windows color (decimal): -13917304 or 8954667. OLE color: 8954667.
HSL color Cylindrical-coordinate representation of color #2BA388: hue angle of 166.5º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA388 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 43 | 163 | 136 | - |
| CMYK | 0.74 | 0 | 0.17 | 0.36 |
| HSL | 166.5º | 0.58% | 0.4% | - |
| HSV(B) | 166.5º | 0.74% | 0.64% | - |
| XYZ | 18.54 | 28.49 | 27.81 | - |
| YUV | 124.04 | 134.74 | 70.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 163 | 136 | 0.74 | 0 | 0.17 | 0.36 | 166.5 | 0.58 | 0.4 |
| Hex | 2B | A3 | 88 | 4A | 0 | 11 | 24 | A6 | 3A | 28 |
| Octal | 53 | 243 | 210 | 112 | 0 | 21 | 44 | 246 | 72 | 50 |
| Binary | 101011 | 10100011 | 10001000 | 1001010 | 0 | 10001 | 100100 | 10100110 | 111010 | 101000 |
Color Harmonies of #2BA388
Complementary color
Monochromatic Colors of #2BA388
Black with #2BA388
Text Example
Text Example
White with #2BA388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA388; }
p { color: rgb(43,163,136); }
H1.HeaderClassName
{
color: #2BA388;
}
.AnyTagClassName
{
color: #2BA388;
}
</style>
background-color css
<style>
a { background-color: #2BA388; }
a { background-color: rgb(43,163,136); }
div.DivClassName
{
background-color: #2BA388;
}
.BgClassName
{
background-color: #2BA388;
}
</style>
border-color css
<style>
span { border-color: #2BA388; }
span { border-color: rgb(43,163,136); }
td.TdClassName
{
border-color: #2BA388;
}
.TagClassName
{
border-color: #2BA388;
}
</style>