Shades of Niagara #2BA899
Tints of Niagara #2BA899
RGB
CMYK
RGB Variations
Color information
#2BA899 (or 0x2BA899) is known color: Niagara. HEX triplet: 2B, A8 and 99. RGB value is (43,168,153). Sum of RGB (Red+Green+Blue) = 43+168+153=364 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.81% from 364); Green value is 168 (66.02% from 255 or 46.15% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 168 - color contains mainly: green. Hex color #2BA899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2BA899 is #D45766. Grayscale: #808080. Windows color (decimal): -13916007 or 10070059. OLE color: 10070059.
HSL color Cylindrical-coordinate representation of color #2BA899: hue angle of 172.8º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2BA899 is Cyan = 0.74, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 43 | 168 | 153 | - |
| CMYK | 0.74 | 0 | 0.09 | 0.34 |
| HSL | 172.8º | 0.59% | 0.41% | - |
| HSV(B) | 172.8º | 0.74% | 0.66% | - |
| XYZ | 20.75 | 30.82 | 34.99 | - |
| YUV | 128.92 | 141.59 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 168 | 153 | 0.74 | 0 | 0.09 | 0.34 | 172.8 | 0.59 | 0.41 |
| Hex | 2B | A8 | 99 | 4A | 0 | 9 | 22 | AD | 3B | 29 |
| Octal | 53 | 250 | 231 | 112 | 0 | 11 | 42 | 255 | 73 | 51 |
| Binary | 101011 | 10101000 | 10011001 | 1001010 | 0 | 1001 | 100010 | 10101101 | 111011 | 101001 |
Color Harmonies of #2BA899
Complementary color
Monochromatic Colors of #2BA899
Black with #2BA899
Text Example
Text Example
White with #2BA899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA899; }
p { color: rgb(43,168,153); }
H1.HeaderClassName
{
color: #2BA899;
}
.AnyTagClassName
{
color: #2BA899;
}
</style>
background-color css
<style>
a { background-color: #2BA899; }
a { background-color: rgb(43,168,153); }
div.DivClassName
{
background-color: #2BA899;
}
.BgClassName
{
background-color: #2BA899;
}
</style>
border-color css
<style>
span { border-color: #2BA899; }
span { border-color: rgb(43,168,153); }
td.TdClassName
{
border-color: #2BA899;
}
.TagClassName
{
border-color: #2BA899;
}
</style>