Shades of Niagara #2BA085
Tints of Niagara #2BA085
RGB
CMYK
RGB Variations
Color information
#2BA085 (or 0x2BA085) is known color: Niagara. HEX triplet: 2B, A0 and 85. RGB value is (43,160,133). Sum of RGB (Red+Green+Blue) = 43+160+133=336 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.80% from 336); Green value is 160 (62.89% from 255 or 47.62% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 160 - color contains mainly: green. Hex color #2BA085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA085 is #D45F7A. Grayscale: #797979. Windows color (decimal): -13918075 or 8757291. OLE color: 8757291.
HSL color Cylindrical-coordinate representation of color #2BA085: hue angle of 166.15º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2BA085 is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 43 | 160 | 133 | - |
| CMYK | 0.73 | 0 | 0.17 | 0.37 |
| HSL | 166.15º | 0.58% | 0.4% | - |
| HSV(B) | 166.15º | 0.73% | 0.63% | - |
| XYZ | 17.8 | 27.35 | 26.53 | - |
| YUV | 121.94 | 134.24 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 160 | 133 | 0.73 | 0 | 0.17 | 0.37 | 166.15 | 0.58 | 0.4 |
| Hex | 2B | A0 | 85 | 49 | 0 | 11 | 25 | A6 | 3A | 28 |
| Octal | 53 | 240 | 205 | 111 | 0 | 21 | 45 | 246 | 72 | 50 |
| Binary | 101011 | 10100000 | 10000101 | 1001001 | 0 | 10001 | 100101 | 10100110 | 111010 | 101000 |
Color Harmonies of #2BA085
Complementary color
Monochromatic Colors of #2BA085
Black with #2BA085
Text Example
Text Example
White with #2BA085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA085; }
p { color: rgb(43,160,133); }
H1.HeaderClassName
{
color: #2BA085;
}
.AnyTagClassName
{
color: #2BA085;
}
</style>
background-color css
<style>
a { background-color: #2BA085; }
a { background-color: rgb(43,160,133); }
div.DivClassName
{
background-color: #2BA085;
}
.BgClassName
{
background-color: #2BA085;
}
</style>
border-color css
<style>
span { border-color: #2BA085; }
span { border-color: rgb(43,160,133); }
td.TdClassName
{
border-color: #2BA085;
}
.TagClassName
{
border-color: #2BA085;
}
</style>